| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -8/+33 |
| 2024-03-05 | Avoid using feed_unit_query from within queries | Oli Scherer | -1/+6 |
| 2024-03-05 | Remove a use of feed_local_crate and make it fail if used within queries | Oli Scherer | -0/+8 |
| 2024-03-05 | Change message type in bug functions. | Nicholas Nethercote | -3/+4 |
| 2024-03-05 | Prevent feeding `CRATE_DEF_ID` queries outside the resolver | Oli Scherer | -2/+10 |
| 2024-03-05 | Prevent leaking `Feed`s into query results | Oli Scherer | -0/+8 |
| 2024-03-05 | Get rid of `feed_local_def_id` | Oli Scherer | -4/+5 |
| 2024-03-05 | Keep `TyCtxtFeed` around longer in the resolver | Oli Scherer | -1/+37 |
| 2024-03-05 | Avoid invoking the `intrinsic` query for DefKinds other than `Fn` or `AssocFn` | Oli Scherer | -6/+10 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -9/+7 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -9/+7 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -4/+31 |
| 2024-03-04 | make `intrinsic` query legal for any `DefId` | Oli Scherer | -0/+4 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+6 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -5/+12 |
| 2024-03-04 | Add `is_intrinsic` helper | Oli Scherer | -0/+11 |
| 2024-03-04 | Allow a way to add constructors for rustc_type_ir types | Michael Goulet | -22/+27 |
| 2024-03-04 | Rollup merge of #121927 - Zoxc:print-no-query, r=estebank | Matthias Krüger | -8/+18 |
| 2024-03-03 | Add a proper `with_no_queries` to printing | John Kåre Alsaker | -8/+18 |
| 2024-03-02 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -0/+2 |
| 2024-03-01 | Add `f16` and `f128` to the AST | Trevor Gross | -0/+2 |
| 2024-03-01 | Rollup merge of #121416 - veera-sivarajan:bugfix-120785, r=nnethercote | Matthias Krüger | -0/+24 |
| 2024-03-01 | Auto merge of #121462 - compiler-errors:eq-and-sub, r=lcnr | bors | -70/+33 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -1/+11 |
| 2024-03-01 | Fallout from removing a_is_expected | Michael Goulet | -59/+27 |
| 2024-03-01 | Remove cause | Michael Goulet | -11/+6 |
| 2024-02-28 | Avoid code duplication | Veera | -10/+7 |
| 2024-02-28 | Improve error messages for generics with default parameters | Veera | -0/+27 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -15/+13 |
| 2024-02-29 | Don't cancel stashed `OpaqueHiddenTypeMismatch` errors. | Nicholas Nethercote | -1/+5 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -36/+33 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -1/+11 |
| 2024-02-28 | Rollup merge of #121695 - oli-obk:split_ty_utils, r=compiler-errors | Guillaume Gomez | -0/+1 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -22/+22 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -14/+11 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | Split rustc_type_ir to avoid rustc_ast from depending on it | Oli Scherer | -0/+1 |
| 2024-02-27 | Print RPITIT like an opaque | Michael Goulet | -8/+12 |
| 2024-02-27 | Auto merge of #121285 - nnethercote:delayed_bug-audit, r=lcnr | bors | -13/+24 |
| 2024-02-27 | Avoid `span_delayed_bug` on one path in `AdtDef::eval_explicit_discr`. | Nicholas Nethercote | -13/+24 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+1 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-02-24 | compiler: use `addr_of!` | Pavel Grigorenko | -1/+1 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2024-02-23 | Auto merge of #120730 - estebank:confusable-api, r=oli-obk | bors | -1/+1 |
| 2024-02-22 | drive-by fmt cleanup | Esteban Küber | -1/+1 |
| 2024-02-22 | Rollup merge of #121441 - lcnr:typesystem-cleanup, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -4/+5 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -1/+1 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -3/+4 |