| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | adjust obligation spans for super projections | Lukas Markeffsky | -3/+13 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -2/+2 |
| 2024-03-04 | hir_analysis: enums return `None` in `find_field` | David Wood | -1/+6 |
| 2024-03-04 | Rollup merge of #121927 - Zoxc:print-no-query, r=estebank | Matthias Krüger | -1/+1 |
| 2024-03-03 | Add a proper `with_no_queries` to printing | John Kåre Alsaker | -1/+1 |
| 2024-03-03 | Mention Register Size in `#[warn(asm_sub_register)]` | Veera | -7/+15 |
| 2024-03-02 | Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrieril | bors | -1/+73 |
| 2024-03-02 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -1/+73 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -1/+2 |
| 2024-03-02 | avoid collecting into vecs in some places | Matthias Krüger | -4/+1 |
| 2024-03-01 | Add `f16` and `f128` intrinsics to HIR | Trevor Gross | -1/+73 |
| 2024-03-01 | Rollup merge of #121819 - nnethercote:fix-121812, r=oli-obk | Matthias Krüger | -10/+2 |
| 2024-03-01 | Handle stashing of delayed bugs. | Nicholas Nethercote | -10/+2 |
| 2024-02-29 | Auto merge of #118247 - spastorino:type-equality-subtyping, r=lcnr | bors | -3/+7 |
| 2024-02-29 | Make infer higher ranked equate use bidirectional subtyping in invariant context | Santiago Pastorino | -3/+7 |
| 2024-02-29 | Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebank | Guillaume Gomez | -17/+20 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -0/+14 |
| 2024-02-29 | Rollup merge of #121779 - mu001999:clean, r=Nilstrieb | Jacob Pratt | -7/+0 |
| 2024-02-29 | Rollup merge of #121745 - compiler-errors:refining-impl-trait-deeply-norm, r=... | Jacob Pratt | -5/+9 |
| 2024-02-29 | Remove unused diagnostic struct | r0cky | -7/+0 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -17/+20 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -60/+53 |
| 2024-02-28 | Deeply normalize obligations in refining_impl_trait | Michael Goulet | -5/+9 |
| 2024-02-28 | Rollup merge of #121695 - oli-obk:split_ty_utils, r=compiler-errors | Guillaume Gomez | -2/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -60/+53 |
| 2024-02-27 | Split rustc_type_ir to avoid rustc_ast from depending on it | Oli Scherer | -2/+1 |
| 2024-02-27 | yeet now unnecessary special-case | lcnr | -18/+5 |
| 2024-02-27 | use typeck root when checking closure oblig | lcnr | -1/+3 |
| 2024-02-27 | wf-check RPITs | lcnr | -18/+21 |
| 2024-02-27 | Auto merge of #121285 - nnethercote:delayed_bug-audit, r=lcnr | bors | -1/+1 |
| 2024-02-27 | Slightly simplify feeding of assoc const eq bounds | León Orell Valerian Liehr | -5/+3 |
| 2024-02-27 | Avoid `span_delayed_bug` on one path in `AdtDef::eval_explicit_discr`. | Nicholas Nethercote | -1/+1 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -2/+2 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -115/+73 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -2/+2 |
| 2024-02-26 | Rollup merge of #121620 - nnethercote:fix-even-more-121208-fallout, r=lcnr | Guillaume Gomez | -1/+1 |
| 2024-02-26 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -5/+5 |
| 2024-02-25 | Rollup merge of #121409 - compiler-errors:atb-cycle, r=cjgillot | Matthias Krüger | -8/+22 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -5/+5 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -115/+73 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+2 |
| 2024-02-23 | Handle .init_array link_section specially on wasm | matt rice | -7/+13 |
| 2024-02-23 | Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmease | Matthias Krüger | -1/+9 |
| 2024-02-23 | Don't ICE on anonymous struct in enum variant | clubby789 | -1/+9 |
| 2024-02-23 | Rollup merge of #121480 - nnethercote:fix-more-121208-fallout, r=lcnr | Matthias Krüger | -8/+4 |
| 2024-02-23 | Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -8/+4 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -1/+1 |