| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Check const_eval_select intrinsic correctly | Michael Goulet | -1/+6 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -2/+13 |
| 2023-12-18 | Rollup merge of #119059 - fmease:no-tilde-const-in-inh-impl-headers, r=fee1-dead | Matthias Krüger | -17/+19 |
| 2023-12-18 | Deny ~const trait bounds in inherent impl headers | León Orell Valerian Liehr | -17/+19 |
| 2023-12-17 | Auto merge of #114962 - darklyspaced:debug, r=est31 | bors | -15/+15 |
| 2023-12-14 | update use of feature flags | lcnr | -1/+1 |
| 2023-12-12 | blessed | darklyspaced | -15/+15 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -108/+68 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -8/+8 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -20/+19 |
| 2023-12-10 | fix tests | Deadbeef | -10/+41 |
| 2023-12-10 | Revert "Don't print host effect param in pretty path_generic_args" | Deadbeef | -1/+1 |
| 2023-12-10 | Restore `const PartialEq` | Deadbeef | -111/+40 |
| 2023-12-09 | Print constness in TraitPredPrintModifiersAndPath | Michael Goulet | -5/+5 |
| 2023-12-09 | Don't print host effect param in pretty path_generic_args | Michael Goulet | -2/+2 |
| 2023-12-09 | Rollup merge of #118734 - nnethercote:literal-cleanups, r=fee1-dead | Guillaume Gomez | -0/+0 |
| 2023-12-09 | Tweak the `no-nuls.rs` test. | Nicholas Nethercote | -0/+0 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -4/+4 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -0/+183 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -4/+4 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -22/+2 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -6/+7 |
| 2023-12-05 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -4/+4 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -4/+4 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -6/+7 |
| 2023-12-04 | Use default params until effects in desugaring | Deadbeef | -6/+19 |
| 2023-12-03 | Satisfy tidy | Nadrieril | -0/+183 |
| 2023-12-01 | Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb | bors | -40/+0 |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -45/+13 |
| 2023-11-29 | Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31 | Matthias Krüger | -47/+129 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -2/+2 |
| 2023-11-28 | Add PartialEq<&B> for &A | Michael Goulet | -44/+12 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -1/+1 |
| 2023-11-28 | thir-unsafeck: print list of missing target features when calling a function ... | Eduardo Sánchez Muñoz | -13/+65 |
| 2023-11-28 | Suggest `let` or `==` on typo'd let-chain | Esteban Küber | -0/+8 |
| 2023-11-28 | Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errors | bors | -30/+75 |
| 2023-11-27 | Print list of missing target features when calling a function with target fea... | Eduardo Sánchez Muñoz | -37/+67 |
| 2023-11-26 | Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillot | bors | -120/+95 |
| 2023-11-25 | effects: Run `enforce_context_effects` for all method calls | Deadbeef | -30/+75 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -137/+137 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -10/+10 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -127/+127 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -35/+35 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -5/+8 |
| 2023-11-22 | Add some tests | Nadrieril | -120/+95 |
| 2023-11-12 | Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead | bors | -81/+391 |
| 2023-11-12 | Deny more `~const` trait bounds | León Orell Valerian Liehr | -81/+391 |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -14/+133 |
| 2023-11-06 | Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-dead | Matthias Krüger | -0/+18 |