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
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