about summary refs log tree commit diff
path: root/compiler/rustc_arena
AgeCommit message (Expand)AuthorLines
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+1
2022-11-22`rustc_arena`: remove a couple of `ref` patternsMaybe Waffle-10/+6
2022-08-23Make use of `[wrapping_]byte_{add,sub}`Maybe Waffle-1/+2
2022-08-21Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcmMatthias Krüger-1/+1
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-1/+1
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-08-10Stabilize ptr_const_castMartin Habovstiak-1/+0
2022-07-07Rollup merge of #97711 - Nilstrieb:rustc-arena-ub, r=wesleywiserDylan DPC-12/+39
2022-07-06Fix stacked borrows violation in rustc_arenaNilstrieb-8/+19
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-03Adapt tests to be able to run in miriNilstrieb-4/+20
2022-03-29mark FIXMES for all the places found that are probably offset_fromAria Beingessner-0/+6
2022-03-29Make some rustc code conform to strict provenance.Aria Beingessner-9/+11
2022-02-02Remove unused dep from rustc_arenaest31-1/+0
2022-01-28Clarify `ArenaAllocatable`'s second parameter.Nicholas Nethercote-5/+10
2022-01-28Add some comments.Nicholas Nethercote-7/+21
2022-01-26Rename `TypedArenaChunk` as `ArenaChunk`.Nicholas Nethercote-9/+9
2021-11-19Add some comments.Nicholas Nethercote-3/+12
2021-11-17Remove unnecessary lifetime argument from arena macros.Nicholas Nethercote-5/+5
2021-11-15Remove `DropArena`.Nicholas Nethercote-134/+7
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-08-30Remove unused arena macro argsbjorn3-1/+1
2021-08-28Auto merge of #85690 - bstrie:m2_arena, r=jackh726,nagisabors-78/+76
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-05-25rustc_arena: macros 2.0bstrie-78/+76
2021-03-27Remove (lots of) dead codeJoshua Nelson-20/+0
2021-03-19Rollup merge of #83197 - jyn514:cfg-test-dead-code, r=joshtriplettDylan DPC-16/+18
2021-03-17Move some test-only code to test filesJoshua Nelson-16/+18
2021-03-10Update to rustc-rayon 0.3.1Josh Stone-9/+26
2021-02-20Update the bootstrap compilerJoshua Nelson-1/+0
2021-02-15Rollup merge of #82077 - pierwill:edit-droparena, r=lcnrJonas Schievink-6/+9
2021-02-14bumped smallvec depsklensy-1/+1
2021-02-13Edit `rustc_arena::DropArena` docspierwill-6/+9
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-2/+0
2021-01-29`fn cold_path` doesn't need to be pubHenry Boisdequin-1/+1
2020-12-29Stabilize by-value `[T; N]` iterator `core::array::IntoIter`Simon Sapin-2/+0
2020-12-26stabilize min_const_genericsBastian Kauschke-1/+1
2020-11-20Use specialization to avoid copyingDániel Buga-13/+71
2020-10-30Fix even more clippy warningsJoshua Nelson-6/+4
2020-10-27Fix typos in arena commentsDániel Buga-2/+2
2020-10-20Track element count only for types that need dropDániel Buga-2/+6
2020-10-17Make sure arenas don't allocate bigger than HUGE_PAGEDániel Buga-8/+4
2020-10-15Arena: Copy cold_path and remove rustc_data_structures dependencyDániel Buga-2/+6
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-09-25Auto merge of #77172 - jonas-schievink:rollup-a041rou, r=jonas-schievinkbors-1/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-21DroplessArena: Allocate objects from the end of memory chunkTomasz Miąsko-21/+16
2020-09-20Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M...Ralf Jung-3/+1
2020-09-18Add bench_typed_arena_clear_100 benchest31-0/+11