| Age | Commit message (Expand) | Author | Lines |
| 2020-10-06 | Fix tests and bootstrap | Matthew Jasper | -53/+151 |
| 2020-10-06 | Ensure that associated types for trait objects satisfy their bounds | Matthew Jasper | -5/+115 |
| 2020-10-06 | Check associated type bounds for object safety violations | Matthew Jasper | -0/+26 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -33/+90 |
| 2020-10-06 | Check projections are well-formed when using projection candidates | Matthew Jasper | -2/+229 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -978/+698 |
| 2020-10-06 | Rollup merge of #77591 - Aaron1011:fix/hygiene-def-scope, r=estebank | Yuki Okushi | -0/+47 |
| 2020-10-06 | Rollup merge of #77587 - ehuss:unicode-escape-span, r=ecstatic-morse | Yuki Okushi | -6/+4 |
| 2020-10-06 | Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-override-forbid... | Yuki Okushi | -6/+84 |
| 2020-10-05 | Record `expansion_that_defined` into crate metadata | Aaron Hill | -0/+47 |
| 2020-10-05 | Fix span for unicode escape suggestion. | Eric Huss | -6/+4 |
| 2020-10-05 | Renamed tests to avoid exceeding Windows max path limit | Rich Kadel | -585/+585 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -1511/+17701 |
| 2020-10-05 | Auto merge of #77549 - tmiasko:simplify-branch-same-fix, r=oli-obk | bors | -0/+21 |
| 2020-10-05 | Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPC | bors | -442/+1154 |
| 2020-10-05 | Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper | bors | -1979/+1710 |
| 2020-10-05 | Rollup merge of #77512 - ecstatic-morse:const-checking-allow-abort, r=RalfJung | Dylan DPC | -0/+51 |
| 2020-10-05 | Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank | Dylan DPC | -62/+623 |
| 2020-10-05 | Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper | Dylan DPC | -380/+465 |
| 2020-10-05 | Rollup merge of #75928 - JulianKnodt:non_utf8, r=estebank | Dylan DPC | -0/+15 |
| 2020-10-04 | Auto merge of #77023 - HeroicKatora:len-missed-optimization, r=Mark-Simulacrum | bors | -0/+24 |
| 2020-10-04 | But whatever | ecstatic-morse | -0/+1 |
| 2020-10-04 | Bless more test output | Aaron Hill | -973/+639 |
| 2020-10-04 | Assume slice len is bounded by allocation size | Andreas Molzer | -0/+24 |
| 2020-10-04 | Prevent forbid from being ignored if overriden at the same level. | Felix S. Klock II | -0/+78 |
| 2020-10-04 | rewrite old test so that its attributes are consistent with what we want in t... | Felix S. Klock II | -6/+6 |
| 2020-10-04 | Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse | Jonas Schievink | -5/+30 |
| 2020-10-04 | Rollup merge of #77368 - est31:apfloat_fix, r=varkor | Jonas Schievink | -0/+24 |
| 2020-10-04 | Apply suggestions from review | Aaron Hill | -1/+1 |
| 2020-10-04 | Bless mir-opt tests | Aaron Hill | -1003/+827 |
| 2020-10-04 | Add regression test for issue #72470 | Aaron Hill | -0/+241 |
| 2020-10-04 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -3/+3 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -350/+319 |
| 2020-10-04 | Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieu | bors | -2/+187 |
| 2020-10-04 | Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514 | Yuki Okushi | -35/+35 |
| 2020-10-04 | Rollup merge of #77468 - camelid:fix-test-name, r=Dylan-DPC | Yuki Okushi | -0/+0 |
| 2020-10-04 | Rollup merge of #77419 - GuillaumeGomez:create-e0777, r=jyn514 | Yuki Okushi | -0/+28 |
| 2020-10-04 | Rollup merge of #77388 - JohnTitor:add-tests, r=Dylan-DPC | Yuki Okushi | -0/+77 |
| 2020-10-04 | Rollup merge of #76768 - workingjubilee:reject-oob-shuffles, r=ralfjung | Yuki Okushi | -0/+267 |
| 2020-10-04 | Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkov | Yuki Okushi | -0/+83 |
| 2020-10-04 | Add regression test for SimplifyBranchSame miscompilation | Tomasz Miąsko | -0/+21 |
| 2020-10-03 | Ensure that the const-eval engine handles `#[unwind(aborts)]` | Dylan MacKenzie | -0/+33 |
| 2020-10-03 | Add check-pass test for `#[unwind(aborts)]` on a `const fn` | Dylan MacKenzie | -0/+17 |
| 2020-10-03 | Support vectors with fewer than 8 elements for simd_select_bitmask | Amanieu d'Antras | -5/+30 |
| 2020-10-03 | Strenghten tests for crate-level attributes check | Guillaume Gomez | -18/+107 |
| 2020-10-03 | Run attributes check at crate level | Guillaume Gomez | -294/+295 |
| 2020-10-03 | Ensure that the error isn't displayed more than once | Guillaume Gomez | -1/+3 |
| 2020-10-03 | Add test for #[doc(alias = "...")] at crate level | Guillaume Gomez | -0/+24 |
| 2020-10-03 | Flatten arrows with further comment | Jubilee Young | -5/+6 |
| 2020-10-03 | Add `const_generics` test for `impl-trait-with-const-arguments` | varkor | -2/+14 |