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

Rebase to 1.37 #8

Merged
merged 5,247 commits into from
Sep 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
5247 commits
Select commit Hold shift + click to select a range
0f34d7a
Updated RELEASES.md for 1.36.0
XAMPPRocky Jun 23, 2019
5f9c044
Auto merge of #62119 - Centril:rollup-el20wu0, r=Centril
bors Jun 25, 2019
ba12e78
Add more tests for async/await
cramertj Jun 25, 2019
57db25e
cleanup: rename name_from to symbol_from
matklad Jun 25, 2019
390f717
tweak wording
RalfJung Jun 25, 2019
dedcd97
Use f{32,64}::from_bits
Xanewok Jun 25, 2019
62bec71
Fix incorrect double assignment in MIR for while loops
matthewjasper Jun 15, 2019
101a2f5
Use `as_temp` to evaluate statement expressions
matthewjasper Jun 15, 2019
82a1a89
Avoid checking if references implement drop
matthewjasper Jun 15, 2019
be23bd4
Unify `return`, `break` and `continue` handling
matthewjasper Jun 15, 2019
b86e675
Add StorageDead statements for `while` conditions
matthewjasper Jun 15, 2019
3131427
Use `Local`s instead of `Place`s in MIR drop generation
matthewjasper Jun 15, 2019
7262e64
Make FlowAtLocation support borrowing flow data
tmandry Jun 18, 2019
4a8a552
Add DataflowResultsCursor
tmandry Jun 18, 2019
9969417
Add RequiresStorage pass to decide which locals to save in generators
tmandry Jun 18, 2019
bdd4bda
Auto merge of #62072 - eddyb:generator-memory-index, r=tmandry
bors Jun 26, 2019
615347f
submodules: Update clippy from 8c80b65f to e3cb40e4
tesuji Jun 26, 2019
d3e2cec
Auto merge of #61872 - matthewjasper:refactor-mir-drop-gen, r=nikomat…
bors Jun 26, 2019
b5b4e59
ci: Turn of PR builds on Travis
alexcrichton Jun 26, 2019
07efcf2
ci: Disable assertions in PR builds
alexcrichton Jun 26, 2019
f6adc39
ci: Switch official `try` builds to happen on Azure
alexcrichton Jun 26, 2019
f78f372
ci: Publish toolstate changes from Azure
alexcrichton Jun 26, 2019
db4f236
ci: Sync AppVeyor/Travis with Azure configuration
alexcrichton Jun 26, 2019
b863efb
Rollup merge of #62140 - alexcrichton:less-pr-builds, r=pietroalbini
Centril Jun 26, 2019
00efd13
Rollup merge of #62141 - alexcrichton:less-assertions, r=pietroalbini
Centril Jun 26, 2019
c09cf0f
Rollup merge of #62142 - alexcrichton:azure-try, r=pietroalbini
Centril Jun 26, 2019
7acf400
Rollup merge of #62143 - alexcrichton:toolstate, r=pietroalbini
Centril Jun 26, 2019
cd93888
Rollup merge of #62145 - alexcrichton:sync-azure, r=pietroalbini
Centril Jun 26, 2019
c932518
Don't use lift to detect local types
Zoxc May 31, 2019
8465daf
Check for local types in writeback with debug assertions
Zoxc Jun 15, 2019
12806b7
Fix clippy::redundant_field_names
Xanewok Jun 25, 2019
6c93b47
Fix clippy::cast_losless
Xanewok Jun 26, 2019
33f58ba
Fix clippy::redundant_closure
Xanewok Jun 26, 2019
1af1f62
Fix clippy::print_with_newline
Xanewok Jun 26, 2019
ad62b42
Fix clippy::precedence
Xanewok Jun 26, 2019
93077f3
Hash force_pass_mode when config.mode == Pretty.
Centril Jun 26, 2019
5cb841d
Don't ICE on item in `.await` expression
doctorn Jun 26, 2019
182ce77
remove old fixme
mark-i-m Jun 26, 2019
72ca844
Add regression test for MIR drop generation in async loops
cramertj Jun 26, 2019
7e62050
Update books
ehuss Jun 26, 2019
6772ebc
ci: Disable x86_64-msvc-tools builder
alexcrichton Jun 26, 2019
e053eed
Remove outdated question_mark_macro_sep lint
ia0 Jun 26, 2019
742e851
Update miri
JohnTitor Jun 24, 2019
3ba1f39
Avoid mem::uninitialized() in std::sys::unix
cuviper Jun 26, 2019
b533aff
Use pointer::write_bytes for android sigemptyset
cuviper Jun 26, 2019
768d500
save-analysis: use buffered writes
jsgf Jun 27, 2019
e991abd
remove unused derives and variants
euclio Jun 27, 2019
a6b5d22
Auto merge of #62147 - Centril:rollup-pigazoz, r=alexcrichton
bors Jun 27, 2019
b608749
rustc: Retry SIGILL linker invocations
alexcrichton Jun 27, 2019
d79104b
Update RLS
Xanewok Jun 27, 2019
8819420
Add suggestion for missing `.await` keyword
doctorn Jun 19, 2019
8ebd67e
Auto merge of #62136 - lzutao:clippy-up, r=oli-obk
bors Jun 27, 2019
07c5e2b
Use a more efficient iteration order for forward dataflow
ecstatic-morse Jun 22, 2019
e2479e2
Use more efficient iteration order for backward dataflow
ecstatic-morse Jun 22, 2019
7ddfae7
Rollup merge of #61878 - RalfJung:pin, r=Dylan-DPC
Centril Jun 27, 2019
2f6cf36
Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj
Centril Jun 27, 2019
df97fc6
Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasper
Centril Jun 27, 2019
1c7d311
Rollup merge of #62076 - XAMPPRocky:master, r=XAMPPRocky
Centril Jun 27, 2019
36b26e9
Rollup merge of #62102 - RalfJung:read, r=Centril
Centril Jun 27, 2019
e8f3986
Rollup merge of #62106 - cramertj:test-await, r=centril
Centril Jun 27, 2019
bc335d6
Rollup merge of #62124 - matklad:without-with, r=petrochenkov
Centril Jun 27, 2019
4aa3e27
Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov
Centril Jun 27, 2019
274c3de
Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj
Centril Jun 27, 2019
0fe028e
Rollup merge of #62154 - mark-i-m:old-fixme, r=Centril
Centril Jun 27, 2019
a1a0e0c
Rollup merge of #62155 - cramertj:61872, r=centril
Centril Jun 27, 2019
766795f
Rollup merge of #62156 - ehuss:update-books, r=ehuss
Centril Jun 27, 2019
fdf75af
Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov
Centril Jun 27, 2019
dec2c8b
Rollup merge of #62164 - jsgf:buffer-save-analysis, r=Xanewok
Centril Jun 27, 2019
d6fd059
Rollup merge of #62171 - alexcrichton:more-restarts, r=eddyb
Centril Jun 27, 2019
65f1ff4
Rollup merge of #62176 - Xanewok:update-rls, r=alexcrichton
Centril Jun 27, 2019
6f838b4
ci: Move most builders to Azure Pipelines
alexcrichton Jun 27, 2019
3849a5f
Auto merge of #62179 - alexcrichton:less-travis-appveyor, r=pietroalbini
bors Jun 28, 2019
643ae63
doc(libcore) Fix CS
Hywan Jun 28, 2019
433a467
Auto merge of #62192 - Centril:rollup-kssnlta, r=Centril
bors Jun 28, 2019
65021ec
Add regression test for #60709
tmandry Jun 13, 2019
b7397cc
Move async-fn-size test to async-await/
tmandry Jun 14, 2019
11b09e7
Add size tests for moved locals in generators
tmandry Jun 21, 2019
aee1357
Remove Clone requirement
tmandry Jun 26, 2019
d8ed2e7
Use RequiresStorage to determine which locals can overlap
tmandry Jun 29, 2019
8ec3942
Auto merge of #62105 - JohnTitor:update-miri, r=RalfJung
bors Jun 29, 2019
6c0ab73
Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavus
Centril Jun 29, 2019
0721364
Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkov
Centril Jun 29, 2019
2238a94
Rollup merge of #61818 - tmandry:issue-60709-test, r=cramertj
Centril Jun 29, 2019
a4cf85e
Rollup merge of #62023 - RalfJung:miri-toolstate, r=kennytm
Centril Jun 29, 2019
94a066e
Rollup merge of #62104 - Zoxc:query-info, r=eddyb
Centril Jun 29, 2019
75edfe2
Rollup merge of #62163 - cuviper:unix-uninit, r=RalfJung
Centril Jun 29, 2019
38801ce
Rollup merge of #62204 - Hywan:patch-2, r=rkruppe
Centril Jun 29, 2019
9a90d03
Auto merge of #62226 - Centril:rollup-rcy1alx, r=Centril
bors Jun 29, 2019
47551b1
Fix a typo
Jun 29, 2019
1fd64cf
fix the same typo in doctest
Jun 29, 2019
ce1d95a
Always parse 'async unsafe fn' + properly ban in 2015.
Centril Jun 29, 2019
fd7f48b
Auto merge of #61459 - GuillaumeGomez:fix-rustdoc-sysroot-panic, r=ol…
bors Jun 30, 2019
3467e21
Auto merge of #61767 - JohnTitor:update-smallvec, r=nikomatsakis
bors Jun 30, 2019
c06f80a
Auto merge of #61252 - indygreg:upgrade-musl, r=alexcrichton
bors Jun 30, 2019
930ad86
Clean up query cache code
Zoxc Apr 5, 2019
ede41ab
Keep caching for non-promoted queries
Zoxc Jun 26, 2019
0af8e87
Auto merge of #59722 - Zoxc:query-cache, r=eddyb
bors Jun 30, 2019
c0fb347
before_exec actually will only get deprecated with 1.37
RalfJung Jun 30, 2019
b613ef1
Extend the #[must_use] lint to boxed types
varkor Jun 29, 2019
d066f19
Improve error messages for boxed trait objects in tuples
varkor Jun 29, 2019
75f31e7
Fix run-pass tests
varkor Jun 29, 2019
400fd60
Update miri
varkor Jun 30, 2019
76f5b50
Extend #[must_use] lint to arrays
varkor Jun 29, 2019
543c464
Rollup merge of #62062 - ecstatic-morse:dataflow-order, r=nagisa
Centril Jun 30, 2019
70ea57b
Rollup merge of #62063 - ecstatic-morse:dataflow-backward-order, r=na…
Centril Jun 30, 2019
1683bb7
Rollup merge of #62224 - euclio:remove-derives, r=GuillaumeGomez
Centril Jun 30, 2019
c779f4e
Rollup merge of #62228 - varkor:must_use-trait-in-box, r=Centril
Centril Jun 30, 2019
2b313b1
Rollup merge of #62235 - varkor:must_use-adt-components, r=Centril
Centril Jun 30, 2019
690f9e4
Rollup merge of #62239 - lcolaholicl:lcolaholicl-patch-1, r=kennytm
Centril Jun 30, 2019
43eba5f
Rollup merge of #62241 - Centril:fix-async-unsafe-order, r=petrochenkov
Centril Jun 30, 2019
1abbf4b
Rollup merge of #62248 - RalfJung:release-notes, r=Mark-Simulacrum
Centril Jun 30, 2019
5748825
Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=…
bors Jul 1, 2019
765eebf
Auto merge of #62253 - Centril:rollup-115uuuq, r=Centril
bors Jul 1, 2019
a683bb1
Revert "implicit `Option`-returning doctests"
GuillaumeGomez Jul 1, 2019
1992931
ci: finish the migration to azure
pietroalbini Jun 30, 2019
8c96088
Update RLS to disable spurious client_find_definitions test
Xanewok Jun 30, 2019
dc9d2b3
bump miri to fix line endings on azure
pietroalbini Jul 1, 2019
6ea4036
Auto merge of #62247 - pietroalbini:finish-azure-migration, r=Mark-Si…
bors Jul 1, 2019
17e62f7
Auto merge of #62267 - GuillaumeGomez:revert-implicit-option-return, …
bors Jul 1, 2019
a68e2c7
Clean up extra lifetime, add assertions
tmandry Jul 1, 2019
239a404
ci: explicitly disable CRLF conversion on Windows
pietroalbini Jul 1, 2019
99abdfa
Auto merge of #62279 - pietroalbini:fix-azure-crlf, r=alexcrichton
bors Jul 1, 2019
ef064d2
Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb
bors Jul 2, 2019
848e0a2
Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthew…
bors Jul 2, 2019
aab48c9
opaque_types/mod.rs: rustfmt
nikomatsakis Jun 28, 2019
2eb3fcc
introduce `constrain_regions` helper
nikomatsakis May 28, 2019
14e23a5
introduce an "in" constraint instead of error
nikomatsakis May 30, 2019
979f566
lexical_region_resolve: rustfmt
nikomatsakis May 31, 2019
dfcd1c6
make `dup_vec` optional
nikomatsakis May 31, 2019
c36205b
add some tests, currently ICE-ing
nikomatsakis Jun 1, 2019
02609b8
rename from "in constraint" to "pick constraint"
nikomatsakis Jun 3, 2019
f0eebcd
integrate pick constraints into lexical solver more completely
nikomatsakis Jun 3, 2019
d6ec0ae
enforce and report pick-constraint errors
nikomatsakis Jun 3, 2019
fd5f767
rename `QueryRegionConstraint` to `QueryOutlivesConstraint`
nikomatsakis Jun 3, 2019
7e66a96
introduce `QueryRegionConstraints` struct (no-op)
nikomatsakis Jun 3, 2019
09bba9b
introduce `QueryRegionConstraints` struct
nikomatsakis Jun 3, 2019
f673b24
rename `ConstraintIndex` to `OutlivesConstraintIndex`
nikomatsakis Jun 4, 2019
ec560e2
remove deref impl and add an index impl
nikomatsakis Jun 4, 2019
f933e09
pass a `&mut QueryRegionConstraints` not just outlives constraints
nikomatsakis Jun 5, 2019
ddc63ce
propagate the pick-constraints through queries
nikomatsakis Jun 5, 2019
6ead1c8
rename `ConstraintSet` to `OutlivesConstraintSet`
nikomatsakis Jun 5, 2019
3aad20d
[WIP] fix `Lift` impl for `Rc`
nikomatsakis Jun 24, 2019
330cb76
pass more than outlives constraints to constraint conversion
nikomatsakis Jun 5, 2019
d959669
implement PickConstraintSet type
nikomatsakis Jun 5, 2019
3b5a727
construct pick-constraints and give them to region inference
nikomatsakis Jun 5, 2019
ec48b4e
preliminary integration of "pick constraints" into nll solver
nikomatsakis Jun 7, 2019
cc581bf
remove old error and add an explanation
nikomatsakis Jun 10, 2019
07ee532
improve tests with migration mode, mir mode
nikomatsakis Jun 10, 2019
4e85665
implement the graph traits for SCC
nikomatsakis Jun 11, 2019
4c91bb9
introduce a `VecGraph` abstraction that cheaply stores graphs
nikomatsakis Jun 11, 2019
7fd0db7
add a `depth_first_search` helper function
nikomatsakis Jun 11, 2019
8d39bdd
integrate reverse graph and upper-bound computation
nikomatsakis Jun 12, 2019
b5fb906
fix tests and remove outdated stderr files
nikomatsakis Jun 12, 2019
2057136
update the async-fn-multiple-lifetimes test
nikomatsakis Jun 12, 2019
4de9960
add a FIXME related to the non-free-region case
nikomatsakis Jun 12, 2019
2ea6094
explain why pick-constraints can be an empty vector
nikomatsakis Jun 12, 2019
4831146
remove outdated TODO markers
nikomatsakis Jun 12, 2019
a18c779
pacify the mercilous tidy
nikomatsakis Jun 12, 2019
b170c0f
add a preliminary existential test; not really enough
nikomatsakis Jun 12, 2019
e9de08a
test with explicit existential type
nikomatsakis Jun 12, 2019
89a205b
add a `VecMap` data structure
nikomatsakis Jun 17, 2019
3e01c74
just create a binary search slice helper fn
nikomatsakis Jun 17, 2019
0b15a66
account for the pick-constraint edges when reporting errors
nikomatsakis Jun 17, 2019
adba6a8
address nits by mattewjasper
nikomatsakis Jun 17, 2019
5d44beb
bless test output
nikomatsakis Jun 17, 2019
fb2c997
fix silly bugs in binary_search_util test
nikomatsakis Jun 17, 2019
e6b6873
switch to Lrc
nikomatsakis Jun 18, 2019
e39f66a
implement Lift for Arc
nikomatsakis Jun 18, 2019
eca55b5
rename to "member constraints"
nikomatsakis Jun 18, 2019
134fc4a
rename `pick_constraints.rs` to `member_constraints.rs`
nikomatsakis Jun 18, 2019
cbc75c6
implement `TypeFoldable` for `Arc`
nikomatsakis Jun 18, 2019
74a6efb
feature-gate member constraints outside of async-await
nikomatsakis Jun 20, 2019
cf721c5
Update src/doc/unstable-book/src/language-features/member-constraints.md
nikomatsakis Jun 24, 2019
56ae0bf
Update src/librustc/infer/lexical_region_resolve/mod.rs
nikomatsakis Jun 24, 2019
d2772e8
explain why the code is the way it is
nikomatsakis Jun 24, 2019
b4a3753
various centril nits
nikomatsakis Jun 24, 2019
9588f7f
rewrite `dup_vec` to use `IndexVec` instead of `u32`
nikomatsakis Jun 24, 2019
6cab003
cleanup formatting of comment and add attribution
nikomatsakis Jun 24, 2019
6234aed
opaque_types: various nits
nikomatsakis Jun 24, 2019
0c8ebea
s/abstract_type_generics/opaque_type_generics/
nikomatsakis Jun 24, 2019
3ba1e19
opaque_types: more nits
nikomatsakis Jun 24, 2019
d9f4d2a
region_constraints: nits
nikomatsakis Jun 24, 2019
0dd074e
more centril nits
nikomatsakis Jun 24, 2019
9217909
pass a parameter to enable impl Trait instead of a vec
nikomatsakis Jun 24, 2019
076b0d0
more nits + typos
nikomatsakis Jun 24, 2019
5bd423a
introduce more tests covering `async fn` surface
nikomatsakis Jun 25, 2019
8f9a3af
Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-one.rs
nikomatsakis Jun 29, 2019
1d93e3c
Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rs
nikomatsakis Jun 29, 2019
f130e9a
Update src/test/ui/async-await/multiple-lifetimes/elided.rs
nikomatsakis Jul 1, 2019
7f319a7
Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-f…
nikomatsakis Jul 1, 2019
0c2c241
address nits
nikomatsakis Jul 1, 2019
f7e00a5
fix ICE with delay-span-bug
nikomatsakis Jul 2, 2019
0beb2ba
Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton
bors Jul 2, 2019
8301de1
Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-as…
bors Jul 3, 2019
0723506
Switch to beta channel
Mark-Simulacrum Jul 3, 2019
2ddaaa1
Amend release notes with compat-notes for stdsimd
Mark-Simulacrum Jul 2, 2019
421160e
HashMap is UnwindSafe
SimonSapin Jul 2, 2019
178aa66
Auto merge of #62332 - Mark-Simulacrum:beta-next, r=pietroalbini
bors Jul 4, 2019
a787575
Swap to stable release
Mark-Simulacrum Jul 4, 2019
74e5a0d
Auto merge of #62374 - Mark-Simulacrum:beta-next, r=pietroalbini
bors Jul 8, 2019
095f8e8
Permit unwinding through FFI by default
Mark-Simulacrum Feb 28, 2019
c284078
Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"
cuviper Apr 2, 2019
f56bb3f
Force #[unwind(aborts)] in test/codegen/c-variadic.rs
cuviper May 10, 2019
2ba6de7
Auto merge of #62505 - cuviper:beta-1.37-no-unwind-abort, r=joshtriplett
bors Jul 12, 2019
decd7f2
Don't drop DiagnosticBuilder if parsing fails
goodmanjonathan Jul 18, 2019
d380987
Only error about MSVC + PGO + unwind if we're generating code
wesleywiser Jul 12, 2019
1320cb7
rustc_target: avoid negative register counts in the SysV x86_64 ABI.
eddyb Jul 4, 2019
4dd5baa
Fixed up a few comments.
alexreg Jul 5, 2019
dd0bba8
Fixed ICEs.
alexreg Jul 5, 2019
eeb4e0a
Added tests for issues.
alexreg Jul 6, 2019
587e468
Blessed tests.
alexreg Jul 6, 2019
6a8b495
Raise the default recursion limit to 128
nagisa Jul 6, 2019
dc925be
Handle errors during error recovery gracefully
estebank Jul 11, 2019
bc8f0dd
Correctly break out of recovery loop
estebank Jul 12, 2019
620ed3a
add test case
estebank Jul 12, 2019
2c3f8b8
Cancel unemitted diagnostics during error recovery
estebank Jul 13, 2019
76b34f4
ci: pin awscli dependencies
pietroalbini Jul 21, 2019
f1d8d32
Ensure that checkout is with \n line endings
Mark-Simulacrum Jul 9, 2019
2c14d3a
Rollup merge of #62792 - goodmanjonathan:beta, r=estebank
pietroalbini Jul 22, 2019
1d5b47d
Rollup merge of #62793 - wesleywiser:pgo_error_backport, r=zackmdavis
pietroalbini Jul 22, 2019
61d1607
Auto merge of #62866 - pietroalbini:beta-rollup, r=Centril
bors Jul 22, 2019
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
3f55461
Auto merge of #63262 - pietroalbini:beta-rollup, r=pietroalbini
bors Aug 5, 2019
c24cb35
Switch to stable channel
Mark-Simulacrum Aug 12, 2019
2c0bc3d
Avoid ICE when referencing desugared local binding in borrow error
estebank Jul 27, 2019
0a2bd28
fix cycle when looking up size and align of a static
RalfJung Aug 12, 2019
c9be294
Add date debug to CI
Mark-Simulacrum Aug 13, 2019
eae3437
Auto merge of #63498 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
bors Aug 13, 2019
2eb6447
Merge remote-tracking branch 'upstream/stable' into rebase
MabezDev Sep 17, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ __pycache__/
.project
.settings/
.valgrindrc
.vscode/
.vscode
.favorites.json
/*-*-*-*/
/*-*-*/
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/rust-lang/llvm-project.git
branch = rustc/8.0-2019-01-16
branch = rustc/8.0-2019-03-18
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
url = https://github.com/rust-embedded/book.git
38 changes: 25 additions & 13 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# email addresses.
#

Aaron Power <theaaronepower@gmail.com> Erin Power <xampprocky@gmail.com>
Aaron Todd <github@opprobrio.us>
Aaron Power <theaaronepower@gmail.com>
Abhishek Chanda <abhishek.becs@gmail.com> Abhishek Chanda <abhishek@cloudscaling.com>
Adolfo Ochagavía <aochagavia92@gmail.com>
Adrien Tétar <adri-from-59@hotmail.fr>
Expand All @@ -30,6 +30,7 @@ Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> arielb1 <arielb1@mail.tau.ac.il>
Austin Seipp <mad.one@gmail.com> <as@hacks.yi.org>
Aydin Kim <ladinjin@hanmail.net> aydin.kim <aydin.kim@samsung.com>
Barosl Lee <vcs@barosl.com> Barosl LEE <github@barosl.com>
Bastian Kauschke <bastian_kauschke@hotmail.de>
Ben Alpert <ben@benalpert.com> <spicyjalapeno@gmail.com>
Ben Sago <ogham@users.noreply.github.com> Ben S <ogham@bsago.me>
Ben Sago <ogham@users.noreply.github.com> Ben S <ogham@users.noreply.github.com>
Expand All @@ -45,21 +46,24 @@ Brian Anderson <banderson@mozilla.com> <banderson@mozilla.org>
Brian Dawn <brian.t.dawn@gmail.com>
Brian Leibig <brian@brianleibig.com> Brian Leibig <brian.leibig@gmail.com>
Carl-Anton Ingmarsson <mail@carlanton.se> <ca.ingmarsson@gmail.com>
Carol (Nichols || Goulding) <carol.nichols@gmail.com> <193874+carols10cents@users.noreply.github.com>
Carol (Nichols || Goulding) <carol.nichols@gmail.com> <carol.nichols@gmail.com>
Carol (Nichols || Goulding) <carol.nichols@gmail.com> <cnichols@thinkthroughmath.com>
Carol (Nichols || Goulding) <carol.nichols@gmail.com> Carol Nichols <carol.nichols@gmail.com>
Carol Willing <carolcode@willingconsulting.com>
Chris C Cerami <chrisccerami@users.noreply.github.com> Chris C Cerami <chrisccerami@gmail.com>
Chris Pressey <cpressey@gmail.com>
Chris Thorn <chris@thorn.co> Chris Thorn <thorn@thoughtbot.com>
Chris Vittal <christopher.vittal@gmail.com> Christopher Vittal <christopher.vittal@gmail.com>
Christian Poveda <christianpoveda@protonmail.com> <z1mvader@protonmail.com> <cn.poveda.ruiz@gmail.com>
Christian Poveda <christianpoveda@protonmail.com> <cn.poveda.ruiz@gmail.com>
Christian Poveda <christianpoveda@protonmail.com> <z1mvader@protonmail.com>
Christian Poveda <christianpoveda@protonmail.com> <cpovedar@fnal.gov>
Clark Gaebel <cg.wowus.cg@gmail.com> <cgaebel@mozilla.com>
Clinton Ryan <clint.ryan3@gmail.com>
Corey Richardson <corey@octayn.net> Elaine "See More" Nemo <corey@octayn.net>
Cyryl Płotnicki <cyplo@cyplo.net>
Damien Schoof <damien.schoof@gmail.com>
Daniel Ramos <dan@daramos.com>
Daniel J Rollins <drollins@financialforce.com>
Daniel Ramos <dan@daramos.com>
David Klein <david.klein@baesystemsdetica.com>
David Manescu <david.manescu@gmail.com> <dman2626@uni.sydney.edu.au>
David Ross <daboross@daboross.net>
Expand All @@ -68,17 +72,19 @@ Diggory Hardy <diggory.hardy@gmail.com> Diggory Hardy <github@dhardy.name>
Dylan Braithwaite <dylanbraithwaite1@gmail.com> <mail@dylanb.me>
Dzmitry Malyshau <kvarkus@gmail.com>
E. Dunham <edunham@mozilla.com> edunham <edunham@mozilla.com>
Eduard-Mihai Burtescu <edy.burt@gmail.com>
Eduardo Bautista <me@eduardobautista.com> <=>
Eduardo Bautista <me@eduardobautista.com> <mail@eduardobautista.com>
Eduard-Mihai Burtescu <edy.burt@gmail.com>
Elliott Slaughter <elliottslaughter@gmail.com> <eslaughter@mozilla.com>
Elly Fong-Jones <elly@leptoquark.net>
Eric Holk <eric.holk@gmail.com> <eholk@cs.indiana.edu>
Eric Holk <eric.holk@gmail.com> <eholk@mozilla.com>
Eric Holmes <eric@ejholmes.net>
Eric Reed <ecreed@cs.washington.edu> <ereed@mozilla.com>
Erick Tryzelaar <erick.tryzelaar@gmail.com> <etryzelaar@iqt.org>
Esteban Küber <esteban@kuber.com.ar> <estebank@users.noreply.github.com> <esteban@commure.com> <github@kuber.com.ar>
Esteban Küber <esteban@kuber.com.ar> <esteban@commure.com>
Esteban Küber <esteban@kuber.com.ar> <estebank@users.noreply.github.com>
Esteban Küber <esteban@kuber.com.ar> <github@kuber.com.ar>
Evgeny Sologubov
Falco Hirschenberger <falco.hirschenberger@gmail.com> <hirschen@itwm.fhg.de>
Felix S. Klock II <pnkfelix@pnkfx.org> Felix S Klock II <pnkfelix@pnkfx.org>
Expand All @@ -98,9 +104,9 @@ Herman J. Radtke III <herman@hermanradtke.com> Herman J. Radtke III <hermanradtk
Ilyong Cho <ilyoan@gmail.com>
Ivan Ivaschenko <defuz.net@gmail.com>
J. J. Weber <jjweber@gmail.com>
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakub.bukaj@yahoo.com>
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakub@jakub.cc>
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakubw@jakubw.net>
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakub.bukaj@yahoo.com>
James Deng <cnjamesdeng@gmail.com> <cnJamesDeng@gmail.com>
James Miller <bladeon@gmail.com> <james@aatch.net>
James Perry <james.austin.perry@gmail.com>
Expand All @@ -115,6 +121,7 @@ Jethro Beekman <github@jbeekman.nl>
Jihyun Yu <j.yu@navercorp.com> <yjh0502@gmail.com>
Jihyun Yu <j.yu@navercorp.com> jihyun <jihyun@nablecomm.com>
Jihyun Yu <j.yu@navercorp.com> Jihyun Yu <jihyun@nclab.kaist.ac.kr>
João Oliveira <hello@jxs.pt> joaoxsouls <joaoxsouls@gmail.com>
Johann Hofmann <git@johann-hofmann.com> Johann <git@johann-hofmann.com>
John Clements <clements@racket-lang.org> <clements@brinckerhoff.org>
John Hodge <acessdev@gmail.com> John Hodge <tpg@mutabah.net>
Expand All @@ -125,13 +132,15 @@ Jonathan S <gereeter@gmail.com> Jonathan S <gereeter+code@gmail.com>
Jonathan Turner <probata@hotmail.com>
Jorge Aparicio <japaric@linux.com> <japaricious@gmail.com>
Joseph Martin <pythoner6@gmail.com>
João Oliveira <hello@jxs.pt> joaoxsouls <joaoxsouls@gmail.com>
Joseph T. Lyons <JosephTLyons@gmail.com> <josephtlyons@gmail.com>
Joseph T. Lyons <JosephTLyons@gmail.com> <JosephTLyons@users.noreply.github.com>
Junyoung Cho <june0.cho@samsung.com>
Jyun-Yan You <jyyou.tw@gmail.com> <jyyou@cs.nctu.edu.tw>
Kang Seonghoon <kang.seonghoon@mearie.org> <public+git@mearie.org>
Keegan McAllister <mcallister.keegan@gmail.com> <kmcallister@mozilla.com>
Kevin Butler <haqkrs@gmail.com>
Kyeongwoon Lee <kyeongwoon.lee@samsung.com>
Laurențiu Nicola <lnicola@dend.ro>
Lee Jeffery <leejeffery@gmail.com> Lee Jeffery <lee@leejeffery.co.uk>
Lee Wondong <wdlee91@gmail.com>
Lennart Kudling <github@kudling.de>
Expand All @@ -141,16 +150,16 @@ Lindsey Kuper <lindsey@composition.al> <lkuper@mozilla.com>
Luke Metz <luke.metz@students.olin.edu>
Luqman Aden <me@luqman.ca> <laden@csclub.uwaterloo.ca>
Luqman Aden <me@luqman.ca> <laden@mozilla.com>
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm@gmail.com>
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm+github@gmail.com>
Marcell Pardavi <marcell.pardavi@gmail.com>
Margaret Meyerhofer <mmeyerho@andrew.cmu.edu> <mmeyerho@andrew>
Mark Simulacrum <mark.simulacrum@gmail.com>
Mark Rousskov <mark.simulacrum@gmail.com>
Mark Sinclair <mark.edward.x@gmail.com>
Mark Sinclair <mark.edward.x@gmail.com> =Mark Sinclair <=125axel125@gmail.com>
Markus Westerlind <marwes91@gmail.com> Markus <marwes91@gmail.com>
Martin Hafskjold Thoresen <martinhath@gmail.com>
Matej Lach <matej.lach@gmail.com> Matej Ľach <matej.lach@gmail.com>
Mateusz Mikuła <matti@marinelayer.io> <mati865@gmail.com>
Mateusz Mikuła <matti@marinelayer.io> <mati865@users.noreply.github.com>
Matt Brubeck <mbrubeck@limpet.net> <mbrubeck@cs.hmc.edu>
Matthew Auld <matthew.auld@intel.com>
Matthew McPherrin <matthew@mcpherrin.ca> <matt@mcpherrin.ca>
Expand All @@ -161,11 +170,14 @@ Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail>
Mickaël Raybaud-Roig <raybaudroigm@gmail.com> m-r-r <raybaudroigm@gmail.com>
Ms2ger <ms2ger@gmail.com> <Ms2ger@gmail.com>
Mukilan Thiagarajan <mukilanthiagarajan@gmail.com>
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm@gmail.com>
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm+github@gmail.com>
Nathan West <Lucretiel@gmail.com> <lucretiel@gmail.com>
Nathan Wilson <wilnathan@gmail.com>
Nathaniel Herman <nherman@post.harvard.edu> Nathaniel Herman <nherman@college.harvard.edu>
Neil Pankey <npankey@gmail.com> <neil@wire.im>
Nicole Mazzuca <npmazzuca@gmail.com>
Nick Platt <platt.nicholas@gmail.com>
Nicole Mazzuca <npmazzuca@gmail.com>
Nif Ward <nif.ward@gmail.com>
Oliver Schneider <oliver.schneider@kit.edu> oli-obk <github6541940@oli-obk.de>
Oliver Schneider <oliver.schneider@kit.edu> Oliver 'ker' Schneider <rust19446194516@oli-obk.de>
Expand Down Expand Up @@ -223,8 +235,8 @@ Tim JIANG <p90eri@gmail.com>
Tim Joseph Dumol <tim@timdumol.com>
Torsten Weber <TorstenWeber12@gmail.com> <torstenweber12@gmail.com>
Ty Overby <ty@pre-alpha.com>
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss@users.noreply.github.com>
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss>
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss@users.noreply.github.com> bluss <bluss>
Ulrik Sverdrup <bluss@users.noreply.github.com> Ulrik Sverdrup <root@localhost>
Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
Vadim Petrochenkov <vadim.petrochenkov@gmail.com> petrochenkov <vadim.petrochenkov@gmail.com>
Expand Down
Loading