about summary refs log tree commit diff
path: root/compiler/rustc_arena
AgeCommit message (Expand)AuthorLines
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
2020-09-18Replace loop with drop_in_place callest31-6/+1
2020-09-18Dogfood new_uninit and maybe_uninit_slice in rustc_arenaest31-19/+16
2020-09-17Remove intrinsics::arith_offset use from libarenaest31-3/+1
2020-08-30mv compiler to compiler/mark-0/+914