about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-11-16add default for --debug-llvm optionNiko Matsakis-1/+1
2011-11-16change u32 to uint. maybe we want an intptr_t built-in type.Niko Matsakis-1/+1
2011-11-16make it so that tests can be run on different target archNiko Matsakis-67/+75
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-13/+29
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-16tutorial: Close unmatched quote in anchor tagBrian Anderson-1/+1
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
2011-11-16Update tutorial for native mod changesBrian Anderson-9/+15
2011-11-16Add a test that native mods don't need to declare an ABIBrian Anderson-0/+9
2011-11-16tutorial: Update with native module syntax changeHaitao Li-11/+20
2011-11-16Use attributes for native module ABI and link nameHaitao Li-128/+168
2011-11-16Register snapshotsBrian Anderson-0/+5
2011-11-16Use attributes for native module ABI and link name [temp]Haitao Li-1/+25
2011-11-16rustc: Use link_name attribute for native functionHaitao Li-29/+35
2011-11-16Fix small grammar mistake in tutorialMarijn Haverbeke-1/+1
2011-11-15stdlib: Turn function calls into constants. Fix win32 breakageBrian Anderson-2/+2
2011-11-15Add Stefan Plantikow to AUTHORS.txtBrian Anderson-0/+1
2011-11-15Fixed typo in constant value #1165Stefan Plantikow-1/+1
2011-11-15Replaced constant functions with actual constants in std and updated testsStefan Plantikow-141/+122
2011-11-15rustc: Don't sign extend uints during translationBrian Anderson-1/+1
2011-11-15Make run-pass/bitwise 64-bit compatibleBrian Anderson-3/+17
2011-11-15Support conditional compilation based on architectureBrian Anderson-1/+12
2011-11-15Make run-pass/native-fn-linkname's main take no argsBrian Anderson-1/+1
2011-11-15Use native fn's link name attribute if givenHaitao Li-2/+27
2011-11-15Use libcrypto.so instead of libssl.so in the ffi part of tutorialMarijn Haverbeke-12/+12
2011-11-15Fix some indentation and idioms in rope.rsMarijn Haverbeke-25/+17
2011-11-15Fix handling of loops and conditionals in alias.rsMarijn Haverbeke-62/+169
2011-11-14xfail-fast run-pass/native-dupe.rsBrian Anderson-0/+3
2011-11-14Revert "rt: More work on morestack"Patrick Walton-144/+30
2011-11-14rt: More work on morestackPatrick Walton-30/+144
2011-11-14stdlib: Run cleanups on data that fails to sendBrian Anderson-3/+22
2011-11-14Un-xfail-win32 two tests that should actually workBrian Anderson-2/+0
2011-11-15rustllvm: Add a GetOrInsertFunction wrapperHaitao Li-1/+23
2011-11-13build: Fix 'make perf'. Closes #1151Brian Anderson-1/+1
2011-11-13rt: Add locking invariants to rust_portBrian Anderson-2/+3
2011-11-13rt: Perform task notification before killing the parent taskBrian Anderson-19/+27
2011-11-13Drop enqueued elements when a port is destructed. Closes #1155Brian Anderson-2/+39
2011-11-13Make various binops not typecheck for unsafe pointers. Closes #1173Brian Anderson-1/+4
2011-11-11Add test for #783. Closes #783Brian Anderson-0/+25
2011-11-11Rehabilitate run-fail/linked-failure4.rsBrian Anderson-10/+6
2011-11-11Rehabilitate run-pass/task-killjoin.rsBrian Anderson-9/+7
2011-11-11rt: Make rust_port's ref counting non-atomicBrian Anderson-1/+1
2011-11-11Rehabilitate run-pass/task-comm.rsBrian Anderson-9/+9