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
/
libextra
/
c_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-13
remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...
JeremyLetang
-2
/
+2
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-1
/
+1
2014-01-17
handle zero-size allocations correctly
Daniel Micay
-5
/
+3
2013-12-02
c_vec: Modernize
Philipp Brüschweiler
-104
/
+122
2013-11-26
Remove unused std::routine
Alex Crichton
-21
/
+5
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-4
/
+0
2013-09-23
test: Fix rustdoc and tests.
Patrick Walton
-1
/
+4
2013-09-23
librustc: Remove `@fn` managed closures from the language.
Patrick Walton
-4
/
+4
2013-09-23
libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...
Patrick Walton
-19
/
+31
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-2
/
+0
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-1
/
+9
2013-07-30
implement pointer arithmetic with GEP
Daniel Micay
-2
/
+2
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-3
/
+5
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-5
/
+4
2013-06-28
extra: silence some test warnings.
Huon Wilson
-2
/
+1
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-06-16
Remove moves from *T and implement in another way
Niko Matsakis
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
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
/
+202