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

Rollup of 13 pull requests #61150

Merged
merged 42 commits into from
May 25, 2019
Merged
Changes from 2 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
d5e0353
Update cargo
ehuss May 23, 2019
46ffb6a
tidy: don't short-circuit on license error
ehuss May 23, 2019
d3c73dd
typo
blkerby May 19, 2019
0123fab
Fix typo "spit_paths", add link
blkerby May 24, 2019
fbc6a4b
Revert edition-guide toolstate override
ehuss May 24, 2019
9be8b7e
Fixed type-alias-bounds lint doc
Cerber-Ursi May 24, 2019
a8fc09b
Use FnOnce instead of FnBox in libtest
SimonSapin May 24, 2019
67ee286
Remove the incorrect warning from README.md
scottmcm May 24, 2019
73fd349
Deprecate `FnBox`. `Box<dyn FnOnce()>` can be called directly, since …
SimonSapin May 24, 2019
698e50f
Delay ICE in fold_region so feature gate has chance to stop compilati…
pnkfelix May 24, 2019
8e4132a
Delay ICE in early_free_scope so feature gate has chance to stop comp…
pnkfelix May 24, 2019
c235ba4
Regression test for issue #60654.
pnkfelix May 24, 2019
d01ef7d
improve debug-printing of scalars
RalfJung May 24, 2019
a90cdcc
this is for tidy
RalfJung May 24, 2019
aba152d
Updated my mailmap entry
XAMPPRocky May 24, 2019
2416017
Tweak macro parse errors when reaching EOF during macro call parse
estebank May 22, 2019
5c5fa77
review comments
estebank May 22, 2019
a2f853a
Fix rebase
estebank May 22, 2019
da57ac3
Move diagnostic logic out of parser
estebank May 22, 2019
035f651
Annotate each `reverse_bits` with `#[must_use]`
nvzqz May 24, 2019
59762ba
Move async/await tests to test/ui/async-await
varkor May 24, 2019
d289a5b
Move some issues into the issues folder
varkor May 24, 2019
df26dd8
Add auxiliary issue file
varkor May 24, 2019
06b8570
Add drop-order folder in test/ui/async-await
varkor May 24, 2019
cb7e0d0
Add issues folder in async-await
varkor May 24, 2019
aea0400
Move error code tests to error code folder
varkor May 24, 2019
79816bb
Delete stray .stderr
varkor May 24, 2019
ee7593e
Revert changes that belong to separate PR
estebank May 24, 2019
c91ab64
Add extra arc_wake
varkor May 24, 2019
519b040
Rollup merge of #61026 - estebank:macro-eof-spans, r=petrochenkov
Centril May 25, 2019
2ac8ec0
Rollup merge of #61095 - ehuss:update-cargo, r=alexcrichton
Centril May 25, 2019
835281f
Rollup merge of #61096 - ehuss:tidy-license-short-circuit, r=Centril
Centril May 25, 2019
77afe6a
Rollup merge of #61107 - blkerby:docs_typos, r=Centril
Centril May 25, 2019
f8b3ebe
Rollup merge of #61110 - ehuss:revert-edition-override, r=Mark-Simula…
Centril May 25, 2019
65ddf28
Rollup merge of #61111 - Cerberuser:patch-1, r=steveklabnik
Centril May 25, 2019
8e5e1a0
Rollup merge of #61113 - SimonSapin:fnbox, r=alexcrichton
Centril May 25, 2019
56e77b7
Rollup merge of #61116 - scottmcm:vcpp-download-link, r=alexcrichton
Centril May 25, 2019
57139e2
Rollup merge of #61118 - pnkfelix:issue-60654-dont-ice-on-gat, r=varkor
Centril May 25, 2019
deaacaf
Rollup merge of #61121 - RalfJung:miri-value-printing, r=oli-obk
Centril May 25, 2019
98052b0
Rollup merge of #61125 - XAMPPRocky:master, r=jonas-schievink
Centril May 25, 2019
92f1cfd
Rollup merge of #61134 - nvzqz:reverse_bits-must_use, r=varkor
Centril May 25, 2019
19b5a10
Rollup merge of #61138 - varkor:async-await-tests, r=cramertj
Centril May 25, 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
2 changes: 1 addition & 1 deletion .mailmap
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
#

Aaron Todd <[email protected]>
Aaron Power <[email protected]>
Aaron Power <[email protected]> Erin Power <[email protected]>
Abhishek Chanda <[email protected]> Abhishek Chanda <[email protected]>
Adolfo Ochagavía <[email protected]>
Adrien Tétar <[email protected]>