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
/
libstd
/
c_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-232
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+0
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-26
Make Barrier and Condvar Sync/Send
Flavio Percoco
-4
/
+4
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-11
/
+19
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-1
/
+5
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-2
/
+2
2014-11-01
bubble up out-of-memory errors from liballoc
Daniel Micay
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-5
/
+6
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-25
get rid of libc_heap::{malloc_raw, realloc_raw}
Daniel Micay
-2
/
+2
2014-10-07
Rename slice::Slice
Nick Cameron
-2
/
+2
2014-09-16
Fallout from renaming
Aaron Turon
-3
/
+3
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-2
/
+2
2014-07-31
Implement slice::Vector for Option<T> and CVec<T>
Derek Harland
-7
/
+10
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-2
/
+2
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-05-10
rename `global_heap` -> `libc_heap`
Daniel Micay
-1
/
+1
2014-04-08
Register new snapshots
Alex Crichton
-2
/
+2
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-5
/
+6
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-0
/
+216
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-202
/
+0
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-4
/
+4
2013-05-09
Mark c_vec functions as unsafe again
Alex Crichton
-4
/
+4
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-5
/
+0
2013-04-19
std: clean up tests (mostly unused unsafe blocks)
Alex Crichton
-3
/
+3
2013-04-14
std: remove unused unsafe blocks/functions
Alex Crichton
-8
/
+6
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-1
/
+1
2013-03-21
librustc: Forbid destructors from being attached to any structs that might co...
Patrick Walton
-3
/
+6
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-02
libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defun
Patrick Walton
-3
/
+3
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-1
/
+0
2013-02-04
std: Stamp out structural records
Tim Chevalier
-16
/
+12
2013-01-29
std: Stop using oldcomm
Brian Anderson
-1
/
+0
2013-01-11
libstd: Fix std test. rs=busted
Patrick Walton
-4
/
+6
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+5
[next]