| Age | Commit message (Expand) | Author | Lines |
| 2022-12-20 | Rollup merge of #105973 - oli-obk:simplify_callee_checks, r=jackh726 | Matthias Krüger | -0/+4 |
| 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 | 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 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -13/+45 |
| 2022-12-16 | Make a field only as public as it needs to be | Oli Scherer | -1/+1 |
| 2022-12-16 | Rename ConstS to ConstData | Oli Scherer | -16/+16 |
| 2022-12-16 | Auto merge of #105717 - compiler-errors:anonymize, r=jackh726 | bors | -30/+0 |
| 2022-12-15 | Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgr | bors | -759/+752 |
| 2022-12-15 | Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors | Matthias Krüger | -706/+724 |
| 2022-12-15 | Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr | Matthias Krüger | -52/+12 |
| 2022-12-15 | Rollup merge of #105674 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -1/+7 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -0/+9 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -0/+5 |
| 2022-12-15 | Move `TypeckResults` to seperate module | Nilstrieb | -684/+708 |
| 2022-12-15 | Small cleanup in parameterized | Nilstrieb | -22/+16 |
| 2022-12-15 | Shorten trimmed display of closures | Esteban Küber | -1/+7 |
| 2022-12-15 | Rollup merge of #105627 - compiler-errors:dyn-auto-suggestable, r=davidtwco | Matthias Krüger | -13/+2 |
| 2022-12-15 | Merge `SimplifiedTypeGen<D>` into `SimplifiedType`. | Nicholas Nethercote | -22/+12 |
| 2022-12-15 | Remove `SimplifiedTypeGen::map_def`. | Nicholas Nethercote | -30/+0 |
| 2022-12-14 | address review | b-naber | -1/+8 |
| 2022-12-14 | add helper to get DefId from MonoItem | Rémy Rakic | -0/+9 |
| 2022-12-14 | always use anonymize_bound_vars | Michael Goulet | -30/+0 |
| 2022-12-14 | Fix rustdoc | Oli Scherer | -1/+1 |
| 2022-12-14 | Auto traits in dyn are suggestable | Michael Goulet | -13/+2 |
| 2022-12-14 | Debug assertions hate this trick | Oli Scherer | -3/+3 |
| 2022-12-14 | Fix some comments and only get the generics in debug mode | Oli Scherer | -27/+23 |
| 2022-12-14 | Remove TraitRef::new | Oli Scherer | -20/+6 |
| 2022-12-14 | Prevent the creation of `TraitRef` without dedicated methods | Oli Scherer | -8/+13 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -13/+16 |
| 2022-12-14 | Remove one more usage of `mk_substs_trait` | Oli Scherer | -1/+1 |
| 2022-12-14 | Remove many more cases of `mk_substs_trait` that can now use the iterator sch... | Oli Scherer | -1/+17 |
| 2022-12-14 | Let `mk_fn_def` take an iterator instead to simplify some call sites | Oli Scherer | -5/+13 |