about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+3
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-5/+0
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-05-31doc: Fix a number of broken linksAlex Crichton-0/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+0
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+2
2014-05-23auto merge of #14359 : brson/rust/minordoc, r=alexcrichtonbors-1/+1
2014-05-23Minor library doc copyeditingBrian Anderson-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-20Address review commentsBrian Anderson-2/+2
2014-05-20core: Convert TODOs to FIXMEsBrian Anderson-1/+1
2014-05-20core: Spruce up the crate descriptionBrian Anderson-11/+22
2014-05-20Fix typo in libcoreJihyeok Seo-1/+1
2014-05-15core: Update all tests for fmt movementAlex Crichton-7/+6
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+3
2014-05-15core: Remove the unit moduleBrian Anderson-1/+0
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-0/+3
2014-05-15Register new snapshotsAlex Crichton-3/+0
2014-05-13core: Allow using failure outside of libcoreAlex Crichton-2/+5
2014-05-13core: Add a crate doc blockAlex Crichton-0/+21
2014-05-13core: Inherit the atomics moduleAlex Crichton-0/+1
2014-05-13std: Move the owned module from core to stdAlex Crichton-2/+3
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-1/+0
2014-05-09auto merge of #14053 : FlaPer87/rust/master, r=huonwbors-0/+1
2014-05-09core: Allow kinds derivingsFlavio Percoco-0/+1
2014-05-08Handle breakage after libcore splitKevin Ballard-0/+2
2014-05-07Test fixes and rebase conflictsAlex Crichton-1/+3
2014-05-07core: Get coretest workingAlex Crichton-5/+26
2014-05-07core: Inherit the cell moduleAlex Crichton-1/+2
2014-05-07core: Add a limited implementation of failureAlex Crichton-1/+7
2014-05-07core: Allow some #[deriving] in libcoreAlex Crichton-0/+6
2014-05-07core: Implement necessary traits for ~[T]/~strAlex Crichton-0/+3
2014-05-07core: Inherit possible string functionalityAlex Crichton-0/+1
2014-05-07core: Inherit necessary unicode functionalityAlex Crichton-0/+1
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-0/+1
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-0/+19
2014-05-07core: Inherit what's possible from the num moduleAlex Crichton-0/+2
2014-05-07core: Inherit the cmp moduleAlex Crichton-0/+1
2014-05-07core: Inherit the iter moduleAlex Crichton-0/+1
2014-05-07core: Inherit the option moduleAlex Crichton-0/+1
2014-05-07core: Inherit the bool moduleAlex Crichton-0/+1
2014-05-07core: Inherit the tuple moduleAlex Crichton-0/+1
2014-05-07core: Inherit the clone moduleAlex Crichton-0/+1
2014-05-07core: Inherit the unit moduleAlex Crichton-0/+1