about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-11-17rt: Remove debug printf in rust_startBrian Anderson-1/+0
2011-11-17remove compile-command from local variable blocksNiko Matsakis-106/+0
2011-11-17Register snapshotsBrian Anderson-0/+5
2011-11-17rt: Make morestack link on x86_64. Still utterly brokenBrian Anderson-4/+10
2011-11-17rt: Make stack growth code build on LinuxBrian Anderson-7/+7
2011-11-17rt: More work on morestackPatrick Walton-30/+144
2011-11-17tutorial: Fix type mismatch in example FFI codeHaitao Li-1/+1
2011-11-17rustc: Add a flag '--warn-unused-imports'Haitao Li-4/+16
2011-11-17rustc: Fix warn on unused import bugHaitao Li-11/+10
2011-11-16remove unused flag (thanks lht)Niko Matsakis-1/+1
2011-11-16Removed --no-typestate flag from rutscStefan Plantikow-16/+3
2011-11-16Revert "rt: More work on morestack"Brian Anderson-144/+30
2011-11-16Revert "rt: Make stack growth code build on Linux"Brian Anderson-7/+7
2011-11-16rustc: Fix help text for --sysrootBrian Anderson-1/+1
2011-11-16rt: Make stack growth code build on LinuxBrian Anderson-7/+7
2011-11-16rt: More work on morestackPatrick Walton-30/+144
2011-11-16rt: Remove an unnecessary check from rust_task::yieldBrian Anderson-3/+1
2011-11-16rt: Remove rust_task::notify_tasks_wating_to_joinBrian Anderson-22/+0
2011-11-16Disconnect ports before draining them. Issue #1155Brian Anderson-2/+55
2011-11-16fix minor merge errorsNiko Matsakis-31/+28
2011-11-16wrap long lineNiko Matsakis-2/+2
2011-11-16correct signed-ness and long lineNiko Matsakis-1/+1
2011-11-16apply calling convention at call site tooNiko Matsakis-1/+1
2011-11-16temp workaround for failure to pass ulonglong successfullyNiko Matsakis-2/+15
2011-11-16fix prereqsNiko Matsakis-18/+18
2011-11-16missed mergesNiko Matsakis-5/+0
2011-11-16remove wrappers from intrinsicsNiko Matsakis-301/+335
2011-11-16fix win32 types, make close() use i32 as return typeNiko Matsakis-53/+54
2011-11-16make stdcall use shimNiko Matsakis-43/+26
2011-11-16Various fixes for x86_64 on linuxBrian Anderson-11/+31
2011-11-16fix natives with user-specified link names, remove unused importsNiko Matsakis-9/+18
2011-11-16fix mismatched types---make check passes on x86_64!Niko Matsakis-17/+18
2011-11-16refactor all unix typesNiko Matsakis-138/+192
2011-11-16fix bug in shape where s_int/s_uint were not customized to platformNiko Matsakis-12/+29
2011-11-16wrap long line;Niko Matsakis-1/+2
2011-11-16temporarily disable these tests b/c they crash rustcNiko Matsakis-4/+4
2011-11-16fix prereqsNiko Matsakis-5/+2
2011-11-16adjust alignment, size of tag variant id and make it easy toNiko Matsakis-15/+17
2011-11-16enable comments in generated asm, llNiko Matsakis-6/+36
2011-11-16correct translation of neg. numbers in 64-bit architecturesNiko Matsakis-17/+11
2011-11-16remove fixed FIXMENiko Matsakis-1/+0
2011-11-16fix alignment for chan_handle structs; rust equiv is translatedNiko Matsakis-3/+3
2011-11-16correct (I think) prereqsNiko Matsakis-1/+1
2011-11-16correct pre-reqsNiko Matsakis-1/+1
2011-11-16temp. disable cycle coll. on x86_64Niko Matsakis-0/+2
2011-11-16enum does not have a size consistent with a tag, so use unsigned long insteadNiko Matsakis-4/+3
2011-11-16make check-stage2-perf target work again, along with rustc, stdNiko Matsakis-14/+19
2011-11-16more consistent naming conventionNiko Matsakis-2/+3
2011-11-16reverse sense of checkNiko Matsakis-2/+2
2011-11-16make CFG_OPTIMIZE_CXX an optionNiko Matsakis-0/+1