summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-09-27De-export os and libc. Close #2006.Graydon Hoare-894/+731
2012-09-27Demode randTim Chevalier-8/+12
2012-09-27Register snapshotsBrian Anderson-15/+0
2012-09-26change vec::view sig to be sound (good catch @bblum)Niko Matsakis-7/+10
2012-09-26Merge pull request #3526 from Dretch/viewmethodBrian Anderson-4/+6
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-33/+15
2012-09-26core: Fix mode warnings in strBrian Anderson-4/+4
2012-09-26libcore: Partially de-export int-template and uint-templatePatrick Walton-70/+82
2012-09-26libcore: Partially de-export char, f32, f64, and floatPatrick Walton-144/+136
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-149/+178
2012-09-26libcore: De-export ptr, send_map, and task::local_dataPatrick Walton-82/+51
2012-09-26libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and...Patrick Walton-162/+123
2012-09-26libcore: De-export logging and pipesPatrick Walton-75/+53
2012-09-26libcore: De-export dvec, rand, run, and sysPatrick Walton-91/+59
2012-09-26Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.Eric Holk-4/+13
2012-09-26libcore: De-export box, cast, and dlistPatrick Walton-54/+44
2012-09-26libcore: De-export boolPatrick Walton-20/+16
2012-09-26Make impl of Add for @[] publicNiko Matsakis-4/+2
2012-09-26libcore: De-mode at_vecPatrick Walton-15/+16
2012-09-26Revert "Revert "libcore: De-mode at_vec""Patrick Walton-16/+20
2012-09-26Demode some of core::ioTim Chevalier-42/+44
2012-09-26Demode tupleTim Chevalier-3/+3
2012-09-25Demode iter-traitTim Chevalier-31/+33
2012-09-25Fix long linesTim Chevalier-3/+3
2012-09-25Demode pipes::set_bufferTim Chevalier-1/+1
2012-09-25Comment out at_vec test that failsTim Chevalier-1/+2
2012-09-25Revert "libcore: De-mode at_vec"Tim Chevalier-20/+16
2012-09-25Demode dvecTim Chevalier-11/+11
2012-09-25libcore: De-mode at_vecPatrick Walton-16/+20
2012-09-25libcore: De-export core::at_vecPatrick Walton-31/+21
2012-09-25Demode core::resultBrian Anderson-59/+67
2012-09-25Check more things with deprecated_modesBrian Anderson-1/+1
2012-09-25Demode Num trait and implsTim Chevalier-49/+49
2012-09-25rustc: Fix calls to the logging function when the must_cast flag is true; sto...Patrick Walton-2/+18
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-7/+22
2012-09-25core: Mark more mods as demodedBrian Anderson-0/+12
2012-09-25Revert "rustc: Stop using shape code for logging" due to ICEsPatrick Walton-18/+2
2012-09-25rustc: Stop using shape code for loggingPatrick Walton-2/+18
2012-09-24libcore: Fix 32 bit Rust task structure offsets for unwindingPatrick Walton-3/+32
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-824/+0
2012-09-23Fix more windows breakageBrian Anderson-2/+2
2012-09-23core: Fix some option-demode fallout on windowsBrian Anderson-1/+1
2012-09-23core: Demode optionBrian Anderson-60/+72
2012-09-23core: Un-legacy-export stackwalk, cmathBrian Anderson-40/+28
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-33/+36
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-158/+140
2012-09-21Revert "core: De-export at_vec and extfmt"Brian Anderson-73/+80
2012-09-21core: De-export at_vec and extfmtBrian Anderson-80/+73
2012-09-21libcore: De-mode strPatrick Walton-81/+98
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-46/+347