about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-10-21rustc: add new intrinsics - atomic_cxchg{_acq,_rel}Luqman Aden-6/+73
2012-10-20std: Shuffle around test ports some moreBrian Anderson-1/+1
2012-10-20Long linesBrian Anderson-1/+2
2012-10-20Remove obsolete fixed-length string testBrian Anderson-13/+7
2012-10-20Remove remaining uses of old fixed-length vec syntaxBrian Anderson-1/+1
2012-10-20Parse and report obsolete fixed-length vector syntaxBrian Anderson-3/+88
2012-10-20...missed a merge marker on that last rebaseBen Striegel-1/+0
2012-10-20No longer parse old fixed-length vec sytnaxBen Striegel-38/+1
2012-10-20Fix a pprint test for fixed-length vecsBen Striegel-2/+2
2012-10-20Remove old fixed-length vector syntaxBen Striegel-151/+135
2012-10-20libsyntax: adapt the pretty printer for the new fixed size array syntaxPhilipp Brüschweiler-2/+14
2012-10-20Add new uv functions to rustrt.def.inBrian Anderson-0/+4
2012-10-20std: Use unique ports in tcp testsBrian Anderson-2/+2
2012-10-20std: rename getpeername to get_peer_addrLuqman Aden-9/+12
2012-10-20std: Add test for getpeernameBrian Anderson-0/+55
2012-10-20uv: use just getpeername for both ipv4 and ipv6.Luqman Aden-12/+22
2012-10-20uv: implement a way to get client's ip/port.Luqman Aden-2/+81
2012-10-20Fix run-pass/issue-2895 for 32-bit archsBrian Anderson-0/+7
2012-10-19core: add 3rd proposed interface (trap/in) to conditions.Graydon Hoare-0/+69
2012-10-19Renaming trait name UniqueStr to TrimmableMahmut Bulut-3/+3
2012-10-19Fix Windows breakageTim Chevalier-1/+1
2012-10-19Remove superfluous by-ref in option::get, option::get_default, option::expectTim Chevalier-35/+35
2012-10-18core: add potential "simpler interface" to core::condition, also reduce TLS h...Graydon Hoare-18/+69
2012-10-18core: Add type params to condition handling so interface is safe.Graydon Hoare-24/+25
2012-10-18core: add previous-handler save and restore for proper nesting.Graydon Hoare-16/+78
2012-10-18rustc: Implement intra-crate static methods on anonymous trait implementation...Patrick Walton-61/+276
2012-10-18Revert "Simplify str::to_managed"Erick Tryzelaar-2/+3
2012-10-18Merge pull request #3803 from tychosci/readcloseTim Chevalier-18/+24
2012-10-18Remove dead type definitionTim Chevalier-5/+1
2012-10-18test: Fix failing tests. r=rustbotPatrick Walton-8/+8
2012-10-18Rename str::to_unique to str::to_owned.Erick Tryzelaar-6/+6
2012-10-18Simplify str::to_managedErick Tryzelaar-3/+2
2012-10-18libcore: minor code cleanup.Erick Tryzelaar-25/+16
2012-10-18libcore: call [u8] values bytes, not bufsErick Tryzelaar-48/+52
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-18rustc: optimize away some mallocs when building GEP argsErick Tryzelaar-2/+1
2012-10-18rustdoc: Make markdown_writer::pandoc_writer UTF-8 safeTycho Sci-6/+8
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-27/+65
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-68/+546
2012-10-17Fix whitespaceTim Chevalier-3/+3
2012-10-17std::treemap - changing types to reflect constraints, adding equality check (...Daniel Patterson-10/+46
2012-10-17Fix long linesTim Chevalier-10/+10
2012-10-17Add a module to getopts to support verbose option definitionKevin Cantu-68/+546
2012-10-17Line lengthTim Chevalier-1/+2
2012-10-17word => word_spaceTim Chevalier-1/+1