| Age | Commit message (Expand) | Author | Lines |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+1 |
| 2022-11-22 | `rustc_arena`: remove a couple of `ref` patterns | Maybe Waffle | -10/+6 |
| 2022-08-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -1/+2 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -1/+1 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -1/+1 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-10 | Stabilize ptr_const_cast | Martin Habovstiak | -1/+0 |
| 2022-07-07 | Rollup merge of #97711 - Nilstrieb:rustc-arena-ub, r=wesleywiser | Dylan DPC | -12/+39 |
| 2022-07-06 | Fix stacked borrows violation in rustc_arena | Nilstrieb | -8/+19 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-03 | Adapt tests to be able to run in miri | Nilstrieb | -4/+20 |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+6 |
| 2022-03-29 | Make some rustc code conform to strict provenance. | Aria Beingessner | -9/+11 |
| 2022-02-02 | Remove unused dep from rustc_arena | est31 | -1/+0 |
| 2022-01-28 | Clarify `ArenaAllocatable`'s second parameter. | Nicholas Nethercote | -5/+10 |
| 2022-01-28 | Add some comments. | Nicholas Nethercote | -7/+21 |
| 2022-01-26 | Rename `TypedArenaChunk` as `ArenaChunk`. | Nicholas Nethercote | -9/+9 |
| 2021-11-19 | Add some comments. | Nicholas Nethercote | -3/+12 |
| 2021-11-17 | Remove unnecessary lifetime argument from arena macros. | Nicholas Nethercote | -5/+5 |
| 2021-11-15 | Remove `DropArena`. | Nicholas Nethercote | -134/+7 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-08-30 | Remove unused arena macro args | bjorn3 | -1/+1 |
| 2021-08-28 | Auto merge of #85690 - bstrie:m2_arena, r=jackh726,nagisa | bors | -78/+76 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-05-25 | rustc_arena: macros 2.0 | bstrie | -78/+76 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -20/+0 |
| 2021-03-19 | Rollup merge of #83197 - jyn514:cfg-test-dead-code, r=joshtriplett | Dylan DPC | -16/+18 |
| 2021-03-17 | Move some test-only code to test files | Joshua Nelson | -16/+18 |
| 2021-03-10 | Update to rustc-rayon 0.3.1 | Josh Stone | -9/+26 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -1/+0 |
| 2021-02-15 | Rollup merge of #82077 - pierwill:edit-droparena, r=lcnr | Jonas Schievink | -6/+9 |
| 2021-02-14 | bumped smallvec deps | klensy | -1/+1 |
| 2021-02-13 | Edit `rustc_arena::DropArena` docs | pierwill | -6/+9 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -2/+0 |
| 2021-01-29 | `fn cold_path` doesn't need to be pub | Henry Boisdequin | -1/+1 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -2/+0 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -1/+1 |
| 2020-11-20 | Use specialization to avoid copying | Dániel Buga | -13/+71 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -6/+4 |
| 2020-10-27 | Fix typos in arena comments | Dániel Buga | -2/+2 |
| 2020-10-20 | Track element count only for types that need drop | Dániel Buga | -2/+6 |
| 2020-10-17 | Make sure arenas don't allocate bigger than HUGE_PAGE | Dániel Buga | -8/+4 |
| 2020-10-15 | Arena: Copy cold_path and remove rustc_data_structures dependency | Dániel Buga | -2/+6 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -1/+0 |
| 2020-09-25 | Auto merge of #77172 - jonas-schievink:rollup-a041rou, r=jonas-schievink | bors | -1/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-21 | DroplessArena: Allocate objects from the end of memory chunk | Tomasz Miąsko | -21/+16 |
| 2020-09-20 | Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M... | Ralf Jung | -3/+1 |
| 2020-09-18 | Add bench_typed_arena_clear_100 bench | est31 | -0/+11 |