| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2021-08-24 | Auto merge of #88271 - sexxi-goose:liveness, r=nikomatsakis | bors | -63/+10 |
| 2021-08-24 | Auto merge of #88266 - nikomatsakis:issue-87879, r=jackh726 | bors | -8/+69 |
| 2021-08-24 | Add SAFETY comments to core::slice::sort::partition_in_blocks | Mariano Casco | -0/+26 |
| 2021-08-24 | Make explanations of cross-references between `make_mut` and `get_mut` more a... | Frank Steffahn | -4/+6 |
| 2021-08-24 | Clarifiy weak pointers being diassociated… | Frank Steffahn | -4/+6 |
| 2021-08-24 | use convention for with_* methods | Andreas Liljeqvist | -7/+9 |
| 2021-08-24 | Auto merge of #87472 - inquisitivecrystal:stabilize-force-warn, r=Mark-Simula... | bors | -90/+53 |
| 2021-08-24 | Stabilise BufWriter::into_parts | Ian Jackson | -10/+8 |
| 2021-08-24 | Fix tidy | Ian Jackson | -2/+2 |
| 2021-08-24 | Fix grammar | est31 | -4/+4 |
| 2021-08-24 | io::ErrorKind: rationalise ordering in main enum | Ian Jackson | -17/+24 |
| 2021-08-24 | io::Error: alphabeticise the match in as_str() | Ian Jackson | -5/+6 |
| 2021-08-24 | Update tests | inquisitivecrystal | -21/+14 |
| 2021-08-24 | Document `force-warn` | inquisitivecrystal | -33/+27 |
| 2021-08-24 | Stabilize `force-warn` | inquisitivecrystal | -14/+3 |
| 2021-08-24 | Tidy up lint command line flags | inquisitivecrystal | -23/+10 |
| 2021-08-24 | Auto merge of #87900 - jackh726:issue-87429, r=nikomatsakis | bors | -12/+215 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -147/+304 |
| 2021-08-24 | Ignore test on Windows | Andy Wang | -0/+2 |
| 2021-08-24 | Auto merge of #87699 - ubamrein:use-iphone-deployment-target-for-llvm, r=petr... | bors | -3/+9 |
| 2021-08-24 | Improve liveness analysis for generators | Tomasz Miąsko | -23/+107 |
| 2021-08-24 | Force inline: small functions and single call-site | Andreas Liljeqvist | -2/+4 |
| 2021-08-24 | allow specifying an ios version for the llvm target | Patrick Amrein | -3/+9 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -1380/+891 |
| 2021-08-23 | Update books | Eric Huss | -0/+0 |