about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-11-11rt: Take the task lock when dropping port refcountsBrian Anderson-27/+21
2011-11-11Fix run-fail/spawnfailBrian Anderson-6/+11
2011-11-11Give task-perf-word-count default behavior. Closes #1172Brian Anderson-18/+172
2011-11-11rt: Add locking invariants to rust_taskBrian Anderson-0/+8
2011-11-11rt: Remove drop_port. UnusedBrian Anderson-7/+0
2011-11-11rt: Remove rust_chanBrian Anderson-140/+29
2011-11-12Remove unused "--check-unsafe" flagHaitao Li-2/+1
2011-11-10str: add escape()Elly Jones-2/+40
2011-11-10Cleanup unused imports in testsHaitao Li-7/+0
2011-11-10Cleanup unused importsHaitao Li-204/+104
2011-11-10rustc: Add support of warning on unused importsHaitao Li-9/+54
2011-11-10rt: Remove rust_aio.cpp. Bitrotted.Brian Anderson-336/+0
2011-11-10stdlib: Remove sio and aio. Bitrotted.Brian Anderson-375/+1
2011-11-10rt: Move rust_chan::send to rust_port::sendBrian Anderson-36/+33
2011-11-10rt: Remove rust_token. UnusedBrian Anderson-3/+1
2011-11-10rt: Remove del_chan, take_chan, drop_chan. UnusedBrian Anderson-17/+0
2011-11-10rt: Simplify channel-port associationBrian Anderson-70/+23
2011-11-10rt: Remove new_chan. Not neededBrian Anderson-16/+3
2011-11-10rt: Remove chan_send. Unused.Brian Anderson-6/+0
2011-11-10stdlib: Update the example in std::commBrian Anderson-3/+2
2011-11-10Improve make clean rules for libuvBrian Anderson-3/+1
2011-11-10Add float support to #fmt. Fix #1014.Josh Matthews-4/+72
2011-11-09remove rustc target: it breaks mingw32 and I don't care enoughNiko Matsakis-2/+1
2011-11-09hack around the problem that x86_64 expects first few args in regs.Niko Matsakis-3/+38
2011-11-09use uint64_t when adjusting stack ptrNiko Matsakis-2/+2
2011-11-09add rustc to set of targets to buildNiko Matsakis-1/+2
2011-11-09Rename "c-stack-stdcall" ABI to "stdcall"Brian Anderson-3/+1
2011-11-09Rename "c-stack-cdecl" ABI to "cdecl"Brian Anderson-27/+25
2011-11-09Register snapshotsBrian Anderson-0/+5
2011-11-09Add "cdecl" as synonym for "c-stack-cdecl"Brian Anderson-27/+29
2011-11-09Add "stdcall" as synonym for "c-stack-stdcall"Brian Anderson-3/+5
2011-11-09rustc: Rename native_abi_c_stack_cdecl to native_abi_cdeclBrian Anderson-10/+10
2011-11-09rustc: Rename native_abi_c_stack_stdcall to native_abi_stdcallBrian Anderson-8/+8
2011-11-09Remove native "x86stdcall" ABIBrian Anderson-21/+3
2011-11-09Convert last use of "x86stdcall" ABI to "c-stack-stdcall"Brian Anderson-1/+1
2011-11-09Register snapshotsBrian Anderson-0/+5
2011-11-09Make native "c-stack-stdcall" ABI workBrian Anderson-3/+49
2011-11-09Add test with implemented bits of issue #570.Joshua Wise-0/+17
2011-11-09trans: Add binops (except for logic and comparators) and unops to trans_const...Joshua Wise-2/+78
2011-11-09middle: Add a pass to reject bad const expressions earlier. Currently just r...Joshua Wise-0/+45
2011-11-08correct stack alignmentNiko Matsakis-60/+62
2011-11-08cleanup, removing comments and dead codeNiko Matsakis-31/+10
2011-11-08fix bug in loading argument regsNiko Matsakis-2/+2
2011-11-08correct calling convention for x86_64Niko Matsakis-66/+107
2011-11-08make clean delete all .o files from rt directoryNiko Matsakis-0/+1
2011-11-08fix alignment of xmm register storageNiko Matsakis-17/+20
2011-11-08rewrite so that memory allocations have 0 overhead by defaultNiko Matsakis-25/+59
2011-11-08Correct the arithmetic on 64-bit builds.Niko Matsakis-9/+19
2011-11-08fix handling of target-triples: use a comma to separate hostsNiko Matsakis-0/+2
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-1801/+4335