| Age | Commit message (Expand) | Author | Lines |
| 2022-11-04 | Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgr | bors | -24/+11 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -24/+11 |
| 2022-11-03 | Cleanups | Boxy | -1/+15 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -1/+1 |
| 2022-11-03 | change error_reported to use Result instead of an option | yukang | -8/+5 |
| 2022-11-02 | deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly | yukang | -17/+7 |
| 2022-11-01 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -1/+1 |
| 2022-11-01 | Use Key impl to select cache. | Camille GILLOT | -12/+20 |
| 2022-11-01 | Move keys module. | Camille GILLOT | -0/+588 |
| 2022-11-01 | Use VecCache for LocalDefId. | Camille GILLOT | -0/+8 |
| 2022-11-01 | Remove CacheSelector. | Camille GILLOT | -9/+3 |
| 2022-11-01 | Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3 | Dylan DPC | -0/+11 |
| 2022-11-01 | Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi... | Yuki Okushi | -2/+24 |
| 2022-11-01 | Fix ICE in default impl error reporting | Michael Goulet | -1/+3 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+11 |
| 2022-10-31 | Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk | Dylan DPC | -6/+2 |
| 2022-10-31 | Auto merge of #103787 - notriddle:rollup-q1vmxsb, r=notriddle | bors | -17/+17 |
| 2022-10-30 | Rollup merge of #103764 - SarthakSingh31:issue-94187-2, r=compiler-errors | Michael Howell | -17/+17 |
| 2022-10-31 | Use `br` instead of `switch` in more cases. | Nicholas Nethercote | -0/+5 |
| 2022-10-30 | better error for rustc_strict_coherence misuse | Michael Goulet | -2/+24 |
| 2022-10-30 | All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should... | Sarthak Singh | -17/+17 |
| 2022-10-29 | Use LanguageItems::require less | Cameron Steffen | -1/+1 |
| 2022-10-29 | Cleanup weak lang items | Cameron Steffen | -4/+0 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -1/+1 |
| 2022-10-29 | rustc_middle: Remove unnecessary type parameter from `AccessLevels` | Vadim Petrochenkov | -32/+16 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -15/+10 |
| 2022-10-29 | Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors | Guillaume Gomez | -20/+20 |
| 2022-10-29 | Lint against usages of `struct_span_lint_hir`. | Charles Lew | -1/+4 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -20/+20 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -3/+5 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -87/+86 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -1/+3 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -14/+12 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -3/+5 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -15/+10 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -87/+86 |
| 2022-10-26 | Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors | Dylan DPC | -3/+7 |
| 2022-10-26 | Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -22/+32 |
| 2022-10-26 | Rollup merge of #103520 - petrochenkov:resout, r=cjgillot | Dylan DPC | -22/+32 |
| 2022-10-26 | Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnr | bors | -2/+13 |
| 2022-10-26 | Auto merge of #103158 - Bryanskiy:resolve_perf, r=petrochenkov | bors | -33/+35 |
| 2022-10-25 | Auto merge of #102340 - JakobDegen:pass-manager-simplification, r=oli-obk | bors | -5/+34 |
| 2022-10-25 | Perf improvements for effective visibility calculating | Bryanskiy | -33/+35 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -22/+32 |
| 2022-10-25 | Added helper to prevent verbose printing from the `PrettyPrinter` when printi... | Sarthak Singh | -3/+7 |
| 2022-10-23 | Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillot | Michael Howell | -0/+10 |
| 2022-10-23 | Split phase change from `MirPass` | Jakob Degen | -5/+34 |
| 2022-10-23 | Add normalize hack back | Michael Goulet | -2/+13 |
| 2022-10-23 | Annotate static lifetimes too | Michael Goulet | -9/+3 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -10/+10 |