summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-10-22Merge pull request #3832 from Dretch/concatdocstrsBrian Anderson-26/+16
2012-10-22xfail-fast issue-3656Brian Anderson-0/+1
2012-10-22rustc: Convert two printlns in trans into debug!Brian Anderson-2/+2
2012-10-22Fix and test for issue #3780.Gareth Daniel Smith-26/+16
2012-10-22Long linesBrian Anderson-1/+2
2012-10-22Merge pull request #3826 from jdm/doublefailBrian Anderson-1/+6
2012-10-22Fix breakage (forgot to commit this...Tim Chevalier-1/+1
2012-10-22Incorporate review comments (mostly fixing indentation)Tim Chevalier-28/+26
2012-10-22Preliminary support for labeled break/continue for `loop`sTim Chevalier-98/+232
2012-10-22Simplify the AST representation of ty param boundsTim Chevalier-65/+57
2012-10-21Correct propagation of mutability from components to base in borrowckNiko Matsakis-9/+117
2012-10-21Replace rust_atomic_increment/decrement and rust_compare_and_swap_ptr with in...Luqman Aden-25/+146
2012-10-21rustc: add new intrinsics - atomic_cxchg{_acq,_rel}Luqman Aden-6/+73
2012-10-21Fix ICE stemming from use of unique pointers in unreachable blocks.Josh Matthews-1/+6
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