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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libarena
Age
Commit message (
Expand
)
Author
Lines
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
2018-04-05
Stabilize attributes on generic parameters
Vadim Petrochenkov
-1
/
+1
2018-01-13
Rollup merge of #47069 - Kagamihime:master, r=nrc
kennytm
-11
/
+24
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-1
/
+3
2017-12-29
fixup
Kagamihime
-0
/
+2
2017-12-29
rustfmt libarena/lib.rs
Kagamihime
-13
/
+24
2017-09-16
stabilized needs_drop (fixes #41890)
Michal Budzynski
-1
/
+0
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-2
/
+0
2017-05-20
migrate everything to using mem::needs_drop
Alexis Beingessner
-5
/
+4
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-2
/
+2
2017-05-04
Deprecate heap::EMPTY in favour of Unique::empty or otherwise.
Alexis Beingessner
-3
/
+1
2017-01-10
Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix
Seo Sanghyeon
-4
/
+3
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2016-12-31
Utilize new in_arena method instead of hashing for Lifting interned items
Mark Simulacrum
-2
/
+12
2016-12-31
Fix TypedArena infinitely looping when inplace reallocation fails.
Mark Simulacrum
-2
/
+2
2016-12-31
Add a non type-specific arena.
Mark Simulacrum
-0
/
+117
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-28
Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`
Andrew Paseltiner
-4
/
+3
2016-10-26
Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb
bors
-3
/
+5
2016-10-25
Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup...
Mark-Simulacrum
-3
/
+5
2016-10-22
Rollup merge of #37211 - srinivasreddy:alt, r=nrc
Guillaume Gomez
-3
/
+2
2016-10-19
Add TypedArena::alloc_slice.
Mark-Simulacrum
-6
/
+39
2016-10-16
run rustfmt on various folders
Srinivas Reddy Thatiparthy
-3
/
+2
2016-09-23
[breaking-change] Remove TypedArena::with_capacity.
Nicholas Nethercote
-14
/
+3
2016-09-20
Lazily allocate TypedArena's first chunk.
Nicholas Nethercote
-38
/
+55
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-467
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+0
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+9
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-06
Deprecate reflection-based Arena
Piotr Czarnecki
-0
/
+6
2016-01-05
Add tests for drops
Piotr Czarnecki
-1
/
+126
2016-01-05
Ran rustfmt
Piotr Czarnecki
-35
/
+19
2016-01-05
Move tests around
Piotr Czarnecki
-66
/
+64
2016-01-05
Implement fn alloc_bytes for Arena and fn clear for both arena types
Piotr Czarnecki
-18
/
+143
2016-01-05
Rework Arena code
Piotr Czarnecki
-85
/
+82
2016-01-05
Rework Arena structure
Piotr Czarnecki
-34
/
+36
[next]