summary refs log tree commit diff
path: root/src/libcore/core.rc
AgeCommit message (Expand)AuthorLines
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-0/+1
2012-12-14Rename core::comm to core::oldcommBrian Anderson-1/+1
2012-12-13Replace some Eq impls with deriving_eqBrian Anderson-0/+2
2012-12-13Rename Send trait to OwnedBrian Anderson-1/+1
2012-12-13Rename Owned trait to DurableBrian Anderson-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-03core: rename box to managed. Close #4079.Graydon Hoare-7/+7
2012-12-03core: rename unit to nil. Close #4080.Graydon Hoare-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-126/+98
2012-11-28Remove uses of #[merge]Brian Anderson-1/+1
2012-11-28core: Remove old template filesBrian Anderson-13/+13
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-77/+127
2012-11-28Register snapshotsBrian Anderson-79/+123
2012-11-27core: Add Clone traitBrian Anderson-0/+1
2012-11-26Remove the crate languageBrian Anderson-0/+2
2012-10-25Rename core::uniq to core::ownedTim Chevalier-1/+1
2012-10-23Move futures to stdBrian Anderson-1/+0
2012-10-17core: first working sketch of a condition system.Graydon Hoare-0/+1
2012-10-12bump version to 0.5.Graydon Hoare-1/+1
2012-10-04Remove some residue, core is effectively de-exported now. Close #3583.Graydon Hoare-45/+3
2012-10-04De-export extfmt. Part of #3583.Graydon Hoare-1/+0
2012-10-03libcore: De-export core.rc and core.rsPatrick Walton-78/+79
2012-10-02De-export the submodules of task. Part of #3583.Graydon Hoare-9/+3
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-1/+0
2012-10-02De-export comm, task. Part of #3583.Graydon Hoare-1/+0
2012-10-01De-export dlist, dvec. Part of #3583.Graydon Hoare-6/+0
2012-10-01De-export iter and result. Part of #3583.Graydon Hoare-2/+0
2012-10-01De-export either. Part of #3583.Graydon Hoare-1/+0
2012-10-01De-export vec. Part of #3583.Graydon Hoare-1/+0
2012-10-01De-export option and option_iter. Part of #3583.Graydon Hoare-3/+0
2012-10-01De-export gc and io. Part of #3583.Graydon Hoare-2/+0
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-0/+1
2012-09-28De-export logging, to_str, to_bytes, from_str, util. Part of #3583.Graydon Hoare-5/+0
2012-09-28core: Demode patternsBrian Anderson-1/+0
2012-09-28De-export ptr, hash. Part of #3583.Graydon Hoare-3/+0
2012-09-28Finish de-exporting send_map, future, pipes. Part of #3583.Graydon Hoare-3/+0
2012-09-28De-export bool, tuple, unit, uniq. Part of #3583.Graydon Hoare-4/+0
2012-09-28De-export str. Part of #3583.Graydon Hoare-1/+0
2012-09-28Fix patterns in tupleTim Chevalier-0/+3
2012-09-28Finish de-exporting uint modules. Part of #3583.Graydon Hoare-21/+2
2012-09-28De-export f32 and f64.Graydon Hoare-2/+0
2012-09-28De-export ops, cmp, num. Part of #3583.Graydon Hoare-3/+0
2012-09-28Finish de-exporting int-template and the int modules.Graydon Hoare-17/+1
2012-09-27Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583.Graydon Hoare-6/+0
2012-09-27Finish de-exporting path, rand, run, sys. Part of #3583.Graydon Hoare-4/+0
2012-09-27De-export private and unicode. Part of #3583.Graydon Hoare-2/+0
2012-09-27Finish de-exporting box, char, float. Part of #3583.Graydon Hoare-3/+0
2012-09-27De-export os and libc. Close #2006.Graydon Hoare-2/+1
2012-09-26libcore: Partially de-export int-template and uint-templatePatrick Walton-0/+10