about summary refs log tree commit diff
path: root/src/libcore/core.rc
AgeCommit message (Expand)AuthorLines
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
2012-09-25libcore: De-export core::at_vecPatrick Walton-1/+0
2012-09-23core: Un-legacy-export stackwalk, cmathBrian Anderson-2/+0
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+84
2012-09-19core: Decompose task into more submodulesBrian Anderson-0/+2
2012-09-19core: Split local_data into local_data/local_data_privBrian Anderson-0/+1
2012-09-19core: Move TLS to task::local_dataBrian Anderson-1/+3
2012-09-19core: More doc cleanupBrian Anderson-6/+8
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-21/+24
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-4/+4
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-2/+2
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-14Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...Graydon Hoare-0/+2
2012-09-14rustc: Make the box annihilator a language itemPatrick Walton-1/+2
2012-09-14libcore: Implement a box annihilator, not called yetPatrick Walton-0/+1
2012-09-12libcore: Add some visitor-based logging functionalityPatrick Walton-2/+2
2012-09-11Promote 'pub' and 'priv' from restricted to strict keywordsBrian Anderson-2/+2
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-3/+3
2012-09-10Rename the poorly named Managed<T> type to Mut<T>.Niko Matsakis-2/+2
2012-09-09core: warn(non_camel_case_types) -> denyBrian Anderson-2/+1
2012-09-07gc: Add stack walker for new garbage collector.Elliott Slaughter-1/+2