| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |