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

Sync to rust-lang/rust branch master #31

Merged
merged 535 commits into from
Oct 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
535 commits
Select commit Hold shift + click to select a range
d556193
Rename `PatternContext` to `PatCtxt`
varkor Sep 26, 2019
79ff448
Rename `PatternTypeProjection` to `PatTyProj`
varkor Sep 26, 2019
ff4ed8c
Rename `hair::Pattern` to `hair::Pat`
varkor Sep 26, 2019
da89068
Update clippy
Manishearth Sep 26, 2019
e9aa0e7
Use existing Handler to print query stack
Aaron1011 Sep 26, 2019
0b1521f
Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril
bors Sep 26, 2019
0573af0
Fix AST JSON output test
varkor Sep 26, 2019
97906bc
Add note about global state in try_print_query_stack
Aaron1011 Sep 26, 2019
75a7c27
Revert "Simplify Unicode-aware trimming"
AnthonyMikh Sep 26, 2019
0c1a038
Fix ui-fulldeps tests
varkor Sep 26, 2019
821ff46
Include message on tests that should panic
kungfukennyg Sep 24, 2019
59367b0
Auto merge of #64819 - Manishearth:clippyup, r=Manishearth
bors Sep 27, 2019
80b63dd
Fix librustcdoc test
varkor Sep 27, 2019
9ef6edb
lowering: don't .abort_if_errors()
Centril Sep 27, 2019
590ae0e
Auto merge of #64813 - varkor:node-to-kind, r=Centril
bors Sep 27, 2019
c482c84
Stabilize map_get_key_value feature
tesuji Sep 27, 2019
0ebb044
Add long error explanation for E0734
GuillaumeGomez Sep 25, 2019
2e78683
Update ui tests
GuillaumeGomez Sep 25, 2019
ecfe92f
Don't check error_codes files for lints
GuillaumeGomez Sep 27, 2019
a37fe2d
Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomez
bors Sep 27, 2019
bd995c0
pin.rs: fix links to primitives in documentation
Sep 27, 2019
ac9aed5
getting more context for duplicate lang items (fixes #60561)
tomtau Sep 27, 2019
faee8e1
Turn `walk_parent_nodes` method into an iterator
estebank Sep 26, 2019
46a38dc
Account for tail expressions when pointing at return type
estebank Sep 26, 2019
e537d06
review comments
estebank Sep 26, 2019
a284822
fix rebase
estebank Sep 27, 2019
1363611
submodules: update clippy from 68ff8b19 to edd90473
matthiaskrgr Sep 27, 2019
084beb8
Auto merge of #64849 - matthiaskrgr:submodule_upd, r=Manishearth
bors Sep 27, 2019
d559b72
Add mailmap entry for Dustin Bensing by request
Mark-Simulacrum Sep 27, 2019
d540d44
Remove global_tcx from TyCtxt
Mark-Simulacrum Sep 25, 2019
f226ab4
Remove lift_to_global
Mark-Simulacrum Sep 25, 2019
0a4d55d
Remove stray uses of gcx name
Mark-Simulacrum Sep 25, 2019
4b23503
Remove shrink_to_tcx_lifetime
Mark-Simulacrum Sep 25, 2019
6ccb7ae
Docs: slice elements are equidistant
llogiq Sep 23, 2019
a094926
rm -rf librustc_ast_borrowck
Centril Sep 25, 2019
83dcdd9
Remove librustc_ast_borrowck from driver & interface.
Centril Sep 25, 2019
463b197
don't borrowck::check_crate(tcx) anymore.
Centril Sep 25, 2019
1eb280e
Remove unpretty=flowgraph.
Centril Sep 25, 2019
defd508
cleanup check_match wrt. SignalledError.
Centril Sep 25, 2019
dfd365f
cleanup dead ast-borrowck / migrate-mode code.
Centril Sep 25, 2019
a07b030
Remove AccessKind::Move.
Centril Sep 26, 2019
0022baa
Inline the remaining hir::Arm::top_pats_hack
Centril Sep 26, 2019
9920402
-Z unpretty message: include expanded,hygiene
Centril Sep 27, 2019
f922483
Print ParamTy span when accessing a field (#52082)
Baranowski Sep 26, 2019
001357f
--bless --compare-mode=nll
Centril Sep 27, 2019
c6f87c2
Auto merge of #64790 - Centril:rip-ast-borrowck, r=matthewjasper
bors Sep 27, 2019
22b87a5
Add support for relating slices in `super_relate_consts`.
skinnyBat Sep 27, 2019
bc17936
[const-prop] Replace `eval_place()` with use of `InterpCx`
wesleywiser Sep 4, 2019
86c7c4d
[const-prop] Replace `Use` handling with use of `InterpCx`
wesleywiser Sep 6, 2019
ecc4cc2
[const-prop] Replace `Cast` handling with use of `InterpCx`
wesleywiser Sep 6, 2019
1c219bb
[const-prop] Replace `NullaryOp` handling with use of `InterpCx`
wesleywiser Sep 6, 2019
644d4f3
[const-prop] Replace most `UnaryOp` handling with use of `InterpCx`
wesleywiser Sep 6, 2019
11eb91f
[const-prop] Replace `CheckedBinaryOp` handling with use of `InterpCx`
wesleywiser Sep 9, 2019
9ec928c
[const-prop] Replace some `Binaryp` handling with use of `InterpCx`
wesleywiser Sep 10, 2019
c0c8ce8
[const-prop] Replace `Ref` handling with use of `InterpCx`
wesleywiser Sep 11, 2019
fadfd92
Don't run the ConstProp MIR pass on generators
wesleywiser Sep 13, 2019
15d2b7a
Respond to code review feedback and fix tidy
wesleywiser Sep 13, 2019
9333514
Move Ref-from-arg checking from `step.rs` to `const_prop.rs`
wesleywiser Sep 14, 2019
4e58e2e
Work around for #64506
wesleywiser Sep 17, 2019
dcc6c28
Introduce a `ConstPropMachine`
wesleywiser Sep 25, 2019
d35f25c
Filter out stmts made for the redundant_semicolon lint when pretty-pr…
nathanwhit Sep 12, 2019
aa03f1f
Improve diagnostic for `let A = 0;`
Centril Sep 28, 2019
875fa72
Add inline function `get_slice_bytes` to remove code duplication.
skinnyBat Sep 28, 2019
c94fea0
Move `get_slice_bytes` to `rustc::mir::interpret` so it can be reused.
skinnyBat Sep 28, 2019
66c33c0
Add test for redundant_semicolon lint interaction with proc macro attrs
nathanwhit Sep 28, 2019
5cb0039
Added test for mismatched slices, and byte slices.
skinnyBat Sep 28, 2019
4c57882
Rollup merge of #64703 - llogiq:slices-elems-are-equidistant, r=rkruppe
Centril Sep 28, 2019
a60ac8e
Rollup merge of #64745 - kennethbgoodin:should-panic-msg, r=varkor
Centril Sep 28, 2019
4db233e
Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb
Centril Sep 28, 2019
85175b7
Rollup merge of #64794 - Mark-Simulacrum:rm-dep-track-map, r=estebank
Centril Sep 28, 2019
5b6a580
Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper
Centril Sep 28, 2019
00cba5b
Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, …
Centril Sep 28, 2019
e2823c9
Rollup merge of #64815 - JMS55:patch-1, r=jonas-schievink
Centril Sep 28, 2019
2d4c101
Rollup merge of #64818 - Wind-River:master, r=alexcrichton
Centril Sep 28, 2019
fc53088
Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebank
Centril Sep 28, 2019
494a8a8
Rollup merge of #64836 - lzutao:stabilize-map_get_key_value, r=SimonS…
Centril Sep 28, 2019
b71f6d8
Rollup merge of #64845 - rusty-snake:patch-1, r=jonas-schievink
Centril Sep 28, 2019
e3a5179
Rollup merge of #64847 - mati865:env_logger, r=alexcrichton
Centril Sep 28, 2019
f1a5bc5
Rollup merge of #64851 - Mark-Simulacrum:mailmap-update, r=varkor
Centril Sep 28, 2019
017944c
Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebank
Centril Sep 28, 2019
f3c8eba
Auto merge of #64864 - Centril:rollup-pxz6tw3, r=Centril
bors Sep 28, 2019
800bd3a
data_structures: Add deterministic FxHashMap and FxHashSet wrappers
inashivb Sep 3, 2019
fd505d7
Improve wording in documentation of MaybeUninit
nliberg Sep 27, 2019
f3744a1
Implement CRs
Baranowski Sep 28, 2019
a99f255
Allow reading non-mutable statics in const prop
wesleywiser Sep 25, 2019
ba2d6c4
Fix lint-exceeding-bitshifts ui tests
wesleywiser Sep 28, 2019
18f00b9
Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r…
bors Sep 28, 2019
9ad99c3
Refactor into ban_nonexisting_field method
Baranowski Sep 28, 2019
717c64e
Silence "skipping const checks" if outside a const context
ecstatic-morse Sep 17, 2019
457c3aa
Add additional `const` tests
ecstatic-morse Sep 17, 2019
e81297d
Add analysis to determine if a local is indirectly mutable
ecstatic-morse Sep 17, 2019
83a3e04
Don't treat locals as mutably borrowed after they're dropped
ecstatic-morse Sep 17, 2019
eec93ca
Copy `Qualif` to start work on new const validator
ecstatic-morse Sep 17, 2019
3a5442a
Remove unnecessary method
ecstatic-morse Sep 17, 2019
c2e121d
Make new qualifs public
ecstatic-morse Sep 17, 2019
48d3843
Add requisite imports and bitset to hold qualifs
ecstatic-morse Sep 17, 2019
3758e38
Remove reference to `Mode::NonConstFn` in qualifs
ecstatic-morse Sep 17, 2019
908dcb8
Control whether a `Qualif` is cleared on move
ecstatic-morse Sep 17, 2019
3698d04
Pass current qualification state in a separate parameter
ecstatic-morse Sep 17, 2019
fc92d3b
Add dataflow-based const validation
ecstatic-morse Sep 17, 2019
c990243
Run new validator in compare mode
ecstatic-morse Sep 17, 2019
670c84d
Fix tests broken by more consistent miri unleashed warnings
ecstatic-morse Sep 17, 2019
27bd849
Correct list of miri-supported operations
ecstatic-morse Sep 20, 2019
f2ff425
Add rationale for `suppress_errors` flag
ecstatic-morse Sep 20, 2019
e296436
Remember to replace ICE with some form of warning
ecstatic-morse Sep 20, 2019
b3e59bb
Move non-const ops into their own module
ecstatic-morse Sep 20, 2019
93ee779
Explain why `visit_terminator` does nothing for `IndirectlyMutableLoc…
ecstatic-morse Sep 20, 2019
bc7928a
Trigger ICE on nightly if validators disagree
ecstatic-morse Sep 24, 2019
406ac2e
Give usage instructions `IndirectlyMutableLocals` docs
ecstatic-morse Sep 25, 2019
2f5ea63
Return a `bool` from `in_any_value_of_ty`
ecstatic-morse Sep 25, 2019
dcecefc
Use conservative, type-based qualifcation for statics
ecstatic-morse Sep 25, 2019
1a14d17
Require `fmt::Debug` to implement `NonConstOp`
ecstatic-morse Sep 25, 2019
713ec15
Share `IndirectlyMutableLocals` results via reference
ecstatic-morse Sep 25, 2019
ff6faab
Add description for every module in `check_consts`
ecstatic-morse Sep 25, 2019
a302055
Mask results from flow-sensitive resolver with `in_any_value_of_ty`
ecstatic-morse Sep 25, 2019
8bfe82b
Correct `IndirectlyMutableLocals` docs
ecstatic-morse Sep 25, 2019
f2e7faf
Revert "Use conservative, type-based qualifcation for statics"
ecstatic-morse Sep 25, 2019
ff4158a
Bless miri unleashed output
ecstatic-morse Sep 25, 2019
0bf1a80
Rename `sty` to `kind`
ecstatic-morse Sep 28, 2019
8a9d775
syntax: don't keep a redundant c_variadic flag in the AST.
eddyb Aug 10, 2019
7683d1c
rustc: don't store a lifetime in hir::TyKind::CVarArgs.
eddyb Aug 11, 2019
a88d181
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn si…
eddyb Aug 10, 2019
057f23d
rustc_codegen_ssa: remove redundant `va_list_ref` field from `Functio…
eddyb Aug 12, 2019
f60e58e
StableHasher does not need to be generic over the Result type
Mark-Simulacrum Sep 26, 2019
14a5aef
Switch over all StableHash impls to new format
Mark-Simulacrum Sep 26, 2019
488381c
Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk
bors Sep 28, 2019
f6cecce
Upgrade async/await to "used" keywords.
ehuss Sep 28, 2019
c666bd5
Fix typo in intrinsics op safety
vertexclique Sep 28, 2019
8a167ed
Point at enclosing match when expecting `()` in arm
estebank Sep 27, 2019
ae51953
review comments
estebank Sep 28, 2019
c861e24
clean up
estebank Sep 28, 2019
e77dfa2
Slice docs: fix typo
llogiq Sep 28, 2019
54bad93
Add a couple more test cases, including non-ascii strings.
skinnyBat Sep 28, 2019
b18d861
Rollup merge of #64131 - shivan1b:deterministic-fxhashmap, r=Mark-Sim…
Centril Sep 28, 2019
55a3ead
Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkor
Centril Sep 28, 2019
05881d0
Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper
Centril Sep 28, 2019
01075d8
Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r…
Centril Sep 28, 2019
d9168e4
Rollup merge of #64793 - immunant:format_spans, r=matthewjasper
Centril Sep 28, 2019
69a3009
Rollup merge of #64837 - nliberg:patch-2, r=Centril
Centril Sep 28, 2019
6145757
Rollup merge of #64852 - Baranowski:param_note_52082, r=estebank
Centril Sep 28, 2019
787829d
Rollup merge of #64875 - ehuss:async-await-reserved, r=estebank
Centril Sep 28, 2019
1c2dd14
Rollup merge of #64876 - vertexclique:vcq/fix-fn-name-intrinsic-op-un…
Centril Sep 28, 2019
4652671
Rollup merge of #64880 - llogiq:slice-docs, r=Centril
Centril Sep 28, 2019
b3907fd
add pkg-config to dependencies
jakevossen5 Sep 28, 2019
ea347b6
linux -> Linux
jakevossen5 Sep 28, 2019
76b12bd
Support run-fail ui tests
tmandry Sep 20, 2019
8ae1ec6
Spawn one subprocess per unit test when panic=abort
tmandry Sep 12, 2019
8837684
Add test for libtest panic=abort mode
tmandry Sep 20, 2019
3f0254e
Put panic=abort test support behind -Z panic_abort_tests
tmandry Sep 20, 2019
b61e694
Auto merge of #64883 - Centril:rollup-uehjt63, r=Centril
bors Sep 28, 2019
0bbab7d
Auto merge of #64470 - ecstatic-morse:split-promotion-and-validation,…
bors Sep 29, 2019
37333b5
Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasper
Centril Sep 29, 2019
a874c65
Rollup merge of #64589 - andre-richter:aarch64_bare_metal, r=Amanieu
Centril Sep 29, 2019
b30d9be
Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-Simulacrum
Centril Sep 29, 2019
d7d7c2f
Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-ever…
Centril Sep 29, 2019
0d4afa1
Rollup merge of #64884 - jakevossen5:master, r=Mark-Simulacrum
Centril Sep 29, 2019
3eba6c1
syntax: recover trailing `|` in or-patterns.
Centril Sep 29, 2019
fe2f7e0
Auto merge of #64886 - Centril:rollup-30dqh8j, r=Centril
bors Sep 29, 2019
ce60da4
Fix `vec![x; n]` with null raw fat pointer zeroing the pointer metadata
SimonSapin Sep 29, 2019
6c01c0e
Zero-initialize `vec![None; n]` for `Option<&T>`, `Option<&mut T>` an…
SimonSapin Sep 29, 2019
d046ffd
Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=…
bors Sep 29, 2019
8fd03b1
syntax: fix #64682.
Centril Sep 29, 2019
06c6894
Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichton
bors Sep 29, 2019
d695e24
fixed typo
jakevossen5 Sep 29, 2019
be32185
init librustc_index crate
csmoe Sep 25, 2019
1cff2e6
move index_vec into rustc_index
csmoe Sep 25, 2019
1799063
move bit_set into rustc_index
csmoe Sep 26, 2019
d20183d
remove bit_set re-export from rustc_data_structures
csmoe Sep 26, 2019
64f61c7
remove indexed_vec re-export from rustc_data_structures
csmoe Sep 26, 2019
17fa7fe
bump Miri
RalfJung Sep 29, 2019
0a2ddcc
Rollup merge of #64691 - estebank:unexpected-variant, r=Centril
Centril Sep 29, 2019
f34e2b1
Rollup merge of #64735 - GuillaumeGomez:long-err-explanation-E0533, r…
Centril Sep 29, 2019
8109332
Rollup merge of #64825 - estebank:match-unit, r=Centril
Centril Sep 29, 2019
4ada68e
Rollup merge of #64858 - skinny121:str-const-generics, r=varkor
Centril Sep 29, 2019
64afa26
Rollup merge of #64894 - Centril:fix-64682, r=petrochenkov
Centril Sep 29, 2019
50940ae
Rollup merge of #64898 - jakevossen5:master, r=jonas-schievink
Centril Sep 29, 2019
8431f26
Auto merge of #64902 - Centril:rollup-1i431vs, r=Centril
bors Sep 29, 2019
2185710
Use https for curl when building for linux
tmandry Sep 28, 2019
dc29531
rustdoc: Fix default logo filename
ollie27 Sep 29, 2019
06c6e75
Optimize try_eval_bits to avoid layout queries
Mark-Simulacrum Sep 21, 2019
d16ee89
Auto merge of #64673 - Mark-Simulacrum:opt-match-ck, r=oli-obk
bors Sep 29, 2019
d938a80
Fixed grammar for some `time` fn calls and a diagnostic.
alexreg Sep 30, 2019
fdd1a62
Added backticks for one diagnostic message.
alexreg Sep 30, 2019
8a4af2f
Fixed weird non-sequential indices for serialisation of `SourceFile` …
alexreg Sep 30, 2019
13b61b5
Fixed grammar in one diagnostic and blessed tests.
alexreg Sep 29, 2019
49c6c86
Fixed stylistic convention for one diagnostic and blessed tests.
alexreg Sep 30, 2019
33ed03f
Cleaned up a few doc comments in libfmt_macros.
alexreg Sep 30, 2019
bd9a0aa
Auto merge of #64881 - RalfJung:miri, r=RalfJung
bors Sep 30, 2019
6c6d27d
Fixed a misleading documentation issue #64844
hman523 Sep 30, 2019
96c8049
Remove legacy grammar
XAMPPRocky Sep 29, 2019
bf8491e
Auto merge of #64904 - ollie27:rustdoc_logo, r=Mark-Simulacrum
bors Sep 30, 2019
e0436d9
Auto merge of #64600 - scottmcm:no-slice-tryfold-unroll, r=bluss
bors Sep 30, 2019
cc9db52
Add long error explanation for E0493
GuillaumeGomez Sep 11, 2019
9f978b7
update tests
GuillaumeGomez Sep 12, 2019
22bc9e1
Auto merge of #64778 - csmoe:index, r=eddyb
bors Sep 30, 2019
67eabe1
Add long error explanation for E0550
GuillaumeGomez Sep 27, 2019
e67ae0e
update ui tests
GuillaumeGomez Sep 27, 2019
5bf4397
Add test for issue-64662
JohnTitor Sep 30, 2019
cdf1852
Add missing links for mem::needs_drop
tesuji Sep 30, 2019
f33d94d
Fix typo in docs
ecstatic-morse Sep 26, 2019
3e88aa2
Allow `ResultsCursor` to borrow the underlying `Results`
ecstatic-morse Sep 26, 2019
d37c318
Add graphviz debug output for generic dataflow
ecstatic-morse Sep 26, 2019
cd24cd4
Update consumers of `generic::Engine` API
ecstatic-morse Sep 30, 2019
cf5f5c5
Use separate files for debugging `Qualif` dataflow results
ecstatic-morse Sep 30, 2019
2b8e023
Stop printing `Qualif` results in debug logs
ecstatic-morse Sep 30, 2019
349259d
Stabilize macros in `extern` blocks
petrochenkov Aug 26, 2019
5ae38bb
Stabilize proc macros in type positions
petrochenkov Aug 27, 2019
535d474
syntax: Split `ast::Attribute` into container and inner parts
petrochenkov Aug 17, 2019
576c215
Add test for #50571
JohnTitor Sep 30, 2019
bc25746
Add test for #58022
JohnTitor Sep 30, 2019
9c73131
Add test for #58344
JohnTitor Sep 30, 2019
957986d
syntax: Support modern attribute syntax in the `meta` matcher
petrochenkov Aug 17, 2019
870b47f
typeck: silence unreachable code from await
davidtwco Sep 30, 2019
7dc953b
Simplify code for special case of annotation
AnthonyMikh Sep 30, 2019
6b6a79b
Simplify `EmitterWriter::get_multispan_max_line_num`
AnthonyMikh Sep 30, 2019
7b4c5c6
Simplify `EmitterWriter::get_max_line_num`
AnthonyMikh Sep 30, 2019
21724ed
Update doc comment for `style_or_override`
AnthonyMikh Sep 30, 2019
7a807c5
Simplify `EmitterWriter::emit_suggestion_default`
AnthonyMikh Sep 30, 2019
9d73176
Remove redundant `.iter_mut()`
AnthonyMikh Sep 30, 2019
30ba6fd
Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebank
tmandry Sep 30, 2019
fb8f9b4
Rollup merge of #64786 - tmandry:patch-1, r=alexcrichton
tmandry Sep 30, 2019
686ad4d
Rollup merge of #64828 - ecstatic-morse:generic-dataflow-graphviz, r=…
tmandry Sep 30, 2019
3add979
Rollup merge of #64838 - GuillaumeGomez:long-err-explanation-e0550, r…
tmandry Sep 30, 2019
1cd9b4b
Rollup merge of #64891 - SimonSapin:vec-of-fat-raw-ptr, r=sfackler
tmandry Sep 30, 2019
a8ed9bf
Rollup merge of #64893 - SimonSapin:vec-of-option-box, r=sfackler
tmandry Sep 30, 2019
5560f8c
Rollup merge of #64911 - hman523:64844, r=Dylan-DPC
tmandry Sep 30, 2019
e9d2879
Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkor
tmandry Sep 30, 2019
913c095
Rollup merge of #64923 - lzutao:improve-doc-needs_drop, r=jonas-schie…
tmandry Sep 30, 2019
55b5428
Simplify a conditional in `collect_annotations`
AnthonyMikh Sep 30, 2019
6ea4a52
Address review comments
petrochenkov Sep 30, 2019
bb44288
Use pattern matching instead of indexing tuples
AnthonyMikh Sep 30, 2019
04fa9b1
async/await: improve obligation errors
davidtwco Sep 25, 2019
e5db5b3
(fmt) remove trailing whitespaces
AnthonyMikh Sep 30, 2019
61bc38e
Fix errors
AnthonyMikh Sep 30, 2019
515262c
Ascript type explicitly
AnthonyMikh Sep 30, 2019
fdce416
Hint type for `.sum()`
AnthonyMikh Oct 1, 2019
50c2a58
Fix borrowck errors
AnthonyMikh Oct 1, 2019
13e9b3d
Deduplicate closure type errors
estebank Oct 1, 2019
42ec683
Auto merge of #64932 - tmandry:rollup-7t8x1nz, r=tmandry
bors Oct 1, 2019
64130fd
Rollup merge of #63674 - petrochenkov:meta2, r=Centril
Centril Oct 1, 2019
3bd34e0
Rollup merge of #63931 - petrochenkov:stabmac, r=Centril
Centril Oct 1, 2019
f45de9a
Rollup merge of #64887 - Centril:recover-trailing-vert, r=estebank
Centril Oct 1, 2019
25f774a
Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition…
Centril Oct 1, 2019
b8c5d3a
Rollup merge of #64896 - XAMPPRocky:remove-grammar, r=Centril
Centril Oct 1, 2019
24a84fa
Rollup merge of #64907 - alexreg:tidy-up, r=Mark-Simulacrum
Centril Oct 1, 2019
dc1c1fe
Rollup merge of #64928 - JohnTitor:add-some-tests, r=Centril
Centril Oct 1, 2019
f4aa29f
Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=pet…
Centril Oct 1, 2019
5c6a8ee
Rollup merge of #64935 - AnthonyMikh:librustc_errors/emmiter__code-cl…
Centril Oct 1, 2019
46bf6ad
Rollup merge of #64937 - estebank:dedup-closure-err, r=Centril
Centril Oct 1, 2019
702b45e
Auto merge of #64946 - Centril:rollup-66mj5o0, r=Centril
bors Oct 1, 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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ David Manescu <david.manescu@gmail.com> <dman2626@uni.sydney.edu.au>
David Ross <daboross@daboross.net>
Derek Chiang <derekchiang93@gmail.com> Derek Chiang (Enchi Jiang) <derekchiang93@gmail.com>
Diggory Hardy <diggory.hardy@gmail.com> Diggory Hardy <github@dhardy.name>
Dustin Bensing <dustin.bensing@googlemail.com>
Dylan Braithwaite <dylanbraithwaite1@gmail.com> <mail@dylanb.me>
Dzmitry Malyshau <kvarkus@gmail.com>
E. Dunham <edunham@mozilla.com> edunham <edunham@mozilla.com>
Expand Down
Loading