| Age | Commit message (Expand) | Author | Lines |
| 2022-12-28 | better names and a comment | Michael Goulet | -3/+3 |
| 2022-12-27 | Provide local extern function arg names | Michael Goulet | -1/+5 |
| 2022-12-27 | Rollup merge of #106151 - TaKO8Ki:remove-unused-imports, r=jackh726 | fee1-dead | -2/+2 |
| 2022-12-26 | remove unused imports | Takayuki Maeda | -2/+2 |
| 2022-12-25 | Only enable relative span hashing on nightly. | Camille GILLOT | -1/+1 |
| 2022-12-25 | Enable relative span hashing. | Camille GILLOT | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -7/+5 |
| 2022-12-24 | Rename some compare_method functions | Michael Goulet | -1/+1 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -74/+57 |
| 2022-12-23 | Auto merge of #106087 - Nilstrieb:rollup-2m3nies, r=Nilstrieb | bors | -17/+53 |
| 2022-12-23 | Rollup merge of #105661 - lcnr:evaluate-new, r=compiler-errors | nils | -17/+53 |
| 2022-12-23 | Auto merge of #105550 - gimbles:master, r=Nilstrieb | bors | -11/+12 |
| 2022-12-23 | Use DepKind instead of &str | gimbles | -11/+12 |
| 2022-12-23 | Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errors | Matthias Krüger | -1/+7 |
| 2022-12-22 | Give a more helpful error for "trimmed_def_paths construted" | Joshua Nelson | -1/+7 |
| 2022-12-22 | Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung | bors | -8/+7 |
| 2022-12-21 | Don't run `Drop` terminators on types that do not have drop glue in const eval | Jakob Degen | -8/+7 |
| 2022-12-22 | Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJung | Matthias Krüger | -2/+4 |
| 2022-12-22 | Rollup merge of #105960 - oli-obk:effect_cleanup, r=fee1-dead | Matthias Krüger | -25/+15 |
| 2022-12-21 | Forbid `RetagKind::TwoPhase` as well | Jakob Degen | -2/+1 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -2/+5 |
| 2022-12-20 | Rollup merge of #105973 - oli-obk:simplify_callee_checks, r=jackh726 | Matthias Krüger | -0/+4 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -74/+57 |
| 2022-12-20 | Some ICE debugging aids | Oli Scherer | -1/+1 |
| 2022-12-20 | tracing: make flag checking less noisy | Oli Scherer | -14/+4 |
| 2022-12-20 | Some track_caller additions | Oli Scherer | -0/+8 |
| 2022-12-20 | Some hir cleanups | Oli Scherer | -2/+2 |
| 2022-12-20 | Remove an unused function | Oli Scherer | -8/+0 |
| 2022-12-20 | use `track_caller` to show where the panic is actually from | Oli Scherer | -0/+4 |
| 2022-12-20 | Some tracing cleanups | Oli Scherer | -4/+3 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -63/+47 |
| 2022-12-19 | Auto merge of #105905 - lqd:revert-103880, r=jackh726 | bors | -45/+13 |
| 2022-12-19 | Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino | bors | -0/+7 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -17/+53 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -45/+13 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -6/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -6/+1 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -25/+15 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -20/+14 |
| 2022-12-18 | Make `#[max]` an attribute in `newtype_index` | Nilstrieb | -5/+5 |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -13/+13 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -4/+4 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -2/+2 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -4/+4 |
| 2022-12-17 | Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errors | Matthias Krüger | -16/+16 |
| 2022-12-17 | Rollup merge of #105493 - WaffleLapkin:unchoke-r-a, r=Nilstrieb | Matthias Krüger | -1/+105 |
| 2022-12-16 | Add a comment warning against using associated type defaults <3 | Maybe Waffle | -0/+8 |
| 2022-12-16 | accept review suggestion | Tshepang Mbambo | -1/+1 |