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 with rust-lang/rust master branch #21

Merged
merged 892 commits into from
Sep 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
892 commits
Select commit Hold shift + click to select a range
6d537d4
resolve: simplify `resolve_arm`.
Centril Aug 28, 2019
219ddde
resolve: extract `try_resolve_as_non_binding`.
Centril Aug 28, 2019
f343e84
resolve: add `type IdentMap<T>` alias.
Centril Aug 28, 2019
fd3b441
resolve: move `fresh_binding`.
Centril Aug 28, 2019
dc91e22
resolve: move `resolve_block` to a better place.
Centril Aug 28, 2019
70cae78
resolve: already-bound-check: account for or-patterns.
Centril Aug 28, 2019
166a558
resolve: revamp already-bound check -- fix some bugs.
Centril Sep 1, 2019
498ec59
resolve: add tests for already-bound check.
Centril Sep 1, 2019
896a1c7
resolve: account for general or-patterns in consistency checking.
Centril Sep 1, 2019
33317c7
resolve: add test for missing bindings in or-patterns.
Centril Sep 1, 2019
aa7a02b
resolve: test binding mode consistency for or-patterns.
Centril Sep 1, 2019
dbe6873
resolve: test consistent or-patterns being allowed.
Centril Sep 3, 2019
ca968a1
or-patterns: syntax: simplify `Arm.pats` and `ExprKind::Let.0`.
Centril Aug 27, 2019
998060b
or-patterns: syntax: adjust `visit` and `mut_visit`.
Centril Aug 27, 2019
ad3db72
or-patterns: syntax: adjust parser removing a hack.
Centril Aug 27, 2019
424492a
or-patterns: syntax: adjust pretty printing.
Centril Aug 27, 2019
76625eb
or-patterns: syntax: adjust derive, format, and building.
Centril Aug 27, 2019
3fccbac
or-patterns: adjust librustc_lint.
Centril Aug 27, 2019
d8ef907
or-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`.
Centril Aug 28, 2019
a867c5f
resolve: merge `resolve_pats` and `resolve_pattern_top`.
Centril Sep 1, 2019
be95dee
or-patterns: adjust save_analysis wrt. `process_var_decl{_multi}`.
Centril Sep 2, 2019
d70b0c5
or-patterns: fix pprust-expr-roundtrip due to AST change.
Centril Sep 3, 2019
a7db1a4
or-patterns: address review comments.
Centril Sep 4, 2019
0341b78
resolve: bool -> enum PatBoundCtx
Centril Sep 4, 2019
24d0a01
review comment
estebank Sep 5, 2019
485697b
Better way of conditioning the sanitizer builds
infinity0 Sep 5, 2019
16ba502
or-patterns: fix fallout from #664128.
Centril Sep 5, 2019
9776723
Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakis
bors Sep 5, 2019
bafff2d
Update Clippy
tesuji Sep 5, 2019
a8d4e4f
Rollup merge of #62848 - matklad:xid-unicode, r=petrochenkov
Centril Sep 5, 2019
6da74a2
Rollup merge of #63774 - chocol4te:fix_63707, r=GuillaumeGomez
Centril Sep 5, 2019
d855bde
Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomez
Centril Sep 5, 2019
085c9e6
Rollup merge of #64003 - Dante-Broggi:place-align-in-layout, r=matthe…
Centril Sep 5, 2019
5649131
Rollup merge of #64030 - jethrogb:jb/sgx-sync-issues, r=alexcrichton
Centril Sep 5, 2019
fd46f6e
Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkov
Centril Sep 5, 2019
043159f
Rollup merge of #64051 - alex:linux-kernel-module-target, r=joshtriplett
Centril Sep 5, 2019
2238d19
Rollup merge of #64063 - JohnTitor:fix-const-err, r=oli-obk
Centril Sep 5, 2019
59237ec
Rollup merge of #64083 - estebank:tweak-e0308, r=oli-obk
Centril Sep 5, 2019
2326574
Rollup merge of #64100 - wesleywiser:fix_miri_const_eval, r=oli-obk
Centril Sep 5, 2019
afc7e0e
Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,C…
Centril Sep 5, 2019
c9bd2f7
Add missing code examples on Iterator trait
GuillaumeGomez Sep 5, 2019
d4d5aa4
Fix invalid span generation when it should be div
GuillaumeGomez Sep 5, 2019
6187684
Auto merge of #64172 - Centril:rollup-8i8oh54, r=Centril
bors Sep 5, 2019
0133941
Add an ExpnKind for AST passes
matthewjasper Aug 25, 2019
4082cd9
Allow ast passes to create hygienic spans
matthewjasper Aug 25, 2019
6fcdb36
Make use of hygiene in AST passes
matthewjasper Aug 25, 2019
2a82aec
Move tests for unit tests to their own directory
matthewjasper Aug 25, 2019
beb2f5b
Remove `Ident::{gensym, is_gensymed}`
matthewjasper Aug 25, 2019
846df20
Fix 2018 edition expanded pretty printing
matthewjasper Aug 25, 2019
0b86782
Don't call `diag_span_note_once` for suppressed lints
matthewjasper Aug 27, 2019
c8cf9f5
Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`
petrochenkov Aug 28, 2019
e552840
Document test harness generation
matthewjasper Aug 28, 2019
74563b4
Restrict error code length to 80 columns
Mark-Simulacrum Sep 4, 2019
b437240
Replace diagnostic plugins with macro_rules
Mark-Simulacrum Sep 4, 2019
3f1dc32
Remove codegen dependencies
Mark-Simulacrum Sep 4, 2019
4de4f30
Fix error index generator for new register_diagnostics API
Mark-Simulacrum Sep 4, 2019
41b39fc
Remove rustc_diagnostic_macros feature
Mark-Simulacrum Sep 4, 2019
0b7ba6e
std: Improve downstream codegen in `Command::env`
alexcrichton Sep 4, 2019
159d249
annotate-snippet emitter: Deal with multispans from macros, too
phansch Sep 5, 2019
060fe88
fill metadata in rustc_lexer's Cargo.toml
matklad Sep 5, 2019
afcf9b2
Bail out when encountering likely missing turbofish in parser
estebank Sep 5, 2019
bdc6cfc
simplify is_vxworks_pure_dynamic
bpangWR Sep 5, 2019
109e16e
Merge pull request #18 from Wind-River/bpang-runtest-2
BaoshanPang Sep 5, 2019
3f3fc52
Simplify std lib injection
matthewjasper Sep 5, 2019
bad8147
fix reviewer comments
mark-i-m Sep 5, 2019
dc613c6
Fix test
estebank Sep 5, 2019
5153db1
Explicitly create test tempdir
Mark-Simulacrum Sep 5, 2019
bb1e425
Add Fuchsia to actually_monotonic
cramertj Sep 5, 2019
022d9c8
Fixed grammar/style in error messages and reblessed tests.
alexreg Sep 1, 2019
6b5f9b2
Auto merge of #64171 - lzutao:clippy-fix, r=oli-obk
bors Sep 6, 2019
0ca645a
annotate-snippet emitter: Update issue number
phansch Sep 6, 2019
414d104
Merge pull request #17 from rust-lang/master
BaoshanPang Sep 6, 2019
ba7d1b8
it's more pythonic to use 'is not None' in python files
Sep 6, 2019
5b99539
Rollup merge of #63676 - newpavlov:wasi, r=alexcrichton
Centril Sep 6, 2019
ab75a17
Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomez
Centril Sep 6, 2019
3c1630a
Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov
Centril Sep 6, 2019
37a022e
Rollup merge of #64156 - cuviper:gitless-llvm, r=alexcrichton
Centril Sep 6, 2019
6968e53
Rollup merge of #64161 - estebank:point-variant, r=Centril
Centril Sep 6, 2019
a852ebb
Rollup merge of #64174 - GuillaumeGomez:missing-iterator-examples, r=…
Centril Sep 6, 2019
2cb02ad
Rollup merge of #64175 - GuillaumeGomez:replace-span-when-it-should-b…
Centril Sep 6, 2019
77e736a
Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfackler
Centril Sep 6, 2019
9d859b3
Rollup merge of #64190 - matklad:meta, r=cramertj
Centril Sep 6, 2019
61fcd05
Rollup merge of #64198 - cramertj:fuchsia-monotonic, r=alexcrichton
Centril Sep 6, 2019
1fb3c4e
Auto merge of #64209 - Centril:rollup-x9kvjb7, r=Centril
bors Sep 6, 2019
2d168fa
mir borrowck: drive-by cleanup.
Centril Sep 6, 2019
0554095
Refuse to downgrade NLL errors on Rust >= 2018.
Centril Sep 6, 2019
39bfb36
Fix miri
oli-obk Sep 6, 2019
4894123
Auto merge of #64211 - oli-obk:miri, r=eddyb
bors Sep 6, 2019
32101ad
Upgrade rand to 0.7
mati865 Aug 22, 2019
58ba1f5
Add Iterator comparison methods that take a comparison function
timvermeulen Jun 28, 2019
eedf555
rustc_codegen_llvm: give names to non-alloca variable values.
eddyb Sep 4, 2019
e1d27eb
Reduce span to function name in unreachable calls
ayuusweetfish Sep 6, 2019
4f61eac
Rollup merge of #63565 - Centril:deny-nll-migrate-mode, r=matthewjasper
Centril Sep 6, 2019
b0dfc8a
Rollup merge of #63969 - GuillaumeGomez:option-docs-example, r=sfackler
Centril Sep 6, 2019
e618135
Rollup merge of #64067 - Mark-Simulacrum:valgrind-dyn, r=alexcrichton
Centril Sep 6, 2019
8bbd71b
Rollup merge of #64166 - infinity0:master, r=alexcrichton
Centril Sep 6, 2019
57e900e
Rollup merge of #64189 - phansch:add_macros_support, r=estebank
Centril Sep 6, 2019
afb6a70
Rollup merge of #64202 - alexreg:rush-pr-1, r=Centril
Centril Sep 6, 2019
8111cca
Rollup merge of #64206 - phansch:update_issue_number, r=varkor
Centril Sep 6, 2019
ee54499
Rollup merge of #64208 - guanqun:py-is-not-none, r=matklad
Centril Sep 6, 2019
10f46b6
Move the HIR cfg to `rustc_ast_borrowck`
matthewjasper Sep 6, 2019
6e19f3f
Auto merge of #64230 - Centril:rollup-vxyczjq, r=Centril
bors Sep 6, 2019
8ddbe76
Upgrade env_logger to 0.6
mati865 Aug 29, 2019
f6481ed
Correct pluralisation of various diagnostic messages
varkor Sep 6, 2019
0b97726
Update ui tests
varkor Sep 6, 2019
055d379
reduce visibility
matklad Aug 31, 2019
a26ee85
Include compiler-rt in the source tarball
maurer Sep 6, 2019
7dd5c66
Added more prereqs and note about default directory
Sep 6, 2019
3dde650
Move injection of attributes from command line to `libsyntax_ext`
petrochenkov Sep 6, 2019
da13f06
Auto merge of #63789 - Wind-River:master, r=alexcrichton
bors Sep 6, 2019
db493ef
Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov
Centril Sep 7, 2019
7dcac19
Rollup merge of #63927 - mark-i-m:filter-spurious, r=ehuss
Centril Sep 7, 2019
da61325
Rollup merge of #64149 - eddyb:llvm-var-names, r=rkruppe
Centril Sep 7, 2019
fae7bc7
Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkov
Centril Sep 7, 2019
84cb352
Rollup merge of #64231 - matthewjasper:move-ast-cfg, r=Centril
Centril Sep 7, 2019
d5caeac
Rollup merge of #64233 - varkor:correct-pluralisation, r=estebank
Centril Sep 7, 2019
e6a7689
Rollup merge of #64236 - matklad:reduce-visibility, r=Centril
Centril Sep 7, 2019
e77ba6f
Rollup merge of #64240 - maurer:include-compiler-rt, r=alexcrichton
Centril Sep 7, 2019
69121f5
Rollup merge of #64241 - adityaatluri:install-doc, r=Mark-Simulacrum
Centril Sep 7, 2019
3d4cb50
Rollup merge of #64243 - petrochenkov:cmdattr, r=alexcrichton
Centril Sep 7, 2019
ef54f57
Auto merge of #64246 - Centril:rollup-zey4o09, r=Centril
bors Sep 7, 2019
f0386a1
Add "bool" lang item
varkor Sep 7, 2019
0d08467
resolve: Do not afraid to set current module to enums and traits
petrochenkov Sep 5, 2019
56f6353
resolve: Adjust `hygienic_lexical_parent` to account for enum and tra…
petrochenkov Sep 7, 2019
b73e32c
Add `bool::then` and `bool::then_with`
varkor Sep 7, 2019
c1d29ee
Aggregation of cosmetic changes made during work on REPL PRs: librustc
alexreg Sep 6, 2019
fd48ca2
Apply suggestions from code review
alexreg Sep 6, 2019
49d2fd1
Aggregation of cosmetic changes made during work on REPL PRs: libsyntax
alexreg Sep 6, 2019
553a56d
Apply suggestions from code review
alexreg Sep 6, 2019
2bcabf6
compiletest: Match suffixed environments
smaeul Sep 3, 2019
0f0e1c1
Move `libcore/bool/mod.rs` to `libcore/bool.rs`
varkor Sep 7, 2019
7b3f729
Add tracking issue
varkor Sep 7, 2019
8bee18b
Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertj
Centril Sep 7, 2019
3c4a586
Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichton
Centril Sep 7, 2019
89a69fd
Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=p…
Centril Sep 7, 2019
c530672
Rollup merge of #64226 - alexreg:rush-pr-3, r=centril
Centril Sep 7, 2019
c70b768
Rollup merge of #64227 - alexreg:rush-pr-4, r=centril
Centril Sep 7, 2019
448b38f
Rollup merge of #64235 - mati865:env_logger, r=alexcrichton
Centril Sep 7, 2019
635c3bc
Rollup merge of #64258 - smaeul:patch/arm-tests, r=Mark-Simulacrum
Centril Sep 7, 2019
43a5ff4
Auto merge of #64264 - Centril:rollup-w1khzun, r=Centril
bors Sep 7, 2019
7dc3839
resolve: Mark more erroneous imports as used
petrochenkov Sep 7, 2019
f7434ae
Support "soft" feature-gating using a lint
petrochenkov Sep 1, 2019
fb38708
rustdoc: fix diagnostic with mixed code block styles
ehuss Sep 7, 2019
74d8679
Turn `soft_unstable` into a future-compatibility lint
petrochenkov Sep 7, 2019
83e2b5e
Rollup merge of #64052 - ranweiler:debuginfo-boxed-struct-64050, r=al…
Centril Sep 7, 2019
4ea7797
Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasper
Centril Sep 7, 2019
77e1a7c
Rollup merge of #64177 - petrochenkov:curmod, r=matthewjasper
Centril Sep 7, 2019
cab2d84
Rollup merge of #64229 - kawa-yoiko:unreachable-call-lint, r=estebank
Centril Sep 7, 2019
cd3cb28
Rollup merge of #64255 - varkor:bool-to-option, r=Centril
Centril Sep 7, 2019
f7b05af
Auto merge of #64269 - Centril:rollup-y4dm32c, r=Centril
bors Sep 7, 2019
961a4da
Stabilize bind_by_move_pattern_guards in 1.39.0.
Centril Jul 29, 2019
2a21c0f
Update bind_and_guard_matched_candidate docs.
Centril Jul 29, 2019
0356813
Dont use gate bind_by_move_pattern_guards internally.
Centril Jul 29, 2019
072942d
run-pass tests shouldn't have unused contents
Mark-Simulacrum Sep 1, 2019
f35eae9
Add buffer abstraction
Mark-Simulacrum Aug 27, 2019
eebd026
Migrate top-level rendering to Buffer
Mark-Simulacrum Aug 30, 2019
9e52ba9
Create buffers in top-level rendering
Mark-Simulacrum Aug 30, 2019
3657bfc
Remove needless clone of layout
Mark-Simulacrum Aug 30, 2019
57243b7
Move constant parameters to render to Layout struct
Mark-Simulacrum Aug 30, 2019
75528f2
Replace writeln!/write! with push_str
Mark-Simulacrum Aug 31, 2019
04dc72e
Remove unnecessary Buffer in layout::render
Mark-Simulacrum Aug 31, 2019
f8bccb1
Move sidebar to Buffer-printing
Mark-Simulacrum Aug 31, 2019
f4a15ae
Implement Print for FnOnce(&mut Buffer)
Mark-Simulacrum Aug 31, 2019
eefaee1
Delete Sidebar struct in favor of FnOnce impl
Mark-Simulacrum Aug 31, 2019
d5f1470
De-indent all fmt::Display impls for later replacement to functions
Mark-Simulacrum Aug 31, 2019
3f0e77f
layout::render takes Print instead of fmt::Display
Mark-Simulacrum Aug 31, 2019
bb40d5f
Move Source to Buffer
Mark-Simulacrum Aug 31, 2019
17bef30
Settings to function
Mark-Simulacrum Aug 31, 2019
a502e85
AllTypes to function
Mark-Simulacrum Aug 31, 2019
c1c1e86
Item to function
Mark-Simulacrum Aug 31, 2019
02c5c5c
Move to buffers throughout print_item
Mark-Simulacrum Aug 31, 2019
642993e
Update tests wrt. bind_by_by_move_pattern_guards stabilization.
Centril Jul 29, 2019
c6bfb1e
Tests: No longer emitting 0008, E0301, E0302.
Centril Jul 30, 2019
e362ff9
bootstrap -> boostrap_stdarch_ignore_this
Centril Aug 20, 2019
aaa9762
bind-by-move: add E0008 commented out to error_codes.rs
Centril Sep 5, 2019
8acab6b
Improve wording.
crlf0710 Sep 8, 2019
4a8ccdb
Auto merge of #64044 - Mark-Simulacrum:rustdoc-clean-2, r=GuillaumeGomez
bors Sep 8, 2019
5036237
Auto merge of #64096 - GuillaumeGomez:theme-regex-fix, r=Mark-Simulacrum
bors Sep 8, 2019
38ab20d
Add pluralise macro
V1shvesh Sep 8, 2019
c255206
Refactor Pluralisation
V1shvesh Sep 8, 2019
0ac09ae
Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAus
Centril Sep 8, 2019
2417208
Rollup merge of #64152 - cramertj:update-backtrace, r=alexcrichton
Centril Sep 8, 2019
3a32803
Rollup merge of #64265 - petrochenkov:useerr, r=estebank
Centril Sep 8, 2019
832b47a
Rollup merge of #64267 - ehuss:rustdoc-fix-mixed-code-block, r=Guilla…
Centril Sep 8, 2019
2c0931e
Auto merge of #64281 - Centril:rollup-inyqjf8, r=Centril
bors Sep 8, 2019
6fdbece
Update test stderr with results of enabling unused lints
Mark-Simulacrum Sep 1, 2019
85e09c6
use 'get_toml' instead of regular expression
Sep 8, 2019
2b8116d
Auto merge of #63994 - Centril:refactor-qualify-consts, r=spastorino,…
bors Sep 8, 2019
fc4375a
Remove extra trailing newline
V1shvesh Sep 8, 2019
7457ef8
Dedent macro definition
V1shvesh Sep 8, 2019
9a56187
Always emit unresolved import errors and hide unused import lint
estebank Sep 1, 2019
510976b
Rollup merge of #64078 - Mark-Simulacrum:compiletest-lint-unused, r=p…
Centril Sep 8, 2019
7cfad41
Rollup merge of #64263 - crlf0710:improve_wording, r=petrochenkov
Centril Sep 8, 2019
1716678
Rollup merge of #64280 - V1shvesh:master, r=Centril
Centril Sep 8, 2019
51b110f
Rollup merge of #64288 - guanqun:use-get-toml, r=Mark-Simulacrum
Centril Sep 8, 2019
a6624ed
Auto merge of #64293 - Centril:rollup-blnhxwl, r=Centril
bors Sep 8, 2019
7eb65df
Auto merge of #64108 - estebank:issue-36836, r=Centril
bors Sep 9, 2019
19db48a
update rustc-guide
mark-i-m Sep 5, 2019
7c2dad2
update guide
mark-i-m Sep 6, 2019
5799fb4
Give method not found a primary span label
estebank Sep 6, 2019
1e86913
Auto merge of #64195 - mark-i-m:update-rustc-guide-1, r=ehuss
bors Sep 9, 2019
824383d
Auto merge of #64237 - estebank:tweak-method-not-found, r=Centril
bors Sep 9, 2019
4c62950
Fix typo in config.toml.example
lukas-code Sep 9, 2019
63a5f39
Resolve attributes in several places
c410-f3r Sep 9, 2019
45859b7
Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper
bors Sep 9, 2019
851a5fd
Update clippy
tesuji Sep 9, 2019
3d7040b
Update miri submodule
oli-obk Sep 9, 2019
b117bd7
check git in bootstrap.py when trying to update submodule
Sep 4, 2019
0d34fe4
Unify escape usage
GuillaumeGomez Sep 9, 2019
457a23f
Rollup merge of #63468 - c410-f3r:attrs, r=petrochenkov
Centril Sep 9, 2019
7e98ec5
Rollup merge of #64121 - timvermeulen:iter_step_by_internal, r=scottmcm
Centril Sep 9, 2019
1769a42
Rollup merge of #64278 - guanqun:check-git, r=Mark-Simulacrum
Centril Sep 9, 2019
063740f
Rollup merge of #64306 - lukas-code:patch-1, r=jonas-schievink
Centril Sep 9, 2019
f7ee130
Rollup merge of #64312 - GuillaumeGomez:rustdoc-better-esc-handling, …
Centril Sep 9, 2019
625a9d6
lldb: avoid mixing "Hit breakpoint" message with other output.
eddyb Sep 9, 2019
91dae2e
Bump RLS and Rustfmt submodules
Xanewok Sep 8, 2019
c2249a4
cargo update -p rustfmt-nightly
Xanewok Sep 8, 2019
0b36e9d
Auto merge of #64313 - Centril:rollup-7w8b67g, r=Centril
bors Sep 9, 2019
69d5030
Update LLVM submodule
nikic Sep 9, 2019
4dd60f3
update reference
RalfJung Sep 9, 2019
6c74bc9
Update version of `rustc-std-workspace-*` crates
alexcrichton Sep 9, 2019
611458b
Rollup merge of #63806 - mati865:rand, r=alexcrichton
Centril Sep 9, 2019
8926301
Rollup merge of #64054 - estebank:unused-import-is-to-eager, r=petroc…
Centril Sep 9, 2019
f353d49
Rollup merge of #64279 - Xanewok:bump-rustc-ap, r=tmandry
Centril Sep 9, 2019
7b0d134
Rollup merge of #64317 - nikic:bump-llvm-3, r=alexcrichton
Centril Sep 9, 2019
342722e
Rollup merge of #64320 - alexcrichton:update-patch, r=RalfJung
Centril Sep 9, 2019
7eb42c9
Always show backtrace on Fuchsia
cramertj Sep 9, 2019
122fefc
Auto merge of #64321 - Centril:rollup-jsj5tpl, r=Centril
bors Sep 10, 2019
007a58d
Switch rustdoc logging to RUSTDOC_LOG
Mark-Simulacrum Sep 10, 2019
6eb7b69
Clarify E0507 to note Fn/FnMut relationship to borrowing
Mark-Simulacrum Sep 10, 2019
2f6e73c
test/c-variadic: Fix patterns on powerpc64
smaeul Sep 3, 2019
79263af
Changed instant is earlier to instant is later
hman523 Sep 10, 2019
55f067b
Rollup merge of #64307 - lzutao:clippy-up, r=oli-obk
Centril Sep 10, 2019
c5a2e14
Rollup merge of #64308 - oli-obk:miri, r=oli-obk
Centril Sep 10, 2019
8dc16e8
Rollup merge of #64318 - RalfJung:reference, r=ehuss
Centril Sep 10, 2019
59156af
Rollup merge of #64323 - cramertj:fuchsia-rust-backtrace-noop, r=alex…
Centril Sep 10, 2019
61dced1
Auto merge of #64333 - Centril:rollup-llhhr82, r=Centril
bors Sep 10, 2019
403c0de
Auto merge of #64329 - Mark-Simulacrum:rustdoc-log, r=GuillaumeGomez
bors Sep 10, 2019
63fad69
lowering: extend temporary lifetimes around await
davidtwco Sep 8, 2019
1e7faef
rustc_mir: buffer -Zdump-mir output instead of pestering the kernel c…
eddyb Sep 10, 2019
87b0c90
Auto merge of #60387 - Goirad:test-expansion, r=ollie27
bors Sep 10, 2019
13726cc
Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichton
Centril Sep 10, 2019
9eecb4a
Rollup merge of #63989 - yaahc:master, r=Manishearth
Centril Sep 10, 2019
347b5c8
Rollup merge of #64256 - smaeul:patch/powerpc64-tests, r=alexcrichton
Centril Sep 10, 2019
a1755df
Rollup merge of #64292 - davidtwco:issue-63832-await-temporary-lifeti…
Centril Sep 10, 2019
ce3e824
Rollup merge of #64311 - eddyb:lldb-python3, r=michaelwoerister
Centril Sep 10, 2019
35c24b4
Rollup merge of #64330 - Mark-Simulacrum:clarify-E0507, r=GuillaumeGomez
Centril Sep 10, 2019
26a4af9
Rollup merge of #64331 - hman523:fix-64322, r=varkor
Centril Sep 10, 2019
8d2ef19
Rollup merge of #64344 - eddyb:mir-opt-stop-shouting-at-the-kernel, r…
Centril Sep 10, 2019
34e82a7
Auto merge of #64354 - Centril:rollup-oaq0xoi, r=Centril
bors Sep 10, 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
  •  
  •  
  •  
22 changes: 16 additions & 6 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ Jason Toffaletti <toffaletti@gmail.com> Jason Toffaletti <jason@topsy.com>
Jauhien Piatlicki <jauhien@gentoo.org> Jauhien Piatlicki <jpiatlicki@zertisa.com>
Jay True <glacjay@gmail.com>
Jeremy Letang <letang.jeremy@gmail.com>
Jeremy Stucki <dev@jeremystucki.ch> <stucki.jeremy@gmail.com>
Jeremy Stucki <dev@jeremystucki.ch> <jeremy@myelin.ch>
Jeremy Stucki <dev@jeremystucki.ch>
Jethro Beekman <github@jbeekman.nl>
Jihyun Yu <j.yu@navercorp.com> <yjh0502@gmail.com>
Jihyun Yu <j.yu@navercorp.com> jihyun <jihyun@nablecomm.com>
Expand Down Expand Up @@ -181,12 +184,19 @@ Neil Pankey <npankey@gmail.com> <neil@wire.im>
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>
Oliver Schneider <oliver.schneider@kit.edu> Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Oliver Schneider <oliver.schneider@kit.edu> Oliver Schneider <git-spam9815368754983@oli-obk.de>
Oliver Schneider <oliver.schneider@kit.edu> Oliver Schneider <github333195615777966@oli-obk.de>
Oliver Schneider <oliver.schneider@kit.edu> Oliver Schneider <github6541940@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <git-spam-no-reply9815368754983@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <git-spam9815368754983@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <github333195615777966@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <github6541940@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <rust19446194516@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <git-no-reply-9879165716479413131@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <git1984941651981@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <github35764891676564198441@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <github6541940@oli-obk.de>
Oliver Scherer <oliver.schneider@kit.edu> <oli-obk@users.noreply.github.com>
Oliver Scherer <oliver.schneider@kit.edu> <public.oliver.schneider@kit.edu>
Oliver Scherer <oliver.schneider@kit.edu> <obk8176014uqher834@olio-obk.de>
Oliver Scherer <oliver.schneider@kit.edu>
Ožbolt Menegatti <ozbolt.menegatti@gmail.com> gareins <ozbolt.menegatti@gmail.com>
Paul Faria <paul_faria@ultimatesoftware.com> Paul Faria <Nashenas88@gmail.com>
Peer Aramillo Irizar <peer.aramillo.irizar@gmail.com> parir <peer.aramillo.irizar@gmail.com>
Expand Down
Loading