| Age | Commit message (Expand) | Author | Lines |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -0/+39 |
| 2021-09-13 | Rollup merge of #88896 - GuillaumeGomez:flakyness, r=camelid | Guillaume Gomez | -0/+1 |
| 2021-09-13 | Rollup merge of #88894 - FabianWolff:issue-88818, r=estebank | Guillaume Gomez | -0/+38 |
| 2021-09-13 | Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelid | Guillaume Gomez | -0/+43 |
| 2021-09-13 | Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk | Guillaume Gomez | -4/+9 |
| 2021-09-13 | * Enable generate-link-to-def feature on a rustdoc GUI test | Guillaume Gomez | -0/+43 |
| 2021-09-13 | Improve error message for type mismatch in generator arguments | Fabian Wolff | -0/+31 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -847/+1051 |
| 2021-09-13 | Add negative test in macro-braces-dot-question.rs. | Mara Bos | -0/+2 |
| 2021-09-13 | Add test for primitive in "jump to definition" feature | Guillaume Gomez | -1/+24 |
| 2021-09-13 | error formatting and fix build | Gus Wynn | -26/+39 |
| 2021-09-13 | Fix debuginfo for ScalarPair abi parameters | Wesley Wiser | -9/+10 |
| 2021-09-13 | Add test to show issue with ScalarPair parameters | Wesley Wiser | -0/+100 |
| 2021-09-13 | Highlight the const function if error happened because of a bound on the impl... | Waffle | -4/+23 |
| 2021-09-13 | Suggest replacing an inexisting field for an unmentioned field | Hirochika Matsumoto | -2/+8 |
| 2021-09-13 | Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomez | bors | -0/+7 |
| 2021-09-12 | chore: convert to a multi-part suggestion | Michael Howell | -4/+7 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -151/+180 |
| 2021-09-13 | Add mir opt test for min_align_of -> AlignOf lowering | Gary Guo | -151/+180 |
| 2021-09-12 | Do not issue E0071 if a type error has already been reported | Fabian Wolff | -0/+26 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -0/+54 |
| 2021-09-12 | Reduce possibility of flaky tests | Guillaume Gomez | -0/+1 |
| 2021-09-12 | Improve error message for missing trait in trait impl | Fabian Wolff | -0/+38 |
| 2021-09-12 | Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakis | bors | -0/+35 |
| 2021-09-12 | Use boxed slice instead of BTreeSet. | Camille GILLOT | -11/+11 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -1/+1 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -22/+77 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -17/+33 |
| 2021-09-12 | Auto merge of #87073 - jyn514:primitive-docs, r=GuillaumeGomez,jyn514 | bors | -50/+78 |
| 2021-09-12 | Fix `no_core` and `no_std` rustdoc tests on Windows | Guillaume Gomez | -1/+4 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -3/+14 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -46/+50 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -2/+12 |
| 2021-09-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -0/+60 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -1096/+2532 |
| 2021-09-11 | array comment + test for references | Gus Wynn | -0/+71 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -9/+27 |
| 2021-09-11 | Create a valid `Res` in `external_path()` | Noah Lev | -1/+1 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+249 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -2/+2 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -82/+499 |
| 2021-09-11 | Rollup merge of #88757 - andrewhickman:master, r=jackh726 | Jubilee | -2/+34 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+25 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -25/+49 |
| 2021-09-11 | Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726 | Jubilee | -0/+31 |
| 2021-09-11 | Add test for -Z panic-in-drop=abort | Amanieu d'Antras | -0/+54 |
| 2021-09-11 | Allow simd_shuffle to accept vectors of any length | Caleb Zulawski | -18/+95 |
| 2021-09-11 | Fix duplicate bounds for const_trait_impl | Deadbeef | -4/+9 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -1/+66 |
| 2021-09-11 | In suggest_missing_return_type, erase late bound regions after normalizing | jackh726 | -0/+39 |