| Age | Commit message (Expand) | Author | Lines |
| 2020-10-06 | Enforce whitespace ascii character check for doc alias | Guillaume Gomez | -1/+15 |
| 2020-10-05 | Allow ascii whitespace char for doc aliases | Guillaume Gomez | -9/+2 |
| 2020-10-05 | Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPC | bors | -442/+1134 |
| 2020-10-05 | Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper | bors | -0/+241 |
| 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/+445 |
| 2020-10-05 | Rollup merge of #75928 - JulianKnodt:non_utf8, r=estebank | Dylan DPC | -0/+15 |
| 2020-10-04 | But whatever | ecstatic-morse | -0/+1 |
| 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 | Add regression test for issue #72470 | Aaron Hill | -0/+241 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -346/+306 |
| 2020-10-04 | Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieu | bors | -2/+187 |
| 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-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/+13 |
| 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 | Move tests | varkor | -148/+0 |
| 2020-10-03 | Add tests for `const_generics` | varkor | -21/+392 |
| 2020-10-03 | Replace "non trivial" with "non-trivial" | varkor | -82/+82 |
| 2020-10-02 | Macro-expand test to cover all possible lanes | Jubilee Young | -15/+249 |
| 2020-10-03 | Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddyb | Jonas Schievink | -0/+18 |
| 2020-10-03 | Rollup merge of #77421 - petrochenkov:globtravel, r=nagisa | Jonas Schievink | -5/+39 |
| 2020-10-03 | Rollup merge of #77251 - dtolnay:drop, r=Aaron1011 | Jonas Schievink | -13/+72 |
| 2020-10-03 | Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad | Jonas Schievink | -77/+0 |
| 2020-10-02 | Fix test name | Camelid | -0/+0 |
| 2020-10-02 | Rollup merge of #77444 - estebank:pat-field-label, r=davidtwco | Jonas Schievink | -6/+14 |
| 2020-10-02 | Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obk | Jonas Schievink | -0/+16 |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -1/+39 |
| 2020-10-02 | Rollup merge of #76739 - davidtwco:issue-75323-non-static-lifetime-in-anoncon... | Jonas Schievink | -0/+48 |
| 2020-10-02 | Update tests | Guillaume Gomez | -1/+39 |
| 2020-10-02 | Improve E0777 help message | Guillaume Gomez | -1/+14 |
| 2020-10-02 | Permit ty::Bool in const generics for v0 mangling | Mark Rousskov | -0/+18 |
| 2020-10-02 | resolve: prohibit anon const non-static lifetimes | David Wood | -0/+48 |
| 2020-10-02 | Auto merge of #77396 - wesleywiser:disable-simplifyarmidentity, r=oli-obk | bors | -0/+35 |
| 2020-10-02 | Fix span for incorrect pattern field and add label | Esteban Küber | -6/+14 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -2/+187 |
| 2020-10-02 | Add various `min_const_generics` regression tests | varkor | -0/+296 |