| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Deduplicate some logic | Esteban Küber | -0/+72 |
| 2023-12-04 | Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile... | Takayuki Maeda | -52/+95 |
| 2023-12-04 | Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format... | Georg Semmler | -52/+95 |
| 2023-12-03 | Auto merge of #118526 - sjwang05:issue-118510, r=petrochenkov | bors | -2/+9 |
| 2023-12-02 | Fix ICE when suggesting closures for non-fn-like defs | sjwang05 | -2/+9 |
| 2023-12-02 | Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnr | bors | -5/+30 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -34/+38 |
| 2023-12-01 | Handle recursion limit for subtype and well-formed predicates | Matthew Jasper | -5/+30 |
| 2023-11-30 | Auto merge of #117805 - estebank:arg-fn-mismatch, r=petrochenkov | bors | -18/+173 |
| 2023-11-29 | review comments and rebase fixes | Esteban Küber | -65/+64 |
| 2023-11-29 | On Fn arg mismatch for a fn path, suggest a closure | Esteban Küber | -11/+167 |
| 2023-11-29 | new solver: improve instrument annotations | lcnr | -1/+4 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -1/+1 |
| 2023-11-27 | Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=... | bors | -1/+12 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -1/+1 |
| 2023-11-26 | Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot | Guillaume Gomez | -17/+0 |
| 2023-11-26 | Auto merge of #118267 - compiler-errors:ambiguity-causes, r=spastorino | bors | -67/+54 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -10/+10 |
| 2023-11-26 | Clean dead codes | r0cky | -17/+0 |
| 2023-11-25 | Rollup merge of #118290 - compiler-errors:placeholder-implied, r=aliemjay | Michael Goulet | -2/+4 |
| 2023-11-25 | Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay | Michael Goulet | -6/+14 |
| 2023-11-25 | Rollup merge of #118201 - compiler-errors:obligation-causes, r=cjgillot | Michael Goulet | -20/+3 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -4/+1 |
| 2023-11-25 | Remove 3 more unused ObligationCauseCodes | Michael Goulet | -6/+0 |
| 2023-11-25 | Remove some lifetime-only ObligationCauseCode notes | Michael Goulet | -11/+3 |
| 2023-11-25 | Remove unused ObligationCauseCode::ProjectionWf | Michael Goulet | -3/+0 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -3/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-25 | Get rid of infer vars in inherent assoc types selection by using probe | Santiago Pastorino | -1/+12 |
| 2023-11-25 | Rollup merge of #118199 - compiler-errors:qpath, r=lcnr | Guillaume Gomez | -2/+1 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -1/+1 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -6/+14 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -2/+1 |
| 2023-11-25 | Don't ICE when encountering placeholders in implied bounds computation | Michael Goulet | -2/+4 |
| 2023-11-25 | Rollup merge of #118259 - spastorino:move-eager-resolver-to-infer, r=compiler... | León Orell Valerian Liehr | -80/+5 |
| 2023-11-25 | Auto merge of #118261 - spastorino:fix-placeholder-replacer, r=compiler-errors | bors | -4/+18 |
| 2023-11-24 | AmbiguityCause should not eagerly format strings | Michael Goulet | -67/+54 |
| 2023-11-24 | Make PlaceholderReplacer shallow_resolver when folding const and ty and recur... | Santiago Pastorino | -4/+18 |
| 2023-11-24 | Move EagerResolution to rustc_infer::infer::resolve | Santiago Pastorino | -80/+5 |
| 2023-11-24 | Rollup merge of #118243 - lcnr:commit-if-ok, r=compiler-errors | Michael Goulet | -9/+9 |
| 2023-11-24 | Rollup merge of #118210 - lcnr:intercrate-ambiguity-causes-uwu, r=compiler-er... | Michael Goulet | -2/+4 |
| 2023-11-24 | EvalCtxt::commit_if_ok don't inherit nested goals | lcnr | -9/+9 |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -7/+5 |
| 2023-11-23 | fix intercrate ambiguity causes | lcnr | -2/+4 |
| 2023-11-23 | review | klensy | -2/+1 |
| 2023-11-23 | few more | klensy | -0/+1 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -7/+5 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -51/+49 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -51/+0 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -51/+0 |