| Age | Commit message (Expand) | Author | Lines |
| 2025-04-01 | Make missing optimized MIR error more informative | Oli Scherer | -1/+3 |
| 2025-04-01 | Remove an unnecessary dtor computation and use the cached query result instead | Oli Scherer | -1/+1 |
| 2025-04-01 | Decouple trait impls of different traits wrt incremental | Oli Scherer | -2/+12 |
| 2025-04-01 | Implement `associated_items` api. | makai410 | -7/+185 |
| 2025-04-01 | Improve docs of ValTreeKind | bjorn3 | -1/+1 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -793/+931 |
| 2025-04-01 | Skip suggest impl or dyn when poly trait is not a real trait | xizheyin | -0/+1 |
| 2025-04-01 | Bump metadata version | Jakub Beránek | -1/+1 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -81/+78 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -704/+857 |
| 2025-04-01 | Ignore `#[test_case]` on anything other than `fn`/`const`/`static`. | Nicholas Nethercote | -20/+26 |
| 2025-04-01 | Factor out some shared code. | Nicholas Nethercote | -32/+14 |
| 2025-04-01 | coverage: Don't split bang-macro spans, just truncate them | Zalathar | -32/+15 |
| 2025-04-01 | coverage: Instead of splitting, just discard any span that overlaps a hole | Zalathar | -46/+17 |
| 2025-04-01 | coverage: Shrink call spans to just the function name | Zalathar | -11/+7 |
| 2025-03-31 | increment depth of nested obligations | lcnr | -38/+38 |
| 2025-03-31 | Feed HIR for by-move coroutine body def, since the inliner tries to read its ... | Michael Goulet | -0/+2 |
| 2025-03-31 | Rollup merge of #139181 - tiif:doc, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2025-03-31 | Rollup merge of #139039 - nnethercote:less-kw-Empty-4, r=petrochenkov | Matthias Krüger | -10/+15 |
| 2025-03-31 | Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-01 | Improve `is_doc_keyword`. | Nicholas Nethercote | -3/+7 |
| 2025-04-01 | Tweak `check_doc_keyword`. | Nicholas Nethercote | -5/+5 |
| 2025-04-01 | Use `sym::dummy` in one more place. | Nicholas Nethercote | -2/+3 |
| 2025-03-31 | PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509... | Augie Fackler | -4/+9 |
| 2025-03-31 | Fix invalid link | tiif | -2/+2 |
| 2025-03-31 | Expose `registered_tools` directly without `TyCtxt`-query | Urgau | -4/+13 |
| 2025-03-31 | Expose `LintLevelsBuilder` with crate root builder | Urgau | -0/+14 |
| 2025-03-31 | Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgr | bors | -40/+166 |
| 2025-03-31 | Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obk | Matthias Krüger | -12/+32 |
| 2025-03-31 | Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin | Matthias Krüger | -0/+29 |
| 2025-03-31 | Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease | Matthias Krüger | -12/+55 |
| 2025-03-31 | Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnr | Matthias Krüger | -16/+50 |
| 2025-03-31 | Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obk | bors | -60/+8 |
| 2025-03-31 | Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote | bors | -60/+61 |
| 2025-03-31 | Add an error when full metadata was not found | Jakub Beránek | -1/+35 |
| 2025-03-31 | Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no` | Jakub Beránek | -28/+101 |
| 2025-03-31 | Add `-Zembed-metadata` CLI option | Jakub Beránek | -0/+3 |
| 2025-03-31 | Simplify find_commandline_library | bjorn3 | -28/+16 |
| 2025-03-31 | Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-dead | bors | -71/+205 |
| 2025-03-31 | Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhpratt | bors | -99/+99 |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -12/+32 |
| 2025-03-30 | Rollup merge of #139132 - m-ou-se:hir-pp-struct-expr, r=compiler-errors | Jacob Pratt | -10/+4 |
| 2025-03-30 | Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errors | Jacob Pratt | -61/+11 |
| 2025-03-30 | Rollup merge of #139111 - meithecatte:fake-read, r=compiler-errors | Jacob Pratt | -28/+84 |
| 2025-03-30 | Auto merge of #139131 - m-ou-se:format-args-struct-expr, r=Mark-Simulacrum | bors | -15/+17 |
| 2025-03-30 | Auto merge of #139143 - bjorn3:sync_cg_clif-2025-03-30, r=bjorn3 | bors | -1419/+533 |
| 2025-03-30 | Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments` | Urgau | -4/+124 |
| 2025-03-30 | Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202... | bjorn3 | -1419/+533 |
| 2025-03-30 | Auto merge of #138206 - amy-kwan:amy-kwan/reprc-struct-power-align-ignore-pac... | bors | -0/+6 |
| 2025-03-30 | Auto merge of #139130 - Kobzol:revert-129827, r=petrochenkov | bors | -71/+148 |