| Age | Commit message (Expand) | Author | Lines |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -50/+112 |
| 2021-09-01 | Remove implementors setting | Guillaume Gomez | -16/+1 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -126/+126 |
| 2021-09-01 | Auto merge of #88563 - ehuss:update-cargo-books, r=ehuss | bors | -0/+0 |
| 2021-09-01 | add regression test for issue 83190 | Rémy Rakic | -0/+49 |
| 2021-09-01 | Update cargo, books | Eric Huss | -0/+0 |
| 2021-09-01 | Add checks for a block before a unary plus. Fix failing tests | Theodore Luo Wang | -45/+48 |
| 2021-09-01 | Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514 | bors | -1/+33 |
| 2021-09-01 | Auto merge of #88395 - ricky26:llvm-submodule, r=nikic | bors | -0/+0 |
| 2021-09-01 | Clean render_impl arguments | Guillaume Gomez | -46/+67 |
| 2021-09-01 | Add tests for implementors associated types display | Guillaume Gomez | -12/+40 |
| 2021-09-01 | Rollup merge of #88548 - inquisitivecrystal:intersperse, r=m-ou-se | Mara Bos | -1/+0 |
| 2021-09-01 | Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr... | Mara Bos | -0/+29 |
| 2021-09-01 | Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomez | Mara Bos | -1/+16 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+64 |
| 2021-09-01 | Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-Simulacrum | Mara Bos | -0/+72 |
| 2021-08-31 | fix(rustc_lint): better detect when parens are necessary | Michael Howell | -0/+94 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -18/+113 |
| 2021-08-31 | Remove unhelpful `expect()` message | Noah Lev | -4/+2 |
| 2021-08-31 | Box `GenericArgs::Parenthesized.output` | Noah Lev | -10/+21 |
| 2021-08-31 | Improve error checking on unary plus | Theodore Luo Wang | -0/+109 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -52/+422 |
| 2021-08-31 | Move test to run-make-fulldeps to avoid compiler flag bug | Patrick Conrad | -0/+0 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -1/+0 |
| 2021-08-31 | emit suggestion byte literal is passed to `format!` | ibraheemdev | -0/+29 |
| 2021-08-31 | x.py clippy: don't run with --all-targets by default | Matthias Krüger | -2/+18 |
| 2021-08-31 | Add test for closure migration where body is a block fragment. | Mara Bos | -0/+86 |
| 2021-08-31 | some low hanging clippy::perf fixes | Matthias Krüger | -4/+3 |
| 2021-08-31 | Remove bolding on associated constants | Noah Lev | -1/+16 |
| 2021-08-31 | Rollup merge of #88504 - m-ou-se:turbofish-please-stay, r=oli-obk | Mara Bos | -0/+81 |
| 2021-08-31 | Rollup merge of #88501 - m-ou-se:prelude-collusion-oh-no-macros-help, r=estebank | Mara Bos | -0/+115 |
| 2021-08-31 | Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obk | Mara Bos | -6/+178 |
| 2021-08-31 | Rollup merge of #88399 - nagisa:nagisa/aapcs-on-aarch, r=petrochenkov | Mara Bos | -27/+99 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -29/+79 |
| 2021-08-31 | Change wording to less jaron-y "non-auto trait" | Michael Howell | -2/+2 |
| 2021-08-31 | Add macro test for prelude collision suggestions. | Mara Bos | -0/+115 |
| 2021-08-31 | ARMv6K Nintendo 3DS Tier 3 target added | Meziu | -0/+1 |
| 2021-08-31 | Auto merge of #88527 - m-ou-se:rollup-az6xtc5, r=m-ou-se | bors | -24/+569 |
| 2021-08-31 | Rollup merge of #88509 - m-ou-se:dyn-no-left-shift-right-shift-just-single-an... | Mara Bos | -0/+71 |
| 2021-08-31 | Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillot | Mara Bos | -0/+70 |
| 2021-08-31 | Rollup merge of #88497 - m-ou-se:prelude-collision-glob, r=nikomatsakis | Mara Bos | -1/+32 |
| 2021-08-31 | Rollup merge of #88496 - m-ou-se:prelude-collision-lifetime-generics, r=petro... | Mara Bos | -20/+96 |
| 2021-08-31 | Rollup merge of #88462 - petrochenkov:macstore, r=jyn514 | Mara Bos | -3/+3 |
| 2021-08-31 | Rollup merge of #88450 - notriddle:notriddle/maybe_whole_expr, r=cjgillot | Mara Bos | -0/+62 |
| 2021-08-31 | Rollup merge of #88413 - spastorino:weird-return-types-tait-test, r=oli-obk | Mara Bos | -0/+16 |
| 2021-08-31 | Rollup merge of #88409 - spastorino:autoleakage-tait-test, r=oli-obk | Mara Bos | -0/+100 |
| 2021-08-31 | Rollup merge of #88408 - spastorino:inference-cycle-tait-test, r=oli-obk | Mara Bos | -0/+63 |
| 2021-08-31 | Rollup merge of #88406 - spastorino:tait-nest-infer-test, r=oli-obk | Mara Bos | -0/+56 |
| 2021-08-31 | Auto merge of #88491 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2021-08-31 | Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakis | bors | -34/+70 |