| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | Remove `enum_from_u32`. | Nicholas Nethercote | -38/+0 |
| 2024-05-09 | Remove `vec_linked_list`. | Nicholas Nethercote | -71/+0 |
| 2024-05-09 | Remove `TinyList`. | Nicholas Nethercote | -236/+0 |
| 2024-05-09 | Document `Pu128`. | Nicholas Nethercote | -1/+3 |
| 2024-05-08 | Remove `extern crate tracing`. | Nicholas Nethercote | -4/+6 |
| 2024-05-07 | Reorder top-level crate items. | Nicholas Nethercote | -29/+29 |
| 2024-05-07 | Remove `macro_use` from `stable_hasher`. | Nicholas Nethercote | -4/+6 |
| 2024-05-03 | Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obk | bors | -26/+102 |
| 2024-05-02 | Auto merge of #124521 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -0/+6 |
| 2024-05-02 | Add `UnordMap::try_insert` | Waffle Lapkin | -0/+7 |
| 2024-05-01 | Mark more entries in rustc_data_structures as no_inline for docs | Mark Rousskov | -0/+6 |
| 2024-04-30 | Give an item related to issue 27438 a more meaningful name | León Orell Valerian Liehr | -2/+2 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -4/+4 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-22 | Stabilize the size of incr comp object file names | Ben Kimock | -26/+102 |
| 2024-04-18 | Add tests for predecessor-aware `VecGraph` mode | Maybe Waffle | -0/+33 |
| 2024-04-15 | Add `graph::depth_first_search_as_undirected` | Maybe Waffle | -0/+26 |
| 2024-04-15 | Make `graph::DepthFirstSearch` accept `G` by value | Maybe Waffle | -13/+13 |
| 2024-04-15 | Add an opt-in to store incoming edges in `VecGraph` + some docs | Maybe Waffle | -56/+192 |
| 2024-04-15 | Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease | 许杰友 Jieyou Xu (Joe) | -126/+59 |
| 2024-04-15 | Use RPITIT for `Successors` and `Predecessors` traits | Maybe Waffle | -30/+8 |
| 2024-04-14 | Make `depth_first_search` into a standalone function | Maybe Waffle | -5/+10 |
| 2024-04-14 | Document `ControlFlowGraph` | Maybe Waffle | -4/+2 |
| 2024-04-14 | Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode` | Maybe Waffle | -16/+16 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -88/+53 |
| 2024-04-14 | Merge `WithNumNodes` into DirectedGraph | Maybe Waffle | -40/+27 |
| 2024-04-13 | Auto merge of #123175 - Nilstrieb:debug-strict-overflow, r=wesleywiser | bors | -17/+21 |
| 2024-04-13 | Add add/sub methods that only panic with debug assertions to rustc | Nilstrieb | -17/+21 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -4/+4 |
| 2024-03-31 | Auto merge of #121851 - michaelwoerister:mcp-533-effective-vis, r=cjgillot | bors | -46/+2 |
| 2024-03-29 | Add support for NonNull in ambiguous_wide_ptr_comparisions | Urgau | -0/+1 |
| 2024-03-27 | Remove and disallow HashStable impl of HashMap. | Michael Woerister | -46/+2 |
| 2024-03-21 | Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obk | bors | -3/+6 |
| 2024-03-20 | Workaround for rustdoc bug in new beta | Mark Rousskov | -0/+1 |
| 2024-03-20 | collector: recursively traverse 'mentioned' items to evaluate their constants | Ralf Jung | -3/+6 |
| 2024-03-15 | Issue 122262: MAP_PRIVATE for more reliability on virtualised filesystems. | Guillaume Yziquel | -2/+8 |
| 2024-03-04 | Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-02-24 | compiler: use `addr_of!` | Pavel Grigorenko | -1/+1 |
| 2024-02-18 | Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrum | bors | -5/+2 |
| 2024-02-18 | windows bump to 0.52 | klensy | -5/+2 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -6/+6 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -9/+11 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -0/+5 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -3/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -9/+12 |
| 2024-02-14 | Fix SmallCStr conversion from CStr | Eric Huss | -1/+9 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -0/+5 |
| 2024-02-12 | constify a couple thread_local statics | Matthias Krüger | -1/+1 |
| 2024-02-10 | Rollup merge of #120846 - petrochenkov:jobs, r=oli-obk | Matthias Krüger | -1/+4 |
| 2024-02-09 | Update jobserver-rs to 0.1.28 | Vadim Petrochenkov | -1/+4 |