| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -86/+77 |
| 2023-11-21 | Restore closure-kind error messages | Michael Goulet | -1/+43 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -50/+6 |
| 2023-11-21 | Rollup merge of #118115 - spastorino:fix-old-fn-names, r=compiler-errors | Nilstrieb | -1/+1 |
| 2023-11-20 | Fix occurrences of old fn names in comment and tracing | Santiago Pastorino | -1/+1 |
| 2023-11-20 | Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errors | Matthias Krüger | -37/+84 |
| 2023-11-20 | Don't require intercrate mode for negative coherence | Michael Goulet | -1/+7 |
| 2023-11-20 | Don't drop region constraints that come from plugging infer regions with plac... | Michael Goulet | -7/+7 |
| 2023-11-20 | handle reservation impls, track impl source | lcnr | -26/+68 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -11/+16 |
| 2023-11-19 | Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjay | Michael Goulet | -2/+11 |
| 2023-11-19 | Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=... | Michael Goulet | -9/+8 |
| 2023-11-19 | Ignore but do not assume region obligations from unifying headers in negative... | Michael Goulet | -9/+8 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -2/+11 |
| 2023-11-18 | Auto merge of #117742 - weiznich:turn_overlapping_diagnostic_options_into_war... | bors | -13/+97 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -9/+11 |
| 2023-11-17 | Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnr | bors | -2/+6 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -291/+287 |
| 2023-11-17 | rename bound region instantiation | lcnr | -9/+11 |
| 2023-11-17 | Add some additional warnings for duplicated diagnostic items | Georg Semmler | -13/+97 |
| 2023-11-16 | ignore implied bounds with placeholders | Ali MJ Al-Nasrawy | -2/+6 |