about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-5/+6
2011-11-17rt: More work on morestackPatrick Walton-29/+142
2011-11-17rustc: Add a flag '--warn-unused-imports'Haitao Li-4/+13
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-9/+3
2011-11-16Revert "rt: More work on morestack"Brian Anderson-142/+29
2011-11-16Revert "rt: Make stack growth code build on Linux"Brian Anderson-6/+5
2011-11-16rustc: Fix help text for --sysrootBrian Anderson-1/+1
2011-11-16rt: Make stack growth code build on LinuxBrian Anderson-5/+6
2011-11-16rt: More work on morestackPatrick Walton-29/+142
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-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-4/+10
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-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-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-16change u32 to uint. maybe we want an intptr_t built-in type.Niko Matsakis-1/+1
2011-11-16add shim upcall funcNiko Matsakis-0/+16
2011-11-16wrap long lineNiko Matsakis-1/+2
2011-11-16finish up the shim approachNiko Matsakis-9/+17
2011-11-16add back call to zero_and_revokeNiko Matsakis-0/+1
2011-11-16correct alignmentNiko Matsakis-3/+4
2011-11-16begin efforts to use shim functions for c-stack callsNiko Matsakis-77/+166
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-54/+53
2011-11-16Register snapshotsBrian Anderson-0/+5
2011-11-16rustc: Accept 'const' as synonym for 'mutable?'Brian Anderson-7/+10
2011-11-16Fix S_IRUSR/S_IWUSR constants on mac. Closes #726Brian Anderson-15/+2