Skip to content

Sync to rust-lang/rust master #28

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

Merged
merged 1,382 commits into from
Sep 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1382 commits
Select commit Hold shift + click to select a range
49854c4
avoid #[cfg] in favor of cfg!
RalfJung Sep 16, 2019
18b24b7
Make some adjustments to the documentation for `std::convert::identity`
varkor Sep 16, 2019
d5fe583
Const-stabilize `Vec::new`.
Centril Aug 29, 2019
9b3e11f
Const-stabilize `String::new`.
Centril Aug 29, 2019
f432d50
Rollup merge of #63955 - RalfJung:intern, r=oli-obk
Centril Sep 16, 2019
be327a8
Rollup merge of #64028 - Centril:stabilize-alloc-new-2, r=alexcrichton
Centril Sep 16, 2019
63bc6ae
Rollup merge of #64119 - pietroalbini:validate-toolstate-maintainers,…
Centril Sep 16, 2019
2a6a342
Rollup merge of #64444 - RalfJung:no-backtrace, r=alexcrichton
Centril Sep 16, 2019
f0320e5
Rollup merge of #64446 - ehuss:fix-sanitizer-build, r=alexcrichton
Centril Sep 16, 2019
7975973
Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini
Centril Sep 16, 2019
75db571
Rollup merge of #64467 - Mark-Simulacrum:hide-cfg-failures, r=estebank
Centril Sep 16, 2019
acbbcda
Rollup merge of #64497 - nnethercote:fix-64339, r=petrochenkov
Centril Sep 16, 2019
d8ecf45
Rollup merge of #64499 - nnethercote:use-Symbol-in-two-more-functions…
Centril Sep 16, 2019
f4ff418
Rollup merge of #64504 - guanqun:use-println-without-empty-str, r=jon…
Centril Sep 16, 2019
a44881d
Auto merge of #64510 - Centril:rollup-m03zsq8, r=Centril
bors Sep 16, 2019
2fd4e58
`AdtDef` is an algebraic data type, not abstract data type.
Centril Sep 10, 2019
194d357
Document `From` trait for `LhsExpr`
crgl Sep 3, 2019
4b17533
update miri
RalfJung Sep 15, 2019
f90a81c
with byteorder 1.3, the i128 feature is a NOP
RalfJung Sep 15, 2019
b7ebbc2
update miri for latest breakage
RalfJung Sep 16, 2019
821d293
azure: Disable more LLVM/debug assertions in
alexcrichton Sep 16, 2019
d1f763f
Use while let slice_pattern instead of carrying an index around
spastorino Sep 16, 2019
ab1a3f0
add test for drop order of temporary in tail return expression
nikomatsakis Sep 16, 2019
388cd5d
avoid duplicate issues for Miri build failures
RalfJung Sep 16, 2019
9ae1a66
add regression test for issue-64391
nikomatsakis Sep 16, 2019
00d1590
adjust desugaring for async fn to correct drop order
nikomatsakis Sep 16, 2019
88e501e
Rollup merge of #64357 - rust-lang:adt-docs-fix, r=varkor
Centril Sep 16, 2019
a31d71f
Rollup merge of #64485 - RalfJung:miri, r=alexcrichton
Centril Sep 16, 2019
a5a7ed6
Rollup merge of #64509 - varkor:convert-identity-doc-fixes, r=Centril
Centril Sep 16, 2019
1376ccd
Rollup merge of #64518 - spastorino:while-let-to-iterate-over-proj-sl…
Centril Sep 16, 2019
7ac21e7
Auto merge of #64526 - Centril:rollup-k4cz2xn, r=Centril
bors Sep 16, 2019
0a985f2
Tweak unsatisfied HRTB errors
estebank Sep 2, 2019
3a046ff
Elide lifetimes in `Pin<&(mut) Self>`
taiki-e Sep 16, 2019
076e0ce
Use shorthand syntax in the self parameter of methods of Pin
taiki-e Sep 16, 2019
606a31f
Add a getter for the current state to `DataflowResultsCursor`
ecstatic-morse Aug 30, 2019
48c2a1e
Replace all uses of `dataflow::state_for_location`
ecstatic-morse Sep 17, 2019
73c7a68
Remove `dataflow::state_for_location`
ecstatic-morse Sep 17, 2019
3edc644
Rollup merge of #64085 - estebank:hrtb-errors, r=oli-obk
Centril Sep 17, 2019
aeb32f0
Rollup merge of #64380 - alexcrichton:update-openssl, r=Mark-Simulacrum
Centril Sep 17, 2019
69e93e8
Rollup merge of #64416 - mark-i-m:region-naming-ctx, r=estebank
Centril Sep 17, 2019
1e3b57e
Rollup merge of #64500 - nnethercote:ObligForest-fixups, r=nikomatsakis
Centril Sep 17, 2019
52fa593
Rollup merge of #64530 - taiki-e:docs-pin-lifetimes, r=Centril
Centril Sep 17, 2019
a1fd9ba
Rollup merge of #64531 - taiki-e:pin-self, r=Centril
Centril Sep 17, 2019
5670d04
Auto merge of #64535 - Centril:rollup-wiyxagi, r=Centril
bors Sep 17, 2019
02c1b89
Fix failure note `to_str` implementation
afnanenayet Sep 13, 2019
476e75d
Move a `Node`'s parent into the descendents list.
nnethercote Sep 17, 2019
cf3a562
Remove `NodeIndex`.
nnethercote Sep 17, 2019
7f6e160
Rename some index variables.
nnethercote Sep 17, 2019
daafeb3
document Miri error categories
RalfJung Sep 17, 2019
e8d858e
rename Allocation::retag -> with_tags_and_extra
RalfJung Sep 16, 2019
a7a6ded
Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini"
pietroalbini Sep 17, 2019
123f129
apply nits from centril
nikomatsakis Sep 17, 2019
0a11e80
introduce `lower_block_expr` convenience function, and use it
nikomatsakis Sep 17, 2019
716b2bc
use drop-temps { .. } pseudo-notation
nikomatsakis Sep 17, 2019
2d8b10f
adjust larger comment to include the body
nikomatsakis Sep 17, 2019
f4f136e
newly phrased documentation for spin loop hints
Sep 17, 2019
686170e
update miri
RalfJung Sep 17, 2019
f504e37
Auto merge of #64543 - pietroalbini:revert-miri-manifest, r=pietroalbini
bors Sep 17, 2019
522f4e1
Add an example to Pin::as_mut
taiki-e Sep 17, 2019
a22e9ee
Update src/libcore/pin.rs
taiki-e Sep 17, 2019
cdd8055
Replace DiagnosticBuilder with Diagnostic when emitting error
Mark-Simulacrum Sep 7, 2019
0b586b4
Take Diagnostic in Handler::emit_diagnostic
Mark-Simulacrum Sep 7, 2019
2a3930d
Privatize DiagnosticBuilder constructors
Mark-Simulacrum Sep 7, 2019
998df0d
Remove Handler::cancel
Mark-Simulacrum Sep 7, 2019
b304e60
Remove Handler::{emit, emit_with_code}
Mark-Simulacrum Sep 7, 2019
2a767ee
Remove unused methods from Handler
Mark-Simulacrum Sep 7, 2019
4cc5aaa
Protect error handler fields with single lock
Mark-Simulacrum Sep 7, 2019
0de9485
Get rid of special const intrinsic query in favour of `const_eval`
oli-obk Jun 7, 2019
9150f84
Auto merge of #64517 - alexcrichton:less-assertions, r=pietroalbini
bors Sep 17, 2019
a4dc33b
build-manifest: add some comments
RalfJung Sep 17, 2019
ab6e108
improve Vec example soundness in mem::transmute docs
llogiq Sep 13, 2019
9f4351d
Bless output of test borrowck/return-local-binding-from-desugaring.rs…
lqd Sep 17, 2019
222e920
Bless output of test borrowck/return-local-binding-from-desugaring.rs…
lqd Sep 17, 2019
3ef980a
Update expectations of test ui/dropck/dropck_trait_cycle_checked.rs f…
lqd Sep 17, 2019
34d3167
Bless json output of test ui/json-multiple.rs for Polonius
lqd Sep 17, 2019
f9c7329
Bless json output of test ui/json-options.rs for Polonius
lqd Sep 17, 2019
7efe1c6
Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp,…
bors Sep 17, 2019
3c2fd1a
Print syntax contexts and marks when printing hygiene information
matthewjasper Jul 14, 2019
ebd129b
update Nomicon and Reference
RalfJung Sep 17, 2019
6bbb935
Rollup merge of #61626 - oli-obk:const_eval_intrinsics, r=eddyb
tmandry Sep 17, 2019
20d43d0
Rollup merge of #64283 - XAMPPRocky:master, r=Mark-Simulacrum
tmandry Sep 17, 2019
ec905cf
Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-S…
tmandry Sep 17, 2019
ffee7bb
Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-leve…
tmandry Sep 17, 2019
d6f2205
Rollup merge of #64436 - llogiq:transmute-docs, r=RalfJung
tmandry Sep 17, 2019
3a1390c
Rollup merge of #64502 - RalfJung:miri-toolstate, r=pietroalbini
tmandry Sep 17, 2019
b544284
Rollup merge of #64505 - pickfire:patch-1, r=Mark-Simulacrum
tmandry Sep 17, 2019
d782f09
Rollup merge of #64529 - taiki-e:docs-pin-as-mut, r=RalfJung
tmandry Sep 17, 2019
f8b6e26
Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk
tmandry Sep 17, 2019
93d6108
Rollup merge of #64544 - RalfJung:build-manifest, r=pietroalbini
tmandry Sep 17, 2019
5283791
Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandry
bors Sep 17, 2019
3daa8bd
Generate proc macro harness in AST order.
Aaron1011 Sep 17, 2019
ceb72e4
Add generic dataflow impl
ecstatic-morse Sep 17, 2019
5496a1f
Document new dataflow analysis
ecstatic-morse Sep 18, 2019
2886037
Temporarily add `#[allow(unused)]` for CI
ecstatic-morse Sep 18, 2019
d583fef
Add ignore reason to placate `tidy`
ecstatic-morse Sep 18, 2019
a8aa511
Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov
tmandry Sep 18, 2019
dbce655
Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obk
tmandry Sep 18, 2019
b2501a1
Rollup merge of #64516 - RalfJung:nomicon, r=Centril
tmandry Sep 18, 2019
76d34f3
Rollup merge of #64528 - Aaron1011:fix/proc-macro-type, r=alexcrichton
tmandry Sep 18, 2019
64c0969
Auto merge of #64570 - tmandry:rollup-3pg02lj, r=tmandry
bors Sep 18, 2019
bec0a76
doc: Format some primitives examples
tesuji Sep 18, 2019
eb48b5d
broken hyperlinks in documentation
Sep 18, 2019
dece573
Auto merge of #64575 - lzutao:fmt-primitives-doc, r=jonas-schievink
bors Sep 18, 2019
cbaaf05
Fix `Analysis` example
ecstatic-morse Sep 18, 2019
a526e4f
Use an associated const for `name`
ecstatic-morse Sep 18, 2019
19bf0f4
Fix typo
ecstatic-morse Sep 18, 2019
08aff1a
Publish `rustc_mir::dataflow` and remove `#[allow(unused)]`
ecstatic-morse Sep 18, 2019
445af68
fix debuginfo/issue22656 with LLDB 8
max-sixty Sep 18, 2019
a7f5252
Add summary of the current state and future plans
ecstatic-morse Sep 18, 2019
003fcda
Update books
ehuss Sep 18, 2019
b4e94d9
Fix bug where `is_call_return_effect_applied` was never set
ecstatic-morse Sep 18, 2019
e8ded84
Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry
tmandry Sep 18, 2019
05d93a7
Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r…
tmandry Sep 18, 2019
68096cc
Rollup merge of #64532 - ecstatic-morse:dataflow-cursor-get, r=tmandry
tmandry Sep 18, 2019
0fd7a2d
Rollup merge of #64578 - max-sixty:22656-lldb-8, r=alexcrichton
tmandry Sep 18, 2019
eeda313
Rollup merge of #64580 - ehuss:update-books, r=ehuss
tmandry Sep 18, 2019
eceec57
Auto merge of #64583 - tmandry:rollup-b793x81, r=tmandry
bors Sep 18, 2019
d95a776
don't record all intermediate adjustment types
nikomatsakis Sep 18, 2019
82e5c6e
Use explicit iteration instead of `all()` in `process_obligation()`.
nnethercote Sep 17, 2019
3b85597
Add a specialized version of `shallow_resolve()`.
nnethercote Sep 17, 2019
f233a4c
Fix a minor grammar nit, update UI tests
Sep 18, 2019
822393d
Point at original span when emitting unreachable lint
Aaron1011 Sep 18, 2019
333230f
Restore whitespace
Sep 18, 2019
cd4b468
Make note better when all arms in a `match` diverge
Aaron1011 Sep 18, 2019
9e777eb
Some formatting cleanup
Aaron1011 Sep 18, 2019
6edcfbe
Apply formatting fixes
Aaron1011 Sep 18, 2019
a8ce93e
Introduce Diverges::always constructor
Aaron1011 Sep 19, 2019
41e1128
Use 'if let' instead of 'match'
Aaron1011 Sep 19, 2019
034a8fd
Another formatting fix
Aaron1011 Sep 19, 2019
479ce39
Add explanation to type mismatch involving type params and assoc types
estebank Aug 26, 2019
d440e13
Update Cargo
Aaron1011 Sep 16, 2019
d67528f
Merge inherent impl blocks for `Diverges
Aaron1011 Sep 19, 2019
d2b555e
Rollup merge of #63630 - andjo403:bump_compiler, r=nikomatsakis
Centril Sep 19, 2019
11a0b96
Rollup merge of #64536 - Aaron1011:cargo-crate-type, r=ehuss
Centril Sep 19, 2019
0835100
Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakis
Centril Sep 19, 2019
67565ae
Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obk
Centril Sep 19, 2019
cad2d58
Rollup merge of #64591 - jamesmunns:grammar-fix, r=jonas-schievink
Centril Sep 19, 2019
19d0703
Auto merge of #64598 - Centril:rollup-htmf39p, r=Centril
bors Sep 19, 2019
37bafea
Fix backticks in documentation
grovesNL Sep 19, 2019
5384a19
ci: split aws credentials in two separate users with scoped perms
pietroalbini Sep 18, 2019
9b9d2af
Auto merge of #64545 - nnethercote:ObligForest-more, r=nmatsakis
bors Sep 19, 2019
1de533a
first determine if the variant is a niche-variant, then compute absol…
RalfJung Sep 19, 2019
c23e78a
Remove unnecessary `mut` in doc example
adrianheine Sep 19, 2019
9a447a2
replace boolean with lazy iteration
nikomatsakis Sep 19, 2019
72ea960
azure: Convert Windows installations scripts to `bash`
alexcrichton Sep 17, 2019
e356983
make clear that `invalidate` just replaces with `default`
nikomatsakis Sep 19, 2019
2fff780
rustbuild: Don't package libstd twice
alexcrichton Sep 19, 2019
d7f6474
rustbuild: Copy crate doc files fewer times
alexcrichton Sep 19, 2019
b2c51c2
avoid generating drops for moved operands of calls
nikomatsakis Sep 19, 2019
8112f71
rustbuild: Turn down compression on exe installers
alexcrichton Sep 19, 2019
1ab5593
factor out pluralisation remains after #64280
Sep 19, 2019
bda52e5
Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddyb
Centril Sep 19, 2019
3c28682
Rollup merge of #64592 - Aaron1011:feature/unreachable-span, r=Centril
Centril Sep 19, 2019
908636f
Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievink
Centril Sep 19, 2019
ea58ed9
Rollup merge of #64606 - adrianheine:patch-1, r=sfackler
Centril Sep 19, 2019
ff7a9cf
Rollup merge of #64611 - alexcrichton:no-libstd-twice, r=Mark-Simulacrum
Centril Sep 19, 2019
99cbffb
Rollup merge of #64613 - alexcrichton:less-doc-copies, r=Mark-Simulacrum
Centril Sep 19, 2019
fde8cfe
rustbuild: Turn down compression on msi installers
alexcrichton Sep 19, 2019
2655663
fix tests for 2018
nikomatsakis Sep 19, 2019
c78a009
whoops, only trigger this path for avoiding DROP, not StorageDead
nikomatsakis Sep 19, 2019
255dd3f
rustbuild: Improve output of `dist` step
alexcrichton Sep 19, 2019
1962d75
fix mir-opt tests
nikomatsakis Sep 19, 2019
02e3fb8
When possible point at argument causing item obligation failure
estebank Sep 16, 2019
fa496c9
Ignore obligations coming from desugared call spans
estebank Sep 16, 2019
5976e0e
Review comment: move to its own method
estebank Sep 16, 2019
2fbd692
When possible, suggest fn call
estebank Sep 16, 2019
c1ed439
review comments
estebank Sep 18, 2019
09f05d2
review comments
estebank Sep 19, 2019
d64c90d
remove duplicated code
estebank Sep 19, 2019
77fd0a7
add a mir-opt test that we don't add the spurious drop
nikomatsakis Sep 19, 2019
3db2c13
Add Compatibility Notes to RELEASES.md for 1.38.0
XAMPPRocky Sep 19, 2019
c34d9e6
add comments
estebank Sep 19, 2019
53b352e
Auto merge of #64616 - Centril:rollup-du6728f, r=Centril
bors Sep 19, 2019
ea3ba36
Auto merge of #64576 - pietroalbini:split-aws-tokens, r=alexcrichton
bors Sep 20, 2019
7225264
Auto merge of #64498 - estebank:point-at-arg, r=Centril
bors Sep 20, 2019
9ad1e7c
Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=M…
bors Sep 20, 2019
97e58c0
Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-typ…
bors Sep 20, 2019
66b1649
Merge pull request #23 from rust-lang/master
n-salim Sep 20, 2019
c3140ba
remove the extra comma after the match arm
Sep 20, 2019
633ad73
Update to LLVM 9.0.0
cuviper Sep 20, 2019
9cf9030
Allow using fn pointers in const fn behind const_fn_ptr gate
gnzlbg Sep 20, 2019
491a0c6
No home directory on vxWorks
bpangWR Sep 20, 2019
fbf9fa4
Merge pull request #24 from Wind-River/home_directory
n-salim Sep 20, 2019
9f374da
Exempt extern "Rust" from improper_ctypes
cuviper Sep 20, 2019
b956ae3
rust stat should call libc stat
bpangWR Sep 20, 2019
c3f72d1
Fix the span used to suggest avoiding for-loop moves
cuviper Sep 20, 2019
494d83c
Merge pull request #25 from Wind-River/stat
n-salim Sep 20, 2019
5349e69
Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviper
bors Sep 21, 2019
8646c81
Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril
Centril Sep 21, 2019
d7e511a
Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=Centril
Centril Sep 21, 2019
d021dba
Rollup merge of #64342 - glorv:master, r=varkor
Centril Sep 21, 2019
a93c0da
Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk
Centril Sep 21, 2019
6da43dd
Rollup merge of #64621 - XAMPPRocky:relnotes, r=Mark-Simulacrum
Centril Sep 21, 2019
176e216
Rollup merge of #64632 - guanqun:patch-1, r=jonas-schievink
Centril Sep 21, 2019
6254d7a
Rollup merge of #64640 - Wind-River:master, r=alexcrichton
Centril Sep 21, 2019
1486b7f
Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank
Centril Sep 21, 2019
97ca073
Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkor
Centril Sep 21, 2019
ed8b708
Auto merge of #64658 - Centril:rollup-9s3raz6, r=Centril
bors Sep 21, 2019
d434496
remove feature
gnzlbg Sep 21, 2019
9d4053f
revert error message changes
gnzlbg Sep 21, 2019
e001c5f
unify errors for tuple/struct variants
Sep 21, 2019
a2a57bc
Fixes #63962. Hint about missing tuple parentheses in patterns
sam09 Sep 19, 2019
53a6a2f
fully remove AstBuilder
matklad Sep 21, 2019
67d88f6
Remove constraints argument from path_all
Mark-Simulacrum Sep 21, 2019
13fee42
Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk
Centril Sep 21, 2019
4580714
Rollup merge of #64615 - alexcrichton:smaller-exe, r=Mark-Simulacrum
Centril Sep 21, 2019
395ec06
Rollup merge of #64617 - alexcrichton:smaller-msi, r=Mark-Simulacrum
Centril Sep 21, 2019
ef86303
Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-Sim…
Centril Sep 21, 2019
b21ec22
Rollup merge of #64619 - sam09:fix-63962, r=Centril
Centril Sep 21, 2019
05d7ae2
Rollup merge of #64634 - cuviper:llvm-9.0.0, r=alexcrichton
Centril Sep 21, 2019
25bdd76
Rollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obk
Centril Sep 21, 2019
7eac555
Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=est…
Centril Sep 21, 2019
f0e69ff
Rollup merge of #64664 - matklad:remove-ast-builder, r=Mark-Simulacrum
Centril Sep 21, 2019
ea70fb7
Do not trigger unreachable lint in async body and Use span labels
estebank Sep 21, 2019
2aa9d29
Remove unused code
Mark-Simulacrum Sep 21, 2019
e41aa8c
Inline ty_infer
Mark-Simulacrum Sep 21, 2019
8417ac6
Inline attribute constructors
Mark-Simulacrum Sep 21, 2019
3e6b844
Propagate `types.err` in locals further to avoid spurious knock-down …
estebank Sep 21, 2019
9991d54
review comments
estebank Sep 21, 2019
60560bc
Parse assoc type bounds in generic params and provide custom diagnostic
estebank Sep 22, 2019
c3d7917
remove outdated comment
tshepang Sep 22, 2019
daed674
review comments
estebank Sep 22, 2019
0f2f16d
review comments: wording
estebank Sep 22, 2019
ef906d0
Auto merge of #64666 - Centril:rollup-tp98vlr, r=Centril
bors Sep 22, 2019
3f2855e
Infer consts consistently. Moved some logic into super_combined_consts,
skinnyBat Sep 22, 2019
4ff32c0
Auto merge of #64669 - estebank:unreachable, r=Centril
bors Sep 22, 2019
bbce971
Update clippy
tesuji Sep 19, 2019
d06de5d
Update rls to fix build error
tesuji Sep 21, 2019
ad4787a
Clarify the "since" tidy check
Centril Sep 22, 2019
b370c11
On obligation errors point at the unfulfilled binding when possible
estebank Sep 4, 2019
c9d05aa
Point at correct span for parenthesized types
estebank Sep 5, 2019
b214085
review comments
estebank Sep 5, 2019
f81734b
ignore musl target in tests to avoid issues with output differences
estebank Sep 16, 2019
4e0437e
Fix rebase
estebank Sep 18, 2019
4be51c8
Point at type param when it's cause of unfulfilled obligation
estebank Sep 20, 2019
d201e27
review comments
estebank Sep 20, 2019
3ea0d10
hack to avoid incorrect suggestion
estebank Sep 20, 2019
7cef8b3
ignore-x86 instead of ignore-musl
estebank Sep 21, 2019
1dd1884
Auto merge of #64604 - lzutao:clippyup, r=oli-obk
bors Sep 22, 2019
ff75124
fix nll tests
estebank Sep 22, 2019
c0b7e71
Auto merge of #64151 - estebank:binding-error, r=varkor
bors Sep 22, 2019
7894bc8
Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPC
Centril Sep 22, 2019
da58e11
Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petroc…
Centril Sep 22, 2019
b66e732
Rollup merge of #64674 - estebank:knock-down-the-wall, r=Centril
Centril Sep 22, 2019
cb449d2
Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petr…
Centril Sep 22, 2019
091b7c3
Rollup merge of #64677 - tshepang:outdated, r=Mark-Simulacrum
Centril Sep 22, 2019
78d715f
Rollup merge of #64679 - skinny121:const-infer, r=varkor
Centril Sep 22, 2019
55df97c
Rollup merge of #64688 - rust-lang:clarify-tidy-since, r=alexreg
Centril Sep 22, 2019
b6716a1
Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril
bors Sep 23, 2019
66bf391
Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank
bors Sep 23, 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
  •  
  •  
  •  
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/9.0-2019-07-12
branch = rustc/9.0-2019-09-19
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
url = https://github.com/rust-embedded/book.git
23 changes: 17 additions & 6 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ Jason Toffaletti <[email protected]> Jason Toffaletti <[email protected]>
Jauhien Piatlicki <[email protected]> Jauhien Piatlicki <[email protected]>
Jay True <[email protected]>
Jeremy Letang <[email protected]>
Jeremy Stucki <[email protected]> <[email protected]>
Jeremy Stucki <[email protected]> <[email protected]>
Jeremy Stucki <[email protected]>
Jethro Beekman <[email protected]>
Jihyun Yu <[email protected]> <[email protected]>
Jihyun Yu <[email protected]> jihyun <[email protected]>
Expand Down Expand Up @@ -181,12 +184,20 @@ Neil Pankey <[email protected]> <[email protected]>
Nick Platt <[email protected]>
Nicole Mazzuca <[email protected]>
Nif Ward <[email protected]>
Oliver Schneider <[email protected]> oli-obk <[email protected]>
Oliver Schneider <[email protected]> Oliver 'ker' Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Oliver Middleton <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]> <[email protected]>
Oliver Scherer <[email protected]>
Ožbolt Menegatti <[email protected]> gareins <[email protected]>
Paul Faria <[email protected]> Paul Faria <[email protected]>
Peer Aramillo Irizar <[email protected]> parir <[email protected]>
Expand Down
Loading