about summary refs log tree commit diff
path: root/src/libstd/c_vec.rs
AgeCommit message (Expand)AuthorLines
2015-01-05std: Redesign c_str and c_vecAlex Crichton-232/+0
2015-01-03Remove deprecated functionalityAlex Crichton-4/+0
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-26Make Barrier and Condvar Sync/SendFlavio Percoco-4/+4
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-11/+19
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+5
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-2/+2
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-5/+6
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-25get rid of libc_heap::{malloc_raw, realloc_raw}Daniel Micay-2/+2
2014-10-07Rename slice::SliceNick Cameron-2/+2
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-2/+2
2014-07-31Implement slice::Vector for Option<T> and CVec<T>Derek Harland-7/+10
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-1/+1
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-03-31std: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-27Fix fallout of removing default boundsAlex Crichton-5/+6
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-0/+216
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-202/+0
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
2013-05-09Mark c_vec functions as unsafe againAlex Crichton-4/+4
2013-04-27only use #[no_core] in libcoreDaniel Micay-5/+0
2013-04-19std: clean up tests (mostly unused unsafe blocks)Alex Crichton-3/+3
2013-04-14std: remove unused unsafe blocks/functionsAlex Crichton-8/+6
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-7/+7
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-1/+1
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-3/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-7/+7
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-02libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defunPatrick Walton-3/+3
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+0
2013-02-04std: Stamp out structural recordsTim Chevalier-16/+12
2013-01-29std: Stop using oldcommBrian Anderson-1/+0
2013-01-11libstd: Fix std test. rs=bustedPatrick Walton-4/+6
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+5
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-5/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+5