| Age | Commit message (Expand) | Author | Lines |
| 2020-10-05 | Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPC | bors | -564/+1424 |
| 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 #77407 - pietroalbini:less-build-manifest, r=Mark-Simulacrum | Dylan DPC | -122/+270 |
| 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 | Rollup merge of #77518 - camelid:rustdoc-use-correct-link-font, r=GuillaumeGomez | Jonas Schievink | -1/+1 |
| 2020-10-04 | Rollup merge of #77513 - jyn514:refactor-doc-fragments, r=GuillaumeGomez | Jonas Schievink | -88/+48 |
| 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-03 | Only use Fira Sans for the first `td` in item lists | Camelid | -1/+1 |
| 2020-10-04 | Rollup merge of #77473 - Mark-Simulacrum:check-limited, r=ecstatic-morse | Yuki Okushi | -34/+51 |
| 2020-10-04 | Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514 | Yuki Okushi | -40/+45 |
| 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 | -111/+104 |
| 2020-10-04 | Rollup merge of #75143 - oli-obk:tracing, r=RalfJung | Yuki Okushi | -1/+0 |
| 2020-10-03 | Ensure that the const-eval engine handles `#[unwind(aborts)]` | Dylan MacKenzie | -0/+33 |
| 2020-10-03 | Change DocFragments from enum variant fields to structs with a nested enum | Joshua Nelson | -88/+48 |
| 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 |
| 2020-10-03 | update Miri | Ralf Jung | -31/+14 |
| 2020-10-03 | Move tests | varkor | -148/+0 |
| 2020-10-03 | Add quotes around command in CHANGELOG | ecstatic-morse | -1/+1 |
| 2020-10-03 | Add tests for `const_generics` | varkor | -21/+392 |
| 2020-10-03 | Check all Cargo targets on CI | Mark Rousskov | -1/+1 |
| 2020-10-03 | Place all-targets checking behind a flag | Mark Rousskov | -33/+50 |
| 2020-10-03 | Replace "non trivial" with "non-trivial" | varkor | -82/+82 |
| 2020-10-03 | Auto merge of #77347 - jyn514:dox, r=Amanieu | bors | -7/+0 |
| 2020-10-02 | Improve error messages | Camelid | -40/+39 |
| 2020-10-02 | Macro-expand test to cover all possible lanes | Jubilee Young | -15/+249 |