| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -30/+13 |
| 2024-06-06 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -1/+1 |
| 2024-06-06 | Revert "Rollup merge of #123979 - oli-obk:define_opaque_types7, r=compiler-er... | Oli Scherer | -15/+2 |
| 2024-06-06 | Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen | Scott McMurray | -1/+5 |
| 2024-06-06 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -2/+4 |
| 2024-06-06 | Handle field projections like slice indexing in invalid_reference_casting | Ben Kimock | -1/+2 |
| 2024-06-06 | Fix insufficient logic when searching for the underlying allocation | Urgau | -0/+7 |
| 2024-05-27 | revert leak check changes in candidate winnowing | lcnr | -12/+7 |
| 2024-05-24 | Only make GAT ambiguous in match_projection_projections considering shallow r... | Michael Goulet | -1/+11 |
| 2024-05-24 | Add v0 symbol mangling for `f16` and `f128` | Trevor Gross | -3/+2 |
| 2024-05-16 | Make `non-local-def` lint Allow by default | Wesley Wiser | -1/+1 |
| 2024-05-16 | Don't do post-method-probe error reporting steps if we're in a suggestion | Michael Goulet | -9/+37 |
| 2024-05-16 | Fix ICEs in diagnostic::on_unimplemented | Michael Goulet | -51/+69 |
| 2024-05-16 | Do not ICE on foreign malformed `diagnostic::on_unimplemented` | Esteban Küber | -6/+8 |
| 2024-05-09 | Consider inner modules to be local in the `non_local_definitions` lint | Urgau | -5/+11 |
| 2024-04-28 | Mark more entries in rustc_data_structures as no_inline for docs | Mark Rousskov | -0/+6 |
| 2024-04-28 | Replace version placeholders for 1.79 | Mark Rousskov | -14/+14 |
| 2024-04-27 | Rollup merge of #124437 - linyihai:doc-link-typeck, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -6/+3 |
| 2024-04-27 | Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-04-27 | Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-04-27 | doc: Replace mod.rs with the appropriate link | Lin Yihai | -1/+1 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -336/+364 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -0/+2 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -6/+3 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -341/+352 |
| 2024-04-26 | Rollup merge of #124341 - petrochenkov:nomacvisit, r=compiler-errors | Jacob Pratt | -12/+3 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -321/+589 |
| 2024-04-26 | Adjust some `pub`s. | Nicholas Nethercote | -81/+81 |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -122/+78 |
| 2024-04-25 | Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnr | Michael Goulet | -6/+11 |
| 2024-04-25 | Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ... | Michael Goulet | -63/+18 |
| 2024-04-26 | Move some functions from `rustc_expand` to `rustc_builtin_macros`. | Nicholas Nethercote | -237/+234 |
| 2024-04-26 | Introduce `DeriveResolution`. | Nicholas Nethercote | -20/+32 |
| 2024-04-25 | Renamed DerivedObligation to WellFormedDeriveObligation | Michael Goulet | -6/+11 |
| 2024-04-25 | Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgr | bors | -30/+109 |
| 2024-04-25 | use `EagerResolver` | lcnr | -1/+3 |
| 2024-04-25 | ast: Visit item components in "natural" order | Vadim Petrochenkov | -4/+4 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -333/+361 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -288/+548 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -122/+78 |
| 2024-04-25 | Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnr | Matthias Krüger | -12/+5 |
| 2024-04-25 | Rollup merge of #124313 - estebank:split-at-mut, r=fee1-dead | Matthias Krüger | -18/+104 |
| 2024-04-25 | Remove special-casing for SimplifiedType for next solver | Michael Goulet | -63/+18 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -5/+8 |
| 2024-04-25 | Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgr | bors | -7/+7 |
| 2024-04-25 | Rollup merge of #124287 - 41Leahcim:master, r=fmease | Matthias Krüger | -7/+7 |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -1/+7 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -2/+41 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -2/+17 |