summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-09-28De-export bool, tuple, unit, uniq. Part of #3583.Graydon Hoare-6/+2
2012-09-28De-export str. Part of #3583.Graydon Hoare-251/+124
2012-09-28Fix patterns in eitherTim Chevalier-10/+10
2012-09-28Fix patterns in tupleTim Chevalier-16/+10
2012-09-28Finish de-exporting uint modules. Part of #3583.Graydon Hoare-52/+19
2012-09-28Demode extfmtTim Chevalier-42/+47
2012-09-28demode vecNiko Matsakis-270/+351
2012-09-28De-export f32 and f64.Graydon Hoare-45/+3
2012-09-28De-export ops, cmp, num. Part of #3583.Graydon Hoare-22/+17
2012-09-28Finish de-exporting int-template and the int modules.Graydon Hoare-48/+18
2012-09-27core: More option demodingBrian Anderson-24/+15
2012-09-27Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583.Graydon Hoare-12/+3
2012-09-27core: Add failure tests for higher-order vec functionsBrian Anderson-0/+539
2012-09-27Finish de-exporting path, rand, run, sys. Part of #3583.Graydon Hoare-20/+11
2012-09-27More fixing for windows build.Graydon Hoare-3/+3
2012-09-27De-export private and unicode. Part of #3583.Graydon Hoare-36/+33
2012-09-27Finish de-exporting box, char, float. Part of #3583.Graydon Hoare-52/+25
2012-09-27Try to fix win32 breakage on os.Graydon Hoare-9/+8
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