| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | Rollup merge of #94496 - durin42:llvm-15-moar-intrinsic, r=nikic | Matthias Krüger | -2/+2 |
| 2022-03-02 | Rollup merge of #94490 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-03-02 | Rollup merge of #94482 - cuishuang:master, r=Dylan-DPC | Matthias Krüger | -7/+7 |
| 2022-03-02 | Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not... | Matthias Krüger | -1/+34 |
| 2022-03-02 | Rollup merge of #94476 - c410-f3r:yet-more-let-chains, r=Dylan-DPC | Matthias Krüger | -112/+100 |
| 2022-03-02 | Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r... | Matthias Krüger | -52/+264 |
| 2022-03-01 | tests: avoid problems on 32 bit machines | Augie Fackler | -2/+2 |
| 2022-03-01 | tests: accept llvm intrinsic in align-checking test | Augie Fackler | -2/+2 |
| 2022-03-01 | update (bless) test results | Fausto | -34/+34 |
| 2022-03-01 | add suggestion to update trait if error is in impl | Fausto | -2/+8 |
| 2022-03-01 | Update books | Eric Huss | -0/+0 |
| 2022-03-01 | compiler: fix some typos | cuishuang | -7/+7 |
| 2022-03-01 | Auto merge of #94477 - matthiaskrgr:rollup-8h29qek, r=matthiaskrgr | bors | -235/+1452 |
| 2022-03-01 | Add test to ensure it does not panic when an intra-doc link is generated from... | Guillaume Gomez | -0/+33 |
| 2022-03-01 | Fix panic when intra-doc link comes from a generated doc comment | Guillaume Gomez | -1/+1 |
| 2022-03-01 | Rollup merge of #94470 - lnicola:rust-analyzer-2022-03-01, r=lnicola | Matthias Krüger | -16/+18 |
| 2022-03-01 | Rollup merge of #94465 - c410-f3r:more-let-chains, r=Dylan-DPC | Matthias Krüger | -118/+97 |
| 2022-03-01 | Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkov | Matthias Krüger | -101/+1337 |
| 2022-03-01 | 7 - Make more use of `let_chains` | Caio | -112/+100 |
| 2022-03-01 | Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisa | bors | -87/+31 |
| 2022-03-01 | Auto merge of #94471 - matthiaskrgr:rollup-ffz65qt, r=matthiaskrgr | bors | -25/+54 |
| 2022-03-01 | Rollup merge of #94459 - jonhoo:bump-cargo, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-01 | Rollup merge of #94438 - compiler-errors:check-method-inputs-once, r=davidtwco | Matthias Krüger | -24/+53 |
| 2022-03-01 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+18 |
| 2022-03-01 | Auto merge of #94469 - Dylan-DPC:rollup-2tcq6s5, r=Dylan-DPC | bors | -468/+1402 |
| 2022-03-01 | Rollup merge of #94452 - workingjubilee:sync-simd-bitmasks, r=workingjubilee | Dylan DPC | -123/+438 |
| 2022-03-01 | Rollup merge of #94448 - c410-f3r:yet-more-let-chains, r=estebank | Dylan DPC | -68/+63 |
| 2022-03-01 | Rollup merge of #94384 - cuviper:atomic-slice, r=dtolnay | Dylan DPC | -0/+94 |
| 2022-03-01 | Rollup merge of #94094 - chrisnc:tcp-nodelay-windows-bool, r=dtolnay | Dylan DPC | -11/+26 |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -164/+527 |
| 2022-03-01 | Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelid | Dylan DPC | -42/+40 |
| 2022-03-01 | Rollup merge of #91545 - compiler-errors:deref-suggestion-improvements, r=est... | Dylan DPC | -60/+214 |
| 2022-02-28 | 6 - Make more use of `let_chains` | Caio | -118/+97 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -13/+67 |
| 2022-02-28 | Suggest adding a new lifetime parameter when two elided lifetimes should matc... | Fausto | -52/+258 |
| 2022-02-28 | Auto merge of #94453 - matthiaskrgr:rollup-xv9y98j, r=matthiaskrgr | bors | -321/+591 |
| 2022-02-28 | Fix inconsistent symbol mangling of integers constants with -Zverbose | Tomasz Miąsko | -7/+505 |
| 2022-02-28 | Update cargo | Jon Gjengset | -1/+1 |
| 2022-02-28 | Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=Urgau | Matthias Krüger | -2/+53 |
| 2022-02-28 | Rollup merge of #94445 - c410-f3r:more-let-chains, r=cjgillot | Matthias Krüger | -76/+72 |
| 2022-02-28 | Rollup merge of #94414 - DrMeepster:box_alloc_ice2, r=tmiasko | Matthias Krüger | -7/+35 |
| 2022-02-28 | Rollup merge of #94248 - compiler-errors:fix-while-loop-bad-delay, r=petroche... | Matthias Krüger | -71/+111 |
| 2022-02-28 | Rollup merge of #92823 - estebank:tweak-diag, r=jackh726 | Matthias Krüger | -161/+316 |
| 2022-02-28 | Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC | Matthias Krüger | -4/+4 |
| 2022-02-28 | 5 - Make more use of let_chains | Caio | -68/+63 |
| 2022-02-28 | Tweak diagnostics | Esteban Kuber | -161/+316 |
| 2022-02-28 | Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9 | Jubilee Young | -123/+438 |
| 2022-02-28 | Update ui test with the add of E0726 explanation | Guillaume Gomez | -1/+6 |
| 2022-02-28 | Add explanation for E0726 | Guillaume Gomez | -1/+47 |
| 2022-02-28 | Auto merge of #94447 - matthiaskrgr:rollup-d8rj2xv, r=matthiaskrgr | bors | -3/+151 |