| Age | Commit message (Expand) | Author | Lines |
| 2021-09-12 | Reduce possibility of flaky tests | Guillaume Gomez | -0/+1 |
| 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-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -1096/+2532 |
| 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 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -1/+66 |
| 2021-09-11 | Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearth | bors | -14/+497 |
| 2021-09-10 | Duplicate tests for incremental spans mode. | Camille GILLOT | -1096/+2532 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -0/+33 |
| 2021-09-10 | Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani... | Manish Goregaokar | -2/+71 |
| 2021-09-10 | Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomez | Manish Goregaokar | -0/+34 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -2/+92 |
| 2021-09-10 | Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebank | Manish Goregaokar | -0/+110 |
| 2021-09-10 | Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot | Manish Goregaokar | -0/+29 |
| 2021-09-10 | Temporarily ignore some debuginfo tests on windows. | Mara Bos | -0/+12 |
| 2021-09-10 | Add test for enum tuple variants and tuple struct doc count | Guillaume Gomez | -2/+71 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -10/+128 |
| 2021-09-09 | Emit proper errors on missing closure braces | Sasha Pourcelot | -0/+110 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -82/+499 |
| 2021-09-08 | Fatal error for functions with more than 65535 arguments | Noble-Mushtak | -0/+25 |
| 2021-09-08 | Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obk | bors | -5/+5 |
| 2021-09-08 | Update run-make-fulldeps. | Camille GILLOT | -4/+4 |
| 2021-09-08 | Rollup merge of #88691 - hyd-dev:88649, r=Mark-Simulacrum | Jack Huey | -0/+18 |
| 2021-09-08 | Rollup merge of #88553 - theo-lw:issue-88276, r=estebank | Jack Huey | -6/+78 |
| 2021-09-08 | Rollup merge of #88541 - vandenheuvel:regression_test_74400, r=Mark-Simulacrum | Jack Huey | -0/+54 |
| 2021-09-08 | Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid | Jack Huey | -0/+18 |
| 2021-09-08 | Add tests to ensure that <table> don't break doc blocks width anymore | Guillaume Gomez | -0/+33 |
| 2021-09-08 | Auto merge of #86943 - ptrojahn:suggest_derive, r=estebank | bors | -0/+148 |
| 2021-09-08 | Auto merge of #88061 - jackh726:genericbound-cleanup, r=estebank | bors | -49/+56 |
| 2021-09-08 | Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakis | bors | -0/+206 |
| 2021-09-07 | A bit of cleanup to astconv | jackh726 | -45/+45 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -4/+11 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -1/+1 |
| 2021-09-07 | Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc... | bors | -0/+118 |
| 2021-09-07 | Add test case for no-bundle/whole-archive native libs linking. | Michael Woerister | -0/+87 |
| 2021-09-07 | test: add case for mutating iterator | Michael Howell | -1/+44 |
| 2021-09-06 | Suggest wapping expr in parentheses on invalid unary negation | Andrew Hickman | -2/+34 |
| 2021-09-06 | fix ICE on hidden tuple variant fields | Emil Gardström | -0/+34 |
| 2021-09-06 | Add a regression test for https://github.com/rust-lang/rust/issues/88649 | hyd-dev | -0/+18 |
| 2021-09-06 | Auto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-se | bors | -1/+204 |
| 2021-09-06 | Suggest deriving traits if possible | Paul Trojahn | -0/+148 |
| 2021-09-06 | Auto merge of #88678 - matthewjasper:if-boolean-scoping, r=oli-obk | bors | -19/+20 |