| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | Use `LayoutError`'s implementation of `IntoDiagnostic` | SLASHLogin | -4/+4 |
| 2022-11-09 | var_subdiag refinement | AndyJado | -0/+1 |
| 2022-11-09 | another optimization attempt | Ralf Jung | -66/+83 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+59 |
| 2022-11-09 | Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearth | bors | -1/+3 |
| 2022-11-08 | Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wesleywiser | Manish Goregaokar | -1/+3 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -11/+15 |
| 2022-11-08 | Auto merge of #104168 - GuillaumeGomez:rollup-tf4edqc, r=GuillaumeGomez | bors | -1/+22 |
| 2022-11-08 | another attempt at performance improvements | Ralf Jung | -23/+26 |
| 2022-11-08 | Rollup merge of #104132 - Rejyr:rustc_lint-function-lints, r=davidtwco | Guillaume Gomez | -0/+1 |
| 2022-11-08 | Rollup merge of #103928 - chenyukang:yukang/fix-103874-add-ty_error_with_guar... | Guillaume Gomez | -1/+21 |
| 2022-11-08 | Auto merge of #103252 - lcnr:recompute_applicable_impls, r=jackh726 | bors | -7/+4 |
| 2022-11-08 | Auto merge of #103965 - petrochenkov:effvisperf3, r=oli-obk | bors | -21/+103 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -7/+4 |
| 2022-11-08 | code cleanup with err.emit_unless | yukang | -1/+1 |
| 2022-11-08 | deprecate unchecked_claim_error_was_emitted in error_reported | yukang | -1/+5 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -0/+16 |
| 2022-11-07 | fix: lint against lint functions | Rejyr | -0/+1 |
| 2022-11-07 | less unsupported errors in Miri, and clarifying comments | Ralf Jung | -9/+9 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -11/+15 |
| 2022-11-07 | Only assume Stacked Borrows if -Zunsound-mir-opts is given | Jannis Christopher Köhl | -0/+9 |
| 2022-11-07 | Prevent registration inside references if target is !Freeze | Jannis Christopher Köhl | -1/+1 |
| 2022-11-07 | Only track (trivially) freeze types | Jannis Christopher Köhl | -1/+1 |
| 2022-11-07 | try to make things faster when only ptr provenance can exist | Ralf Jung | -5/+17 |
| 2022-11-07 | Rollup merge of #104059 - Rejyr:rustc_middle-lint-typo, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -1/+0 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -0/+2 |
| 2022-11-06 | make uninit_mask a unit test | Ralf Jung | -1/+22 |
| 2022-11-06 | fix: typo | Rejyr | -1/+1 |
| 2022-11-06 | move InitMask to its own module | Ralf Jung | -592/+578 |
| 2022-11-06 | dont debug-print allocations, that's too verbose | Ralf Jung | -4/+4 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -204/+328 |
| 2022-11-06 | Auto merge of #103720 - crlf0710:most_translation_attr, r=compiler-errors | bors | -1/+4 |
| 2022-11-06 | Rollup merge of #104016 - Nilstrieb:query-descs-more, r=compiler-errors | Matthias Krüger | -1/+17 |
| 2022-11-06 | Auto merge of #103975 - oli-obk:tracing, r=jackh726 | bors | -2/+2 |
| 2022-11-05 | Use `FmtPrinter` instead of creating `Instance` | clubby789 | -0/+6 |
| 2022-11-05 | Enforce rust-check ABI in signatures, calls | Michael Goulet | -0/+2 |
| 2022-11-05 | Add internal descriptions to a few queries | Nilstrieb | -1/+17 |
| 2022-11-05 | resolve: Fill effective visibilities for import def ids in a separate pass | Vadim Petrochenkov | -2/+28 |
| 2022-11-05 | privacy: Check effective visibility invariants | Vadim Petrochenkov | -1/+50 |
| 2022-11-05 | resolve: More detailed effective visibility tracking for imports | Vadim Petrochenkov | -18/+25 |
| 2022-11-05 | Rollup merge of #103984 - V0ldek:103974-refactor-mk_const, r=BoxyUwU | Matthias Krüger | -36/+31 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -36/+31 |
| 2022-11-04 | Rollup merge of #103937 - BoxyUwU:misc_cleanups, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -2/+2 |
| 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-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 |