index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_arena
Age
Commit message (
Expand
)
Author
Lines
2023-12-05
rustc_arena: add `alloc_str`
Josh Stone
-0
/
+22
2023-12-04
Document reentrancy in `*Arena::alloc_from_iter`
Nadrieril
-16
/
+25
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+2
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-0
/
+2
2023-10-25
Stabilize `[const_]pointer_byte_offsets`
Maybe Waffle
-1
/
+0
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+2
2023-10-03
Remove the `TypedArena::alloc_from_iter` specialization.
Nicholas Nethercote
-90
/
+45
2023-09-28
Inline and remove `DroplessArena::alloc_raw_without_grow`.
Nicholas Nethercote
-29
/
+22
2023-09-28
Reduce `grow_and_alloc_raw` to a single call site.
Nicholas Nethercote
-12
/
+12
2023-09-28
Make `DroplessArena::alloc` call `DroplessArena::alloc_raw`.
Nicholas Nethercote
-8
/
+1
2023-09-28
Use `Layout::new` consistently in `DroplessArena::alloc`.
Nicholas Nethercote
-2
/
+3
2023-09-28
Remove `unsafe` from `TypedArena::alloc_raw_slice`.
Nicholas Nethercote
-4
/
+4
2023-09-28
Inline and remove `TypedArena::ensure_capacity`.
Nicholas Nethercote
-12
/
+7
2023-09-28
Inline and remove `DroplessArena::grow_and_alloc`.
Nicholas Nethercote
-7
/
+1
2023-09-28
Remove some unnecessary lifetimes.
Nicholas Nethercote
-3
/
+3
2023-09-28
rustc_arena: tweak some comments.
Nicholas Nethercote
-2
/
+4
2023-09-25
Rename `cold_path` to `outline`
John Kåre Alsaker
-2
/
+3
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-14
Address comments
John Kåre Alsaker
-7
/
+16
2023-08-14
Allocate extra space to account for alignment losses
John Kåre Alsaker
-4
/
+8
2023-08-14
Optimize DroplessArena arena allocation
John Kåre Alsaker
-15
/
+55
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-06-15
Extend `unused_must_use` to cover block exprs
许杰友 Jieyou Xu (Joe)
-1
/
+1
2023-04-28
Deny the `unsafe_op_in_unsafe_fn` lint in
John Bobbo
-11
/
+31
2023-04-27
Use `NonNull::new_unchecked` and `NonNull::len` in
John Bobbo
-5
/
+5
2023-04-09
Allow `clippy::from_mut_ref`
Nilstrieb
-0
/
+9
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
[next]