| Age | Commit message (Expand) | Author | Lines |
| 2020-04-11 | review comments | Esteban Küber | -8/+8 |
| 2020-04-11 | review comments | Esteban Küber | -29/+32 |
| 2020-04-11 | Try to use the first char in the trait name as type param | Esteban Küber | -12/+15 |
| 2020-04-11 | Account for existing names when suggesting adding a type param | Esteban Küber | -27/+60 |
| 2020-04-11 | Account for type params with bounds | Esteban Küber | -6/+30 |
| 2020-04-11 | review comments | Esteban Küber | -92/+86 |
| 2020-04-11 | review comments | Esteban Küber | -130/+140 |
| 2020-04-11 | Handle `impl Trait` where `Trait` has an assoc type with missing bounds | Esteban Küber | -21/+208 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -98/+78 |
| 2020-04-11 | Auto merge of #71014 - Centril:rollup-3lc8cnt, r=Centril | bors | -2/+49 |
| 2020-04-11 | Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centril | bors | -0/+300 |
| 2020-04-11 | Rollup merge of #70982 - ldm0:fncoerce, r=eddyb | Mazdak Farrokhzad | -1/+18 |
| 2020-04-11 | Rollup merge of #70962 - KrishnaSannasi:track-dealloc, r=RalfJung | Mazdak Farrokhzad | -0/+10 |
| 2020-04-11 | Rollup merge of #70957 - oli-obk:lazy_repeat_length_eval_ice, r=matthewjasper | Mazdak Farrokhzad | -1/+14 |
| 2020-04-11 | Rollup merge of #70881 - eddyb:stage0-hide-incremental-unused-attrs, r=Mark-S... | Mazdak Farrokhzad | -0/+7 |
| 2020-04-11 | Rollup merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centril | Mazdak Farrokhzad | -0/+300 |
| 2020-04-10 | Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r... | bors | -89/+124 |
| 2020-04-10 | Auto merge of #70994 - Centril:rollup-lftv0a3, r=Centril | bors | -565/+754 |
| 2020-04-10 | added machine hooks to track deallocations | Ozaren | -0/+10 |
| 2020-04-10 | --bless you | Mazdak Farrokhzad | -8/+8 |
| 2020-04-10 | Rollup merge of #70991 - longfangsong:master, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2020-04-10 | Rollup merge of #70988 - LeSeulArtichaut:triagebot-prioritize, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+4 |
| 2020-04-10 | Rollup merge of #70985 - GuillaumeGomez:cleanup-e0512, r=Dylan-DPC | Mazdak Farrokhzad | -2/+3 |
| 2020-04-10 | Rollup merge of #70981 - ssomers:btreemap_into_into_iter, r=Mark-Simulacrum | Mazdak Farrokhzad | -13/+13 |
| 2020-04-10 | Rollup merge of #70979 - ssomers:btreemap_the_alice_merton_variations, r=Amanieu | Mazdak Farrokhzad | -4/+2 |
| 2020-04-10 | Rollup merge of #70978 - RalfJung:compiletest-flags, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+6 |
| 2020-04-10 | Rollup merge of #70973 - ecstatic-morse:recursion-lint, r=jonas-schievink | Mazdak Farrokhzad | -138/+121 |
| 2020-04-10 | Rollup merge of #70938 - tmiasko:thread-test-case, r=hanna-kruppe | Mazdak Farrokhzad | -0/+57 |
| 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 | -111/+131 |
| 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 | Add ThreadSanitizer test case | Tomasz Miąsko | -0/+57 |
| 2020-04-10 | Setup the `@rustbot prioritize` command | LeSeulArtichaut | -0/+4 |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -111/+131 |
| 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 |