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
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-13
libarena: use unboxed closures
Jorge Aparicio
-4
/
+5
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+1
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-1
/
+1
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-5
/
+5
2014-11-13
Create UnsignedInt trait and deprecate free functions
Brendan Zabarauskas
-3
/
+3
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-1
/
+1
2014-11-01
bubble up out-of-memory errors from liballoc
Daniel Micay
-0
/
+3
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18407 : thestinger/arena
Alex Crichton
-7
/
+7
2014-10-29
Rename fail! to panic!
Steve Klabnik
-5
/
+4
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-27
return &mut T from the arenas, not &T
Daniel Micay
-7
/
+7
2014-10-09
Use the same html_root_url for all docs
Brian Anderson
-1
/
+1
2014-10-09
Revert "Update html_root_url for 0.12.0 release"
Brian Anderson
-1
/
+1
2014-10-07
Update html_root_url for 0.12.0 release
Brian Anderson
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-09
Remove some test warnings.
Jonas Hietala
-0
/
+2
2014-09-06
fix sized deallocation for TypedArena<T>
Daniel Micay
-47
/
+50
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-3
/
+3
2014-08-21
arena: fix a typo
Vinzent Steinberg
-1
/
+1
2014-08-19
A few minor documentation fixes
P1start
-20
/
+20
2014-07-31
alloc, arena, test, url, uuid: Elide lifetimes.
OGINO Masanori
-6
/
+6
2014-07-11
Update doc URLs for version bump
Brian Anderson
-1
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-0
/
+2
2014-07-02
Merge remote-tracking branch 'origin/master' into 0.11.0-release
Alex Crichton
-24
/
+26
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-24
/
+26
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-06-22
Register new snapshots
Alex Crichton
-1
/
+0
2014-06-20
librustc: Put `#[unsafe_destructor]` behind a feature gate.
Patrick Walton
-0
/
+3
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-1
/
+2
2014-06-10
Remove & -> &mut transmute from TypedArena
Renato Zannon
-25
/
+25
2014-06-10
Remove & -> &mut transmute from Arena
Renato Zannon
-42
/
+48
2014-06-09
Add a test for nested Arena.alloc
Renato Zannon
-0
/
+14
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-2
/
+0
2014-06-04
core: Apply stability attributes to ptr mod
Brian Anderson
-6
/
+6
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-4
/
+4
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
[next]