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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-29
auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton
bors
-7
/
+5
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-9
/
+9
2014-03-28
collections: remove List
Erick Tryzelaar
-7
/
+5
2014-03-28
Rename Pod into Copy
Flavio Percoco
-39
/
+39
2014-03-23
Register new snapshots
Flavio Percoco
-1
/
+0
2014-03-22
auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton
bors
-3
/
+0
2014-03-22
arena: Fix fallout of removing get()
Alex Crichton
-2
/
+2
2014-03-22
arena: Remove Freeze / NoFreeze
Flavio Percoco
-3
/
+0
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-8
/
+10
2014-03-20
syntax: Tidy up parsing the new attribute syntax
Alex Crichton
-0
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-15
Add rustdoc html crate info
Steven Fackler
-0
/
+3
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-2
/
+2
2014-02-27
Replaced list::each with iter() in Arenas's Drop impl
Bruno de Oliveira Abinader
-6
/
+3
2014-02-24
arena,std,serialize: remove some unnecessary transmutes.
Huon Wilson
-5
/
+4
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-2
/
+2
2014-02-22
remove the TyDesc from TypedArena
Daniel Micay
-45
/
+29
2014-02-20
move extra::test to libtest
Liigo Zhuang
-3
/
+3
2014-02-14
extern mod => extern crate
Alex Crichton
-4
/
+3
2014-02-13
Removed num::Orderable
Michael Darakananda
-2
/
+3
2014-02-13
remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...
JeremyLetang
-4
/
+3
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-2
/
+1
2014-02-09
std: Add move_val_init to mem. Replace direct intrinsic usage
Brian Anderson
-5
/
+5
2014-02-09
arena: use the generic `bh.iter` to stop the benchmarks being DCE'd.
Huon Wilson
-9
/
+9
2014-02-07
allow generating drop glue without the TyDesc
Daniel Micay
-3
/
+2
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-3
/
+5
2014-02-02
arena: stop using @[].
Huon Wilson
-19
/
+23
2014-02-01
auto merge of #11930 : bjz/rust/next_power_of_two, r=huonw
bors
-3
/
+2
2014-01-31
Introduce marker types for indicating variance and for opting out
Niko Matsakis
-1
/
+3
2014-02-01
Remove some unused imports
Brendan Zabarauskas
-1
/
+0
2014-02-01
Make next_power_of_two generic for unsigned integers
Brendan Zabarauskas
-2
/
+2
2014-01-29
extra: move arena to libarena
David Manescu
-0
/
+609