| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Do not ICE on assoc type with bad placeholder | Yuki Okushi | -6/+14 |
| 2020-07-21 | Revert "Compare tagged/niche-filling layout and pick the best one" | Mark Rousskov | -28/+3 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -0/+93 |
| 2020-07-21 | Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb | bors | -2/+1296 |
| 2020-07-21 | Expand test to cover type_name and monomorphic use | Gary Guo | -15/+77 |
| 2020-07-20 | Parse rustc_deprecated as deprecated attribute | Mark Rousskov | -3/+3 |
| 2020-07-20 | refactor and reword intra-doc link errors | Andy Russell | -117/+117 |
| 2020-07-20 | Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisa | Manish Goregaokar | -0/+33 |
| 2020-07-20 | Rollup merge of #74051 - yodaldevoid:issue_60814, r=nikomatsakis | Manish Goregaokar | -0/+56 |
| 2020-07-20 | Rollup merge of #73323 - davidtwco:issue-73252-wfcheck-foreign-fn-decl, r=ecs... | Manish Goregaokar | -32/+69 |
| 2020-07-20 | Rollup merge of #72714 - JohnTitor:debug-assert, r=nikomatsakis | Manish Goregaokar | -0/+36 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -2/+10 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -70/+117 |
| 2020-07-20 | ty: normalize fn sigs before subst | David Wood | -0/+25 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -2/+1216 |
| 2020-07-20 | Use `ReEmpty(U0)` as the implicit region bound in typeck | Matthew Jasper | -0/+101 |
| 2020-07-20 | Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern | Jakub Adam Wieczorek | -0/+33 |
| 2020-07-20 | wf: check foreign fn decls for well-formedness | David Wood | -32/+69 |
| 2020-07-19 | Rollup merge of #74534 - Mark-Simulacrum:rustdoc-stability, r=Manishearth | Manish Goregaokar | -0/+37 |
| 2020-07-19 | Rollup merge of #74516 - lcnr:min-specialization-ice, r=matthewjasper | Manish Goregaokar | -0/+16 |
| 2020-07-20 | Slightly improve panic messages when range indices are out of bounds | Lukas Kalbertodt | -3/+3 |
| 2020-07-19 | Guard against non-monomorphized type_id intrinsic call | Gary Guo | -0/+40 |
| 2020-07-19 | Only skip impls of foreign unstable traits | Mark Rousskov | -0/+37 |
| 2020-07-19 | Add test for an explicit non-'static lifetime in a const argument | Gabriel Smith | -0/+28 |
| 2020-07-19 | disallow non-static lifetimes in const generics | Gabriel Smith | -0/+28 |
| 2020-07-19 | do not try fetching the ancestors of errored trait impls | Bastian Kauschke | -0/+16 |
| 2020-07-19 | Add missing : after *llvm-version | Lzu Tao | -3/+3 |
| 2020-07-19 | Add missing : after min-gdb-version | Lzu Tao | -5/+5 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -22/+255 |
| 2020-07-18 | Rollup merge of #74459 - canova:const-unreachable-unchecked, r=oli-obk | Manish Goregaokar | -0/+81 |
| 2020-07-18 | Rollup merge of #74445 - lcnr:const-generic-ty-decl, r=Dylan-DPC | Manish Goregaokar | -0/+48 |
| 2020-07-18 | Rollup merge of #74071 - petrochenkov:cload3, r=matthewjasper | Manish Goregaokar | -34/+7 |
| 2020-07-18 | rustc_metadata: Make crate loading fully speculative | Vadim Petrochenkov | -34/+7 |
| 2020-07-18 | Fix debug assertion in typeck | Yuki Okushi | -0/+36 |
| 2020-07-17 | Rollup merge of #74449 - tmiasko:cmpxchg-test, r=nikomatsakis | Manish Goregaokar | -0/+60 |
| 2020-07-17 | Rollup merge of #74448 - davidtwco:improper-ctypes-definitions-boxes, r=david... | Manish Goregaokar | -63/+46 |
| 2020-07-17 | Rollup merge of #74444 - Alexendoo:test-69414, r=nikomatsakis | Manish Goregaokar | -2/+5 |
| 2020-07-17 | Rollup merge of #74069 - erikdesjardins:bad-niche, r=nikomatsakis | Manish Goregaokar | -3/+28 |
| 2020-07-18 | Update UB test to fail during build with contant errors | Nazım Can Altınova | -5/+34 |
| 2020-07-17 | Rollup merge of #74452 - Manishearth:module-type-ns, r=jyn514 | Manish Goregaokar | -0/+18 |
| 2020-07-17 | Rollup merge of #74438 - RalfJung:uninit-lint, r=davidtwco | Manish Goregaokar | -36/+73 |
| 2020-07-17 | Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasper | Manish Goregaokar | -7/+0 |
| 2020-07-17 | Rollup merge of #74364 - lcnr:lazy-norm-tests, r=nikomatsakis | Manish Goregaokar | -0/+36 |
| 2020-07-17 | Rollup merge of #74288 - haraldh:test_aslr, r=petrochenkov | Manish Goregaokar | -1/+1 |
| 2020-07-17 | Rollup merge of #74056 - fusion-engineering-forks:fmt-arguments-as-str, r=Ama... | Manish Goregaokar | -285/+273 |
| 2020-07-17 | Rollup merge of #74009 - mati865:mingw-tests-implib, r=nikomatsakis | Manish Goregaokar | -54/+40 |
| 2020-07-17 | Rollup merge of #73930 - a1phyr:feature_const_option, r=dtolnay | Manish Goregaokar | -0/+14 |
| 2020-07-17 | Add test for module ambiguity | Manish Goregaokar | -0/+18 |
| 2020-07-17 | Add a test for const unsafe_unreachable that triggers UB | Nazım Can Altınova | -0/+35 |
| 2020-07-17 | Add a passing test for const unsafe_unreachable | Nazım Can Altınova | -0/+17 |