summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-10-18libcore: minor code cleanup.Erick Tryzelaar-4/+4
2012-10-18libcore: call [u8] values bytes, not bufsErick Tryzelaar-46/+50
2012-10-18Rewrite io::ByteBuf into a structErick Tryzelaar-13/+15
2012-10-18Make with_bytes_reader/with_bytes_writer pureErick Tryzelaar-8/+12
2012-10-18libcore: Make run::program_output UTF-8 safeTycho Sci-12/+16
2012-10-17core: first working sketch of a condition system.Graydon Hoare-0/+118
2012-10-17libsyntax: refactor the parser to consider foreign items as itemsPhilipp Brüschweiler-1/+1
2012-10-17Fix copy warnings in strTim Chevalier-3/+4
2012-10-17Fix copy warnings in strTim Chevalier-8/+8
2012-10-17Merge pull request #3739 from killerswan/usagemsgTim Chevalier-0/+62
2012-10-17Add a module to getopts to support verbose option definitionKevin Cantu-0/+62
2012-10-17Merge pull request #3706 from erickt/str-with-capacityTim Chevalier-0/+5
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-8/+8
2012-10-13Implement to_managed without using an upcall function, as suggested by brson.Gareth Daniel Smith-9/+4
2012-10-13Add an &str.to_managed method to allow creating non-constant @str values (for...Gareth Daniel Smith-0/+20
2012-10-12Make moves explicit in core testsTim Chevalier-146/+178
2012-10-12bump version to 0.5.Graydon Hoare-3/+3
2012-10-11Export VecUnboxedRepr from vec so a test case can use itTim Chevalier-10/+11
2012-10-11Fix from_buf in test casesTim Chevalier-2/+2
2012-10-11Remove comment that is now falseTim Chevalier-22/+36
2012-10-11Update FIXME numberTim Chevalier-4/+4
2012-10-11Update FIXME numberTim Chevalier-1/+1
2012-10-11Exports are fixed, hoorayTim Chevalier-2/+0
2012-10-11Remove invalid FIXMETim Chevalier-1/+0
2012-10-11Write option::chain and result::chain with `match move`Tim Chevalier-10/+6
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-47/+51
2012-10-09core::str - making StrSlice trait functions pureDaniel Patterson-53/+55
2012-10-09libcore: add a str::with_capacity to match the fn in vecErick Tryzelaar-0/+5
2012-10-08libcore: add pop/swap/consume to SendMapErick Tryzelaar-29/+126
2012-10-08libcore: include the trim methods in the StrSlice traitErick Tryzelaar-0/+3
2012-10-08libcore: str trim functions can be applied to &strsErick Tryzelaar-0/+10
2012-10-07libcore Fix the tuple first_ref testErick Tryzelaar-1/+1
2012-10-07libcore: add first_ref and second_ref to tuplesErick Tryzelaar-3/+28
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-64/+0
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-8/+8
2012-10-05Revert "wip"Tim Chevalier-8/+8
2012-10-05wipTim Chevalier-8/+8
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-1/+66
2012-10-05Silence most of the remaining warningsBrian Anderson-2/+2
2012-10-05core: Correct description of cast::forgetBrian Anderson-1/+1
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-26/+26
2012-10-04Fix FIXME that's no longer blocked by #2611Tim Chevalier-4/+3
2012-10-04Kill bootstrapping code in ptrTim Chevalier-6/+0
2012-10-04Forbid deprecated modes again in coreTim Chevalier-23/+48
2012-10-04De-mode comm::ChanTim Chevalier-58/+58
2012-10-04Remove code that was waiting for a snapshotTim Chevalier-196/+3
2012-10-04Remove some residue, core is effectively de-exported now. Close #3583.Graydon Hoare-45/+3
2012-10-04core: Improve option docs a littleBrian Anderson-31/+105
2012-10-04De-export extfmt. Part of #3583.Graydon Hoare-70/+69
2012-10-03core: Make some parts of task privateBrian Anderson-36/+36