| Age | Commit message (Expand) | Author | Lines |
| 2022-03-24 | Vigorously refactor _session::code_stats (nfc) | Jubilee Young | -19/+11 |
| 2022-03-24 | Prettify rustc_session fmt with capturing args (nfc) | Jubilee Young | -86/+64 |
| 2022-03-24 | Auto merge of #95273 - flip1995:clippyup, r=manishearth | bors | -546/+1957 |
| 2022-03-24 | Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk | bors | -239/+1308 |
| 2022-03-24 | Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahc | bors | -0/+1 |
| 2022-03-24 | Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup | flip1995 | -546/+1957 |
| 2022-03-24 | Auto merge of #8580 - flip1995:rustup, r=flip1995 | bors | -27/+27 |
| 2022-03-24 | Bump nightly version -> 2022-03-24 | flip1995 | -1/+1 |
| 2022-03-24 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -558/+1982 |
| 2022-03-24 | Auto merge of #8579 - yoav-lavi:squashed-master, r=flip1995 | bors | -0/+172 |
| 2022-03-24 | Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnr | bors | -155/+346 |
| 2022-03-24 | `unnecessary_join` lint | Yoav Lavi | -0/+172 |
| 2022-03-24 | update clippy stderr file | Oli Scherer | -0/+10 |
| 2022-03-24 | Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obk | bors | -213/+421 |
| 2022-03-24 | Auto merge of #95233 - compiler-errors:chalk-up, r=jackh726 | bors | -22/+49 |
| 2022-03-23 | make rustc work again | Michael Goulet | -10/+37 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -213/+421 |
| 2022-03-24 | Auto merge of #87667 - the8472:document-in-place-iter, r=yaahc | bors | -168/+326 |
| 2022-03-23 | Auto merge of #95250 - matthiaskrgr:rollup-ma4zl69, r=matthiaskrgr | bors | -66/+203 |
| 2022-03-23 | Rollup merge of #95238 - TaKO8Ki:stop-emitting-E0026-for-struct-enum-with-und... | Matthias Krüger | -2/+40 |
| 2022-03-23 | Rollup merge of #95225 - compiler-errors:impl-future-generator-ty, r=oli-obk | Matthias Krüger | -34/+39 |
| 2022-03-23 | Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obk | Matthias Krüger | -24/+14 |
| 2022-03-23 | Rollup merge of #95069 - GuillaumeGomez:auto-traits-rustdoc, r=oli-obk | Matthias Krüger | -2/+10 |
| 2022-03-23 | Rollup merge of #94249 - compiler-errors:better-copy-errors, r=davidtwco | Matthias Krüger | -4/+100 |
| 2022-03-23 | Auto merge of #95247 - cuviper:llvm14, r=nikic | bors | -1/+1 |
| 2022-03-23 | fix some links, clarify documentation based on review feedback | The 8472 | -12/+19 |
| 2022-03-23 | dont use a query for lit_to_constant | b-naber | -18/+9 |
| 2022-03-23 | Update to LLVM 14.0.0 final | Josh Stone | -1/+1 |
| 2022-03-23 | Address rebase fallout | Oli Scherer | -3/+3 |
| 2022-03-23 | Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPC | bors | -4/+9 |
| 2022-03-23 | Update allocation id | Oli Scherer | -1/+1 |
| 2022-03-23 | Remove line instead of just commenting out | Carl Scherer | -1/+0 |
| 2022-03-23 | remove optimizations from const_prop_lint | Carl Scherer | -281/+21 |
| 2022-03-23 | separate const prop lint from optimizations | Carl Scherer | -238/+1558 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -187/+308 |
| 2022-03-23 | stop emitting E0026 for struct enums with underscores | Takayuki Maeda | -2/+40 |
| 2022-03-23 | Auto merge of #95235 - asquared31415:ptr_eq_typo, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-23 | add test for treating ExprKind::ConstParam as temp | b-naber | -0/+42 |
| 2022-03-23 | use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_... | b-naber | -24/+28 |
| 2022-03-23 | move ExprKind::Repeat arm to expr_is_poly | b-naber | -10/+10 |
| 2022-03-23 | use ParamConst in ExprKind::ConstParam | b-naber | -15/+15 |
| 2022-03-23 | remove thir::Visitor::visit_const | b-naber | -34/+25 |
| 2022-03-23 | change thir to lazily create constants | b-naber | -133/+296 |
| 2022-03-23 | Auto merge of #95232 - lnicola:rust-analyzer-2022-03-23, r=lnicola | bors | -19/+23 |
| 2022-03-23 | ptr::guaranteed_eq doc typo | asquared31415 | -2/+2 |
| 2022-03-23 | upgrade chalk | Michael Goulet | -12/+12 |
| 2022-03-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -19/+23 |
| 2022-03-23 | Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnay | bors | -100/+133 |
| 2022-03-23 | Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPC | bors | -21/+206 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -34/+39 |