| Age | Commit message (Expand) | Author | Lines |
| 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 | Refactor set_ptr_value as with_metadata_of | Andreas Molzer | -88/+95 |
| 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 | Merge pull request #143 from yvt/sysroot-profile | antoyo | -2/+27 |
| 2022-03-23 | Add `--release-sysroot` flag to `build.sh` | yvt | -1/+10 |
| 2022-03-23 | Add a simple argument parser to `build.sh` | yvt | -1/+17 |
| 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-23 | Add a size assertion for `NamedMatchVec`. | Nicholas Nethercote | -0/+4 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -34/+39 |
| 2022-03-22 | bless 32bit | Ralf Jung | -1/+1 |
| 2022-03-23 | Rollup merge of #95222 - RalfJung:validity, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2022-03-23 | Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-23 | Rollup merge of #95212 - TaKO8Ki:replace-this-clone-with-this-create-snapshot... | Dylan DPC | -2/+2 |
| 2022-03-23 | Rollup merge of #94713 - clarfonthey:is_char_surrogate, r=scottmcm | Dylan DPC | -3/+30 |
| 2022-03-23 | Rollup merge of #92955 - llogiq:cloned-side-effect-doc, r=yaahc | Dylan DPC | -0/+16 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -12/+155 |
| 2022-03-22 | Fixup aarch64 smoke test | Jubilee Young | -5/+4 |
| 2022-03-22 | better errors when a Copy impl is not coherent | Michael Goulet | -4/+100 |
| 2022-03-23 | Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnay | bors | -26/+9 |
| 2022-03-22 | interpret/memory: simplify check_and_deref_ptr | Ralf Jung | -23/+13 |
| 2022-03-22 | interpret/validity: improve clarity | Ralf Jung | -3/+2 |
| 2022-03-22 | Test SVE2 includes NEON and not vice versa | Jubilee Young | -0/+58 |
| 2022-03-22 | diagnostics: do not suggest `fn foo({ <body> }` | Michael Howell | -4/+9 |