Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[beta] Rollup backports #63262

Merged
merged 22 commits into from
Aug 5, 2019
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
501f828
[BETA] Update cargo
ehuss Jul 23, 2019
d86bab4
Updated RELEASES.md for 1.37.0
XAMPPRocky Jul 13, 2019
5310736
Require a value for configure --debuginfo-level
cuviper Jul 23, 2019
16a69ed
Make the parser TokenStream more resilient after mismatched delimiter…
estebank Jul 23, 2019
d8c0748
Fix another case
estebank Jul 23, 2019
639cb88
review comments
estebank Jul 23, 2019
6db3310
ci: move .azure-pipelines to src/ci/azure-pipelines
pietroalbini Aug 3, 2019
8effd53
Rollup merge of #62911 - ehuss:update-beta-cargo, r=alexcrichton
pietroalbini Aug 3, 2019
7a75a66
Allow lifetime elision in `Pin<&(mut) Self>`
taiki-e May 26, 2019
ee53d9a
Remove query for `.pin_type()`
taiki-e May 27, 2019
07903fe
Make is_self_ty a method on SelfVisitor
taiki-e May 29, 2019
a2b4ec2
Use Set1<Region> instead of Option<Region>
taiki-e May 29, 2019
bdc8b93
add a bevy of new test cases
nikomatsakis Jun 28, 2019
3f55d29
Update src/test/ui/self/elision/README.md
taiki-e Jul 15, 2019
857a8dd
Add main functions and check-pass annotations
taiki-e Jul 15, 2019
dc04a4e
Minor clean up
taiki-e Jul 15, 2019
f916aa9
Add test for multiple ref-self
taiki-e Jul 15, 2019
fdf1cc4
Add tests for `self: (&)AssocType`
taiki-e Jul 26, 2019
62a1c11
Fix typo
taiki-e Jul 26, 2019
d27529f
arbitrary_self_types lifetime elision: --bless --compare-mode=nll
taiki-e Jul 27, 2019
b23bbd8
Rollup merge of #63254 - taiki-e:arbitrary_self_types-lifetime-elisio…
pietroalbini Aug 4, 2019
775ffd9
bless ui tests
pietroalbini Aug 5, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
taiki-e committed Aug 4, 2019
commit 62a1c115045ad887c73053c7e3b9ba9d13e86aa2
2 changes: 1 addition & 1 deletion src/test/ui/self/elision/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Test cases intended to to document behavior and try to exhaustively
Test cases intended to document behavior and try to exhaustively
explore the combinations.

## Confidence