summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-14rustc: rename ast::self_ty and related fields to explicit_selfErick Tryzelaar-184/+184
2013-05-14rustc: rename a method receiver type to rcvr_tyErick Tryzelaar-18/+20
2013-05-14syntax: add IterBytes impls for some ast typesErick Tryzelaar-0/+101
2013-05-14rustc: rename some ty_self variables to self_argErick Tryzelaar-9/+9
2013-05-14rustc: Remove ty::argErick Tryzelaar-302/+181
2013-05-14rustc: minor cleanupErick Tryzelaar-8/+11
2013-05-14rusti: Ignore tests. Failing on i686. #6489Brian Anderson-1/+1
2013-05-14core::rt: Ignore tcp test multiple_connect_interleaved_lazy_scheduleBrian Anderson-1/+1
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-134/+128
2013-05-14rustpkg: Tests for well-formed and ill-formed package IDs...Tim Chevalier-271/+121
2013-05-14auto merge of #6333 : bjz/rust/cond-macro, r=thestingerbors-29/+105
2013-05-15Use parentheses for cond! macro instead of preceding pipesBrendan Zabarauskas-14/+14
2013-05-14rustpkg: Implement URL-like package IDsTim Chevalier-207/+222
2013-05-14Fix resolution testsCorey Richardson-2/+6
2013-05-14Fix ICECorey Richardson-5/+11
2013-05-14Get span from import_directiveCorey Richardson-1/+1
2013-05-14Add span to some import resolution errorsCorey Richardson-11/+13
2013-05-14Add test for resolution errorsCorey Richardson-1/+7
2013-05-14Better error reporting with renaming importsCorey Richardson-1/+6
2013-05-14Merge remote-tracking branch 'brson/io-upstream' into incomingBrian Anderson-660/+1552
2013-05-14auto merge of #6471 : gifnksm/rust/reform-rational, r=brsonbors-84/+126
2013-05-14core::rt: Wait for handles to closeBrian Anderson-24/+60
2013-05-14core::rt: Register stacks with valgrind. #6428Brian Anderson-6/+48
2013-05-14core::rt: DocsBrian Anderson-13/+61
2013-05-14core: Move unstable::exchange_alloc to rt::global_heapBrian Anderson-7/+8
2013-05-14core: Cleanup warningsBrian Anderson-109/+117
2013-05-14rtdebug offBrian Anderson-2/+2
2013-05-14core::rt: 0 is a valid TLS keyBrian Anderson-3/+3
2013-05-14core::rt: Make TCP servers workBrian Anderson-34/+161
2013-05-14core::rt: Add a simple channel type for passing buffered messages between Sch...Brian Anderson-8/+212
2013-05-14core::rt: Add a very simple ref counted pointerBrian Anderson-0/+146
2013-05-14WarningsBrian Anderson-1/+1
2013-05-14TidyBrian Anderson-5/+4
2013-05-14core::rt Wire up logging to newsched tasksBrian Anderson-25/+117
2013-05-14core::rt: Just a small fix to TcpStreamBrian Anderson-3/+30
2013-05-14core::rt: Move all the uv callback definitions to one placeBrian Anderson-42/+23
2013-05-14core::rt: Move the implementation of IdleWatcher to its own fileBrian Anderson-69/+86
2013-05-14core::rt: Only use one mechanism for attaching custom data to uv handlesBrian Anderson-50/+19
2013-05-14core::rt: Reording codeBrian Anderson-114/+115
2013-05-14core::rt: Convert some uv functions to extension methodsBrian Anderson-148/+127
2013-05-14core::rt: Fix some copies in uvBrian Anderson-14/+9
2013-05-14core::rt: Fix the finalizer on UvTcpStream and UvTcpListenerBrian Anderson-52/+16
2013-05-14core::rt: Use unsafe pointers instead of transmuted regionsBrian Anderson-79/+85
2013-05-14auto merge of #6468 : gifnksm/rust/rposition-immutable, r=brsonbors-26/+26
2013-05-15Add Scheme-style `cond!` macro to syntax::ext::expandBrendan Zabarauskas-29/+105
2013-05-14testsuite: Update and un-xfail unsafe-fn-autoderefTim Chevalier-4/+6
2013-05-14auto merge of #6479 : brson/rust/flatpipes, r=brsonbors-0/+2
2013-05-14Ignore two failing flatpipes testsBrian Anderson-0/+2
2013-05-14Add inlining for iter_bytes for types used as hashmap keysBjörn Steinbrink-0/+5
2013-05-14Fix rustpkg tests now that they're in a different locationAlex Crichton-3/+3