| Age | Commit message (Expand) | Author | Lines |
| 2020-07-21 | Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb | bors | -2/+1296 |
| 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 | 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-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 | 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 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -22/+255 |
| 2020-07-17 | Fix various tests to run on windows-gnu | Mateusz Mikuła | -42/+39 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -234/+234 |
| 2020-07-17 | improper_ctypes_definitions: allow `Box` | David Wood | -63/+46 |
| 2020-07-17 | Remove invalid test | Mateusz Mikuła | -11/+0 |
| 2020-07-17 | Create implib for dlls when testing MinGW targets | Mateusz Mikuła | -1/+1 |
| 2020-07-17 | Make fmt::Arguments::as_str() return a 'static str. | Mara Bos | -285/+273 |
| 2020-07-17 | add test for #62878 | Bastian Kauschke | -0/+48 |
| 2020-07-17 | document test changes | Erik Desjardins | -4/+12 |
| 2020-07-17 | compare tagged/niche-filling layout and pick the best one | Erik Desjardins | -3/+20 |
| 2020-07-17 | Add regression test for #69414 | Alex Macleod | -2/+5 |