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
/
libextra
/
arena.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
libextra: Introduce typed arenas.
Patrick Walton
-33
/
+319
2014-01-03
libextra: De-`@mut` the arena
Patrick Walton
-27
/
+34
2013-12-15
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
Huon Wilson
-4
/
+3
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-4
/
+4
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-4
/
+4
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-3
/
+3
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-4
/
+4
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-5
/
+5
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-4
/
+4
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-1
/
+0
2013-08-05
Add extra::arena::Arena::new{, _with_size}.
OGINO Masanori
-22
/
+24
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-2
/
+2
2013-08-02
replace `range` with an external iterator
Daniel Micay
-2
/
+2
2013-08-01
extra: Replace `for` with `do { .. }` expr where internal iterators are used
blake2-ppc
-2
/
+3
2013-07-30
implement pointer arithmetic with GEP
Daniel Micay
-4
/
+4
2013-07-22
new snapshot
Daniel Micay
-24
/
+2
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-2
/
+2
2013-07-08
Replaces the free-standing functions in f32, &c.
Jens Nockert
-2
/
+3
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-11
/
+10
2013-06-29
Rename #[mutable] to #[no_freeze]
Brian Anderson
-1
/
+2
2013-06-28
librustc: Fix more merge fallout.
Patrick Walton
-5
/
+15
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-10
/
+8
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-25
auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr
bors
-25
/
+28
2013-06-24
Changed Arena API to make it usable once more.
Matthijs Hofstra
-11
/
+11
2013-06-23
Remove unused TyDesc parameter from the glue functions
Philipp Brüschweiler
-2
/
+14
2013-06-23
Remove rust_call_tydesc_glue
Philipp Brüschweiler
-24
/
+8
2013-06-23
Remove intrinsic module
Philipp Brüschweiler
-11
/
+18
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-8
/
+8
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-1
/
+1
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-10
/
+10
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+2
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+314