| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Rollup merge of #106669 - ozkanonur:helper-function-for-lint-level, r=Nilstrieb | Yuki Okushi | -10/+1 |
| 2023-01-10 | create helper function for `rustc_lint_defs::Level` and remove it's duplicate... | ozkanonur | -10/+1 |
| 2023-01-09 | Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-dead | bors | -4/+2 |
| 2023-01-09 | Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr | fee1-dead | -4/+2 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -8/+5 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -3/+23 |
| 2023-01-07 | make ascribe_user_type a TypeOp | Ali MJ Al-Nasrawy | -8/+5 |
| 2023-01-06 | Rollup merge of #106287 - Nilstrieb:its-bugging-me-how-we-dont-have-docs, r=j... | Matthias Krüger | -2/+19 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -18/+26 |
| 2023-01-04 | review comment: Deduplicate dyn ty_and_layout_field code | Michael Goulet | -36/+19 |
| 2023-01-04 | Mirror metadata changes in layout sanity check | Michael Goulet | -7/+45 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -6/+14 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -3/+3 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -15/+15 |
| 2023-01-03 | Rollup merge of #105681 - tshepang:doc-mir-visit, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2023-01-03 | Simplify some canonical type alias names | Michael Goulet | -4/+2 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -1/+1 |
| 2022-12-30 | Add some docs to `bug`, `span_bug` and `delay_span_bug` | Nilstrieb | -2/+19 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -4/+4 |
| 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/+9 |
| 2022-12-22 | Give a more helpful error for "trimmed_def_paths construted" | Joshua Nelson | -1/+9 |
| 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 |