| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | Move a const-prop-lint specific hack from mir interpret to const-prop-lint an... | Oli Scherer | -12/+13 |
| 2023-04-16 | Revert "Don't recover lifetimes/labels containing emojis as character literals" | Michael Goulet | -43/+13 |
| 2023-03-29 | Fix linker detection for clang with prefix | Taiki Endo | -1/+3 |
| 2023-03-11 | tweak debug output and bless tests | Ali MJ Al-Nasrawy | -14/+18 |
| 2023-03-11 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -8/+11 |
| 2023-03-11 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-03-11 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -92/+9 |
| 2023-03-11 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -34/+62 |
| 2023-03-11 | Retry pred_known_to_hold_modulo_regions with fulfillment if ambiguous | Michael Goulet | -3/+5 |
| 2023-03-11 | fix: evaluate with wrong obligation stack | yifei | -2/+2 |
| 2023-03-06 | Bump version placeholders | Mark Rousskov | -4/+4 |
| 2023-03-04 | Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillot | bors | -4/+2 |
| 2023-03-04 | Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPC | bors | -10/+37 |
| 2023-03-04 | Rollup merge of #108727 - tshepang:example-translatable-diagnostic, r=Nilstrieb | Dylan DPC | -1/+11 |
| 2023-03-04 | Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errors | Dylan DPC | -2/+11 |
| 2023-03-04 | Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff... | Dylan DPC | -5/+8 |
| 2023-03-04 | Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillot | Dylan DPC | -2/+7 |
| 2023-03-04 | Auto merge of #108689 - compiler-errors:normalization-error-smaller, r=lcnr | bors | -3/+0 |
| 2023-03-04 | rustc_expand: make proc-macro derive error translatable | Tshepang Mbambo | -1/+11 |
| 2023-03-03 | Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgr | bors | -48/+61 |
| 2023-03-03 | Rollup merge of #108681 - nnethercote:needs_process_obligation-comments, r=lqd | Matthias Krüger | -24/+34 |
| 2023-03-03 | Rollup merge of #108678 - llogiq:use-option-as-slice, r=Nilstrieb | Matthias Krüger | -17/+8 |
| 2023-03-03 | Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obk | Matthias Krüger | -7/+19 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -48/+51 |
| 2023-03-03 | Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov | Matthias Krüger | -21/+23 |
| 2023-03-03 | Rollup merge of #108667 - compiler-errors:issue-108664, r=estebank | Matthias Krüger | -1/+1 |
| 2023-03-03 | Rollup merge of #108599 - nikic:drop-init, r=cuviper | Matthias Krüger | -38/+2 |
| 2023-03-03 | Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet... | Matthias Krüger | -5/+83 |
| 2023-03-03 | Rollup merge of #107981 - lcnr:canonicalization-uwu, r=compiler-errors | Matthias Krüger | -88/+805 |
| 2023-03-03 | canonicalization | lcnr | -88/+805 |
| 2023-03-03 | Don't put integers into backticks during formatting | est31 | -2/+2 |
| 2023-03-03 | Rustdoc-ify LiteralKind note | est31 | -5/+7 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -15/+15 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -25/+28 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -23/+23 |
| 2023-03-03 | check if snippet is `)` | Takayuki Maeda | -2/+7 |
| 2023-03-03 | Don't call `temporary_scope` twice. | Nicholas Nethercote | -4/+2 |
| 2023-03-03 | Migrate diagnostic | Michael Goulet | -10/+18 |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -2/+6 |
| 2023-03-03 | Remove NormalizationError::ConstantKind | Michael Goulet | -3/+0 |
| 2023-03-03 | Improve comments in `needs_process_obligation`. | Nicholas Nethercote | -24/+34 |
| 2023-03-02 | Rollup merge of #108672 - spastorino:new-rpitit-impl-side, r=compiler-errors | Matthias Krüger | -5/+65 |
| 2023-03-02 | Rollup merge of #108624 - Nilstrieb:move-it-up, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 2023-03-02 | Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkin | Matthias Krüger | -10/+30 |
| 2023-03-02 | Rollup merge of #108557 - Nathan-Fenner:nathanf/adjust-error-span-fix-Some, r... | Matthias Krüger | -3/+17 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -49/+126 |
| 2023-03-02 | Use `Option::as_slice` where applicable | Andre Bogus | -17/+8 |
| 2023-03-02 | Feed queries on impl side for RPITITs when using lower_impl_trait_in_trait_to... | Santiago Pastorino | -5/+65 |
| 2023-03-02 | Allow checking whether a type allows being uninitialized | Nilstrieb | -2/+11 |
| 2023-03-02 | Fix another ICE in point_at_expr_source_of_inferred_type | Michael Goulet | -1/+1 |