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
/
src
/
libarena
Age
Commit message (
Expand
)
Author
Lines
2020-06-02
Rename directories for some compiler crates from `libx` to `librustc_x`
Vadim Petrochenkov
-903
/
+0
2020-05-13
Be less aggressive with `DroplessArena`/`TypedArena` growth.
Nicholas Nethercote
-13
/
+26
2020-05-13
Fix the new capacity measurement in arenas.
Nicholas Nethercote
-2
/
+2
2020-03-21
separate out an arena for HIR
Mazdak Farrokhzad
-2
/
+3
2020-03-21
move move stuff into declare_arena!
Mazdak Farrokhzad
-0
/
+100
2020-03-21
move DropArena -> libarena
Mazdak Farrokhzad
-0
/
+81
2020-01-11
Remove SyncTypedArena, SyncDroplessArena and in_arena
John Kåre Alsaker
-73
/
+0
2019-12-22
Format the world
Mark Rousskov
-49
/
+23
2019-12-03
Fix TypedArena.
Camille GILLOT
-47
/
+12
2019-11-04
bump smallvec to 1.0
Ralf Jung
-1
/
+1
2019-10-01
Fix clippy warnings
Yuki Okushi
-1
/
+1
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-25
Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton
bors
-3
/
+3
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-1
/
+0
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-17
Make use of `ptr::null(_mut)` instead of casting zero
Lzu Tao
-4
/
+4
2019-06-16
Separate libarena::lib module
chansuke
-215
/
+214
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-05-23
Optimize alloc_from_iter
John Kåre Alsaker
-5
/
+24
2019-04-27
Rename .cap() methods to .capacity()
Matthias Geier
-3
/
+3
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-14
Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton
Mazdak Farrokhzad
-1
/
+0
2019-04-12
Stabilize the `alloc` crate.
Simon Sapin
-1
/
+0
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-04-01
Add ensure_capacity and rename min to len
John Kåre Alsaker
-15
/
+26
2019-04-01
Use set_len
John Kåre Alsaker
-2
/
+2
2019-04-01
Support allocating iterators with arenas
John Kåre Alsaker
-16
/
+129
2019-02-11
libarena => 2018
Mazdak Farrokhzad
-10
/
+11
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-01-01
Check the correct arena
Oliver Scherer
-0
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-02
Auto merge of #56378 - ljedrz:arena_tweaks, r=nagisa
bors
-10
/
+14
2018-12-02
arena: improve common patterns
ljedrz
-7
/
+2
2018-11-30
arena: speed up TypedArena::clear
ljedrz
-3
/
+12
2018-11-30
Inline things
John Kåre Alsaker
-0
/
+2
2018-10-19
Update TypedArena tests
Oliver Scherer
-11
/
+11
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-20
/
+12
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-2
/
+2
2018-08-09
[nll] libarena: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+1
2018-06-29
Make raw_vec perma-unstable and hidden
Simon Sapin
-0
/
+1
2018-05-27
Make &Slice a thin pointer
John Kåre Alsaker
-25
/
+34
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-1
/
+0
2018-04-15
Make arenas thread safe
John Kåre Alsaker
-0
/
+74
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
[next]