| Age | Commit message (Expand) | Author | Lines |
| 2025-03-21 | Cache current_dll_path output | bjorn3 | -56/+66 |
| 2025-03-21 | coverage: Defer the filtering of hole spans | Zalathar | -15/+15 |
| 2025-03-21 | coverage: Separate span-extraction from unexpansion | Zalathar | -75/+66 |
| 2025-03-21 | remove `feature(inline_const_pat)` | lcnr | -29/+14 |
| 2025-03-21 | Address comments | John Kåre Alsaker | -21/+33 |
| 2025-03-21 | Use hashbrown from crates.io | John Kåre Alsaker | -4/+10 |
| 2025-03-21 | Optimize hash map operations in the query system | John Kåre Alsaker | -35/+46 |
| 2025-03-21 | Update comments | John Kåre Alsaker | -2/+8 |
| 2025-03-21 | Abort in deadlock handler if we fail to get a query map | John Kåre Alsaker | -12/+25 |
| 2025-03-21 | Rollup merge of #138754 - oli-obk:push-vtqtnwluyxop, r=compiler-errors | Matthias Krüger | -1/+22 |
| 2025-03-21 | Rollup merge of #138724 - fmease:list-stems-bear-no-name, r=nnethercote | Matthias Krüger | -2/+1 |
| 2025-03-21 | Rollup merge of #138713 - RalfJung:memory-hook-pointers, r=oli-obk | Matthias Krüger | -2/+23 |
| 2025-03-20 | Auto merge of #138747 - matthiaskrgr:rollup-68x44rw, r=matthiaskrgr | bors | -171/+313 |
| 2025-03-20 | Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercote | bors | -18/+52 |
| 2025-03-20 | Handle spans of `~const`, `const` and `async` trait bounds in macro expansion | Oli Scherer | -1/+22 |
| 2025-03-20 | Make `crate_hash` not iterate over `hir_crate` owners anymore | Oli Scherer | -6/+5 |
| 2025-03-20 | Make dedicated recovery for missing braces on closure with return | Michael Goulet | -6/+47 |
| 2025-03-20 | Fix diagnostic struct typo, make sure is_array_like_block checks that it's a ... | Michael Goulet | -6/+8 |
| 2025-03-20 | interpret memory access hooks: also pass through the Pointer used for the access | Ralf Jung | -2/+23 |
| 2025-03-20 | Rollup merge of #138732 - compiler-errors:did, r=jieyouxu | Matthias Krüger | -5/+6 |
| 2025-03-20 | Rollup merge of #138731 - Zalathar:llvm-expansion, r=jieyouxu | Matthias Krüger | -34/+97 |
| 2025-03-20 | Rollup merge of #138729 - compiler-errors:gen, r=lcnr | Matthias Krüger | -16/+19 |
| 2025-03-20 | Rollup merge of #138727 - compiler-errors:ty-var-origin, r=fmease | Matthias Krüger | -54/+27 |
| 2025-03-20 | Rollup merge of #138700 - xizheyin:issue-138612, r=Nadrieril | Matthias Krüger | -0/+6 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -50/+83 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -12/+75 |
| 2025-03-20 | Auto merge of #133889 - compiler-errors:inh-unstable, r=Nadrieril | bors | -2/+22 |
| 2025-03-20 | rustc_target: Use zvl*b target features in vector ABI check | Taiki Endo | -2/+14 |
| 2025-03-20 | rustc_target: Add more RISC-V vector-related features | Taiki Endo | -2/+40 |
| 2025-03-20 | Auto merge of #137930 - nnethercote:use-Wunused-crate-dependencies, r=jieyoux... | bors | -41/+50 |
| 2025-03-19 | Lower to a memset(undef) when Rvalue::Repeat repeats uninit | Ben Kimock | -4/+45 |
| 2025-03-20 | Use def_path_str for def id arg in UnsupportedOpInfo | Michael Goulet | -5/+6 |
| 2025-03-20 | coverage: Convert and check span coordinates without a local file ID | Zalathar | -27/+40 |
| 2025-03-20 | Pre cleanups | Michael Goulet | -16/+19 |
| 2025-03-20 | Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputType | Michael Goulet | -54/+27 |
| 2025-03-20 | Add `#[repr(u128)]`/`#[repr(i128)]` enums to `improper_ctypes_definitions` | beetrees | -1/+11 |
| 2025-03-20 | coverage: Add LLVM plumbing for expansion regions | Zalathar | -7/+57 |
| 2025-03-19 | Check attrs: Don't try to retrieve the name of list stems | León Orell Valerian Liehr | -2/+1 |
| 2025-03-20 | Convert `rustc_serialize` integration tests to unit tests. | Nicholas Nethercote | -14/+16 |
| 2025-03-20 | Use `-Wunused_crate_dependencies` for compiler crates. | Nicholas Nethercote | -34/+41 |
| 2025-03-19 | Auto merge of #138714 - matthiaskrgr:rollup-8uwbpwv, r=matthiaskrgr | bors | -179/+166 |
| 2025-03-19 | Address review comments. | Mara Bos | -1/+4 |
| 2025-03-19 | Allow duplicates for side effect nodes | John Kåre Alsaker | -2/+5 |
| 2025-03-19 | Pass in dep kind names to the duplicate dep node check | John Kåre Alsaker | -10/+38 |
| 2025-03-19 | Rename `intern_new_node` to `alloc_new_node` | John Kåre Alsaker | -4/+4 |
| 2025-03-19 | Use `ShardedHashMap` for `anon_node_to_index` | John Kåre Alsaker | -28/+9 |
| 2025-03-19 | Use `nodes_newly_allocated_in_current_session` to lookup forbidden reads | John Kåre Alsaker | -5/+18 |
| 2025-03-19 | Check for duplicate dep nodes when creating the index | John Kåre Alsaker | -1/+8 |
| 2025-03-19 | Add fixme | John Kåre Alsaker | -0/+1 |
| 2025-03-19 | Outline some cold code and turn on hash collision detection with debug_assert... | John Kåre Alsaker | -16/+21 |