| Age | Commit message (Expand) | Author | Lines |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -403/+547 |
| 2020-04-10 | Auto merge of #66605 - GuillaumeGomez:drop-python2, r=Mark-Simulacrum | bors | -105/+126 |
| 2020-04-10 | copy test cases to `if let` as well. | Felix S. Klock II | -2/+59 |
| 2020-04-10 | Update src/test/ui/binding/issue-53114-safety-checks.rs | Felix S Klock II | -1/+1 |
| 2020-04-10 | Update src/test/ui/binding/issue-53114-borrow-checks.rs | Felix S Klock II | -1/+1 |
| 2020-04-10 | tests encoding current behavior for various cases of "binding" to _. | Felix S. Klock II | -0/+243 |
| 2020-04-10 | fix rustc-dev-guide url in src/librustc_codegen_ssa | longfangsong | -1/+1 |
| 2020-04-10 | Improve rustdoc source code a bit | Guillaume Gomez | -29/+25 |
| 2020-04-10 | Add ThreadSanitizer test case | Tomasz Miąsko | -0/+57 |
| 2020-04-10 | Suggest x.into() when it is a better choice than x.try_into() when | Yashhwanth Ram | -0/+2 |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -105/+126 |
| 2020-04-10 | Auto merge of #70983 - Centril:rollup-npabk7c, r=Centril | bors | -153/+150 |
| 2020-04-10 | Clean up E0512 explanation | Guillaume Gomez | -2/+3 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in get_parent_did | marmeladema | -23/+26 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id | marmeladema | -37/+59 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -32/+30 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in opt_local_def_id | marmeladema | -16/+26 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_... | marmeladema | -14/+16 |
| 2020-04-10 | Tidy fix | Donough Liu | -1/+1 |
| 2020-04-10 | Rollup merge of #70975 - lcnr:ok, r=petrochenkov | Mazdak Farrokhzad | -5/+5 |
| 2020-04-10 | Rollup merge of #70969 - ehuss:json-filename-macros, r=eddyb | Mazdak Farrokhzad | -2/+5 |
| 2020-04-10 | Rollup merge of #70964 - RalfJung:mark-cli-lint-hack, r=petrochenkov | Mazdak Farrokhzad | -1/+3 |
| 2020-04-10 | Rollup merge of #70952 - GuillaumeGomez:cleanup-e0511, r=Dylan-DPC | Mazdak Farrokhzad | -2/+3 |
| 2020-04-10 | Rollup merge of #70932 - mark-i-m:de-abuse-err-2, r=Centril | Mazdak Farrokhzad | -16/+22 |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -78/+49 |
| 2020-04-10 | Rollup merge of #70843 - ssomers:btree_drain_filter_epilogue, r=Amanieu | Mazdak Farrokhzad | -45/+21 |
| 2020-04-10 | Rollup merge of #70784 - estebank:suggest-type-fundamental-method, r=matthewj... | Mazdak Farrokhzad | -4/+42 |
| 2020-04-10 | Normalize function signature in function casting check | Donough Liu | -1/+18 |
| 2020-04-10 | Auto merge of #70619 - etherealist:musl_lld, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-04-10 | assert that only statics can possibly be mutable | Ralf Jung | -8/+8 |
| 2020-04-10 | Rearrange BTreeMap::into_iter to match range_mut. | Stein Somers | -13/+13 |
| 2020-04-10 | compiletest: let config flags overwrite -A unused | Ralf Jung | -4/+6 |
| 2020-04-10 | Auto merge of #70447 - ecstatic-morse:storage-live-always, r=tmandry | bors | -48/+116 |
| 2020-04-10 | words | Bastian Kauschke | -5/+5 |
| 2020-04-10 | Added comments. | Rakshith Ravi | -21/+16 |
| 2020-04-09 | Use tri-color search for unconditional recursion lint | Dylan MacKenzie | -138/+121 |
| 2020-04-10 | Replace run-rustfix for issue 67691 test with a FIXME | sapir | -93/+9 |
| 2020-04-09 | Fix JSON file_name documentation for macros. | Eric Huss | -2/+5 |
| 2020-04-10 | Replace non-shorthand variables with _, not _var | sapir | -14/+18 |
| 2020-04-10 | Try to fix warning for unused variables in or patterns, issue #67691 | sapir | -57/+140 |
| 2020-04-10 | Add tests for issue #67691 | sapir | -0/+174 |
| 2020-04-09 | Consider methods on fundamental `impl` when method is not found on numeric type | Esteban Küber | -4/+42 |
| 2020-04-09 | Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddyb | bors | -57/+67 |
| 2020-04-09 | Avoid calling `fn_sig` query during `is_const_fn_raw` | Dylan MacKenzie | -17/+10 |
| 2020-04-09 | Add regression test for #69615 | Dylan MacKenzie | -0/+28 |
| 2020-04-09 | Use `is_const_fn_raw` query for HIR const-checking | Dylan MacKenzie | -7/+7 |
| 2020-04-09 | mark a temporary hack as such | Ralf Jung | -1/+3 |
| 2020-04-09 | Use `Visitor` for `AlwaysLiveLocals` | Dylan MacKenzie | -14/+19 |
| 2020-04-09 | Explain why we remove `self` from storage live locals | Dylan MacKenzie | -0/+1 |
| 2020-04-09 | Use new utility in `transform/generator.rs` | Dylan MacKenzie | -34/+40 |