| Age | Commit message (Expand) | Author | Lines |
| 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 #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC | bors | -223/+254 |
| 2020-04-12 | Update links of `rustc guide` | Yuki Okushi | -4/+4 |
| 2020-04-11 | Document unsafety in `src/libcore/hash/mod.rs` | LeSeulArtichaut | -2/+7 |
| 2020-04-11 | [windows] Add testcase to make sure executables are self-contained | Mateusz Mikuła | -0/+12 |
| 2020-04-11 | Document unsafety in `core::option` | LeSeulArtichaut | -2/+6 |
| 2020-04-11 | Clean up E0515 explanation | Guillaume Gomez | -4/+4 |
| 2020-04-11 | Rollup merge of #71021 - robojumper:71000-mir-assert-syntax, r=jonas-schievink | Dylan DPC | -25/+42 |
| 2020-04-11 | Rollup merge of #71020 - pyfisch:unicode-version, r=sfackler | Dylan DPC | -33/+8 |
| 2020-04-11 | Rollup merge of #70996 - ChaiTRex:master, r=Amanieu | Dylan DPC | -0/+56 |
| 2020-04-11 | Rollup merge of #70937 - mati865:mingw-staticlib-suffix, r=petrochenkov | Dylan DPC | -3/+8 |
| 2020-04-11 | Rollup merge of #70644 - nnethercote:clean-up-ModuleConfig-init, r=Mark-Simul... | Dylan DPC | -162/+140 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -98/+78 |
| 2020-04-11 | Depend on libc from crates.io | Luca Barbieri | -8/+4 |
| 2020-04-11 | End cleanup on rustdoc-js tools | Guillaume Gomez | -418/+408 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -132/+515 |
| 2020-04-11 | Change issue number to point to tracking issue | Chai T. Rex | -2/+2 |
| 2020-04-11 | Auto merge of #71014 - Centril:rollup-3lc8cnt, r=Centril | bors | -2/+49 |
| 2020-04-11 | Use write!-style syntax for MIR assert terminator | robojumper | -25/+42 |
| 2020-04-11 | Store UNICODE_VERSION as a tuple | Pyfisch | -33/+8 |
| 2020-04-11 | ci: run mir-opt tests on PR CI also as 32-bit (for `EMIT_MIR_FOR_EACH_BIT_WID... | Eduard-Mihai Burtescu | -1/+18 |
| 2020-04-11 | tests: add missing `// no-system-llvm` annotation to #69841 test. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-11 | tests: don't use only-64bit in mir-opt tests. | Eduard-Mihai Burtescu | -1/+77 |
| 2020-04-11 | compiletest: support --pass=check and --pass=build for mir-opt tests. | Eduard-Mihai Burtescu | -7/+14 |
| 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-11 | Pass the `PlaceElem::Index` local to `visit_local` | Jonas Schievink | -74/+39 |
| 2020-04-10 | Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r... | bors | -89/+124 |
| 2020-04-11 | compiletest: diff direction should be (-)expected -> (+)actual. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-10 | Auto merge of #70994 - Centril:rollup-lftv0a3, r=Centril | bors | -565/+750 |
| 2020-04-10 | fix target & runtool args order | Tom Dohrmann | -2/+7 |
| 2020-04-10 | Fixed doc tests for added methods | Chai T. Rex | -0/+2 |
| 2020-04-10 | added machine hooks to track deallocations | Ozaren | -0/+10 |
| 2020-04-10 | Add or_insert_with_key to Entry of HashMap/BTreeMap | Chai T. Rex | -0/+54 |
| 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 #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 |