| Age | Commit message (Expand) | Author | Lines |
| 2021-08-26 | Add missing # Panics section to `Vec` method | Sebastian Widua | -1/+6 |
| 2021-08-26 | Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obk | bors | -173/+615 |
| 2021-08-26 | Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomez | bors | -49/+38 |
| 2021-08-26 | Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisa | bors | -321/+288 |
| 2021-08-26 | Auto merge of #88069 - Mark-Simulacrum:llvm-pgo, r=pietroalbini | bors | -60/+105 |
| 2021-08-25 | use a peekable iterator to check the first chunk | Erik Desjardins | -3/+14 |
| 2021-08-25 | yet more comment improvements | Erik Desjardins | -2/+7 |
| 2021-08-25 | improve comments | Erik Desjardins | -9/+14 |
| 2021-08-25 | put code in a more logical order | Erik Desjardins | -345/+350 |
| 2021-08-25 | add comments | Erik Desjardins | -19/+119 |
| 2021-08-25 | implement InitMaskCompressed using InitChunkIter, cleanup | Erik Desjardins | -23/+33 |
| 2021-08-25 | optimize initialization checks | Erik Desjardins | -9/+102 |
| 2021-08-25 | improve comment | Erik Desjardins | -1/+1 |
| 2021-08-25 | don't generate partially-undef consts | Erik Desjardins | -24/+56 |
| 2021-08-25 | use undef for uninitialized bytes in constants | Erik Desjardins | -21/+202 |
| 2021-08-25 | Bump download-ci-llvm stamp | Mark Rousskov | -1/+1 |
| 2021-08-25 | Bump sccache used in CI to v0.2.15 | Mark Rousskov | -3/+6 |
| 2021-08-25 | Auto merge of #85499 - jackh726:assoc-type-norm-rebase, r=nikomatsakis | bors | -391/+811 |
| 2021-08-25 | Bless NLL compare mode | jackh726 | -2/+2 |
| 2021-08-25 | Various pattern cleanups | Léo Lanteri Thauvin | -68/+47 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -253/+241 |
| 2021-08-25 | Auto merge of #88329 - LeSeulArtichaut:rollup-blg8hc0, r=LeSeulArtichaut | bors | -315/+678 |
| 2021-08-25 | Rollup merge of #88325 - jyn514:noalias, r=XAMPPRocky | Léo Lanteri Thauvin | -0/+2 |
| 2021-08-25 | Rollup merge of #88314 - spastorino:type-of-a-let-tait-test, r=oli-obk | Léo Lanteri Thauvin | -0/+142 |
| 2021-08-25 | Rollup merge of #88299 - ijackson:bufwriter, r=Mark-Simulacrum | Léo Lanteri Thauvin | -10/+8 |
| 2021-08-25 | Rollup merge of #88298 - ijackson:errorkind-reorder, r=dtolnay | Léo Lanteri Thauvin | -22/+30 |
| 2021-08-25 | Rollup merge of #88293 - est31:fix_grammar, r=Mark-Simulacrum | Léo Lanteri Thauvin | -4/+4 |
| 2021-08-25 | Rollup merge of #88291 - mdsn:partition-in-blocks-safety, r=Mark-Simulacrum | Léo Lanteri Thauvin | -0/+26 |
| 2021-08-25 | Rollup merge of #88277 - ehuss:update-books, r=ehuss | Léo Lanteri Thauvin | -0/+0 |
| 2021-08-25 | Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514 | Léo Lanteri Thauvin | -4/+4 |
| 2021-08-25 | Rollup merge of #88267 - sexxi-goose:truncate_unique, r=nikomatsakis | Léo Lanteri Thauvin | -70/+48 |
| 2021-08-25 | Rollup merge of #88226 - steffahn:an_rc, r=michaelwoerister | Léo Lanteri Thauvin | -9/+9 |
| 2021-08-25 | Rollup merge of #88223 - scottmcm:fix-alias, r=yaahc | Léo Lanteri Thauvin | -15/+9 |
| 2021-08-25 | Rollup merge of #88218 - Aaron1011:missing-method-dyn, r=nagisa | Léo Lanteri Thauvin | -15/+23 |
| 2021-08-25 | Rollup merge of #88196 - asquared31415:named-asm-labels-refactor, r=Amanieu | Léo Lanteri Thauvin | -147/+304 |
| 2021-08-25 | Rollup merge of #88157 - Icenowy:bootstrap-riscv64, r=Mark-Simulacrum | Léo Lanteri Thauvin | -0/+1 |
| 2021-08-25 | Rollup merge of #88156 - steffahn:arc_make_mut_and_weak, r=Mark-Simulacrum | Léo Lanteri Thauvin | -19/+39 |
| 2021-08-25 | Rollup merge of #87944 - oconnor663:as_array_of_cells, r=scottmcm | Léo Lanteri Thauvin | -0/+29 |
| 2021-08-25 | Auto merge of #87937 - LeSeulArtichaut:active-if-let-guards, r=nagisa | bors | -19/+13 |
| 2021-08-25 | Add mutable-noalias to the release notes for 1.54 | Joshua Nelson | -0/+2 |
| 2021-08-25 | Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoerister | bors | -5/+26 |
| 2021-08-25 | Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillot | bors | -319/+330 |
| 2021-08-25 | Auto merge of #84333 - tmiasko:liveness-yield, r=tmandry | bors | -23/+107 |
| 2021-08-24 | Review comments | jackh726 | -41/+68 |
| 2021-08-24 | Also ignore typeoutlives predicates | jackh726 | -0/+31 |
| 2021-08-24 | Normalize only after failure | jackh726 | -36/+40 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -358/+716 |
| 2021-08-25 | Auto merge of #88242 - bonega:allocation_range, r=oli-obk | bors | -82/+116 |
| 2021-08-24 | Add type of a let tait test impl trait straight in let | Santiago Pastorino | -0/+46 |
| 2021-08-24 | Add type of a let tait test | Santiago Pastorino | -0/+96 |