| Age | Commit message (Expand) | Author | Lines |
| 2023-12-09 | Auto merge of #118763 - matthiaskrgr:rollup-mgyf5hp, r=matthiaskrgr | bors | -16/+78 |
| 2023-12-09 | Detect cycles in `InhabitedPredicate::apply` | Nadrieril | -10/+31 |
| 2023-12-08 | Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnr | Matthias Krüger | -16/+78 |
| 2023-12-08 | Auto merge of #117681 - Zoxc:tcx-sync, r=compiler-errors | bors | -1/+13 |
| 2023-12-08 | Feedback | Michael Goulet | -49/+33 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -8/+86 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -3/+22 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -3/+3 |
| 2023-12-08 | coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR | Zalathar | -0/+8 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -0/+57 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -1/+7 |
| 2023-12-07 | Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix | bors | -0/+5 |
| 2023-12-07 | Explicitly implement `DynSync` and `DynSend` for `TyCtxt` | John Kåre Alsaker | -1/+13 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -60/+153 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -0/+51 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -25/+12 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -44/+150 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -3/+3 |
| 2023-12-07 | Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnr | bors | -10/+10 |
| 2023-12-07 | Auto merge of #118684 - compiler-errors:yeet-poly-gen-sig, r=spastorino | bors | -15/+2 |
| 2023-12-06 | Rollup merge of #118660 - cuviper:alloc_str, r=petrochenkov | Matthias Krüger | -3/+1 |
| 2023-12-06 | EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva... | Michael Goulet | -10/+10 |
| 2023-12-06 | Yeet PolyGenSig | Michael Goulet | -15/+2 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -1/+1 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -3/+1 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -1/+45 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -1/+1 |
| 2023-12-04 | Don't include destruction scopes in THIR | Matthew Jasper | -8/+2 |
| 2023-12-04 | Avoid adding compiler-used functions to `symbols.o` | DianQK | -0/+5 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -5/+6 |
| 2023-12-02 | fix an ICE when a valtree failed to evaluate | Ralf Jung | -2/+10 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -33/+37 |
| 2023-12-02 | Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -31/+35 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -0/+17 |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -0/+51 |
| 2023-11-29 | Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31 | Matthias Krüger | -3/+10 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -2/+11 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -2/+11 |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -0/+17 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -0/+34 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -97/+6 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -30/+65 |
| 2023-11-27 | Print list of missing target features when calling a function with target fea... | Eduardo Sánchez Muñoz | -3/+10 |
| 2023-11-27 | Rollup merge of #118340 - compiler-errors:tweaks, r=lqd | Takayuki Maeda | -10/+10 |
| 2023-11-26 | Use helpers | Michael Goulet | -10/+10 |
| 2023-11-26 | Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot | bors | -0/+7 |
| 2023-11-26 | Remove Upvar duplication | Mark Rousskov | -0/+7 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -30/+65 |