index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2011-11-16
add default for --debug-llvm option
Niko Matsakis
-1
/
+1
2011-11-16
change u32 to uint. maybe we want an intptr_t built-in type.
Niko Matsakis
-1
/
+1
2011-11-16
make it so that tests can be run on different target arch
Niko Matsakis
-67
/
+75
2011-11-16
add shim upcall func
Niko Matsakis
-0
/
+16
2011-11-16
wrap long line
Niko Matsakis
-1
/
+2
2011-11-16
finish up the shim approach
Niko Matsakis
-13
/
+29
2011-11-16
add back call to zero_and_revoke
Niko Matsakis
-0
/
+1
2011-11-16
correct alignment
Niko Matsakis
-3
/
+4
2011-11-16
begin efforts to use shim functions for c-stack calls
Niko Matsakis
-77
/
+166
2011-11-16
tutorial: Close unmatched quote in anchor tag
Brian Anderson
-1
/
+1
2011-11-16
Replace 'mutable?' with 'const'
Brian Anderson
-54
/
+53
2011-11-16
Register snapshots
Brian Anderson
-0
/
+5
2011-11-16
rustc: Accept 'const' as synonym for 'mutable?'
Brian Anderson
-7
/
+10
2011-11-16
Fix S_IRUSR/S_IWUSR constants on mac. Closes #726
Brian Anderson
-15
/
+2
2011-11-16
Update tutorial for native mod changes
Brian Anderson
-9
/
+15
2011-11-16
Add a test that native mods don't need to declare an ABI
Brian Anderson
-0
/
+9
2011-11-16
tutorial: Update with native module syntax change
Haitao Li
-11
/
+20
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-128
/
+168
2011-11-16
Register snapshots
Brian Anderson
-0
/
+5
2011-11-16
Use attributes for native module ABI and link name [temp]
Haitao Li
-1
/
+25
2011-11-16
rustc: Use link_name attribute for native function
Haitao Li
-29
/
+35
2011-11-16
Fix small grammar mistake in tutorial
Marijn Haverbeke
-1
/
+1
2011-11-15
stdlib: Turn function calls into constants. Fix win32 breakage
Brian Anderson
-2
/
+2
2011-11-15
Add Stefan Plantikow to AUTHORS.txt
Brian Anderson
-0
/
+1
2011-11-15
Fixed typo in constant value #1165
Stefan Plantikow
-1
/
+1
2011-11-15
Replaced constant functions with actual constants in std and updated tests
Stefan Plantikow
-141
/
+122
2011-11-15
rustc: Don't sign extend uints during translation
Brian Anderson
-1
/
+1
2011-11-15
Make run-pass/bitwise 64-bit compatible
Brian Anderson
-3
/
+17
2011-11-15
Support conditional compilation based on architecture
Brian Anderson
-1
/
+12
2011-11-15
Make run-pass/native-fn-linkname's main take no args
Brian Anderson
-1
/
+1
2011-11-15
Use native fn's link name attribute if given
Haitao Li
-2
/
+27
2011-11-15
Use libcrypto.so instead of libssl.so in the ffi part of tutorial
Marijn Haverbeke
-12
/
+12
2011-11-15
Fix some indentation and idioms in rope.rs
Marijn Haverbeke
-25
/
+17
2011-11-15
Fix handling of loops and conditionals in alias.rs
Marijn Haverbeke
-62
/
+169
2011-11-14
xfail-fast run-pass/native-dupe.rs
Brian Anderson
-0
/
+3
2011-11-14
Revert "rt: More work on morestack"
Patrick Walton
-144
/
+30
2011-11-14
rt: More work on morestack
Patrick Walton
-30
/
+144
2011-11-14
stdlib: Run cleanups on data that fails to send
Brian Anderson
-3
/
+22
2011-11-14
Un-xfail-win32 two tests that should actually work
Brian Anderson
-2
/
+0
2011-11-15
rustllvm: Add a GetOrInsertFunction wrapper
Haitao Li
-1
/
+23
2011-11-13
build: Fix 'make perf'. Closes #1151
Brian Anderson
-1
/
+1
2011-11-13
rt: Add locking invariants to rust_port
Brian Anderson
-2
/
+3
2011-11-13
rt: Perform task notification before killing the parent task
Brian Anderson
-19
/
+27
2011-11-13
Drop enqueued elements when a port is destructed. Closes #1155
Brian Anderson
-2
/
+39
2011-11-13
Make various binops not typecheck for unsafe pointers. Closes #1173
Brian Anderson
-1
/
+4
2011-11-11
Add test for #783. Closes #783
Brian Anderson
-0
/
+25
2011-11-11
Rehabilitate run-fail/linked-failure4.rs
Brian Anderson
-10
/
+6
2011-11-11
Rehabilitate run-pass/task-killjoin.rs
Brian Anderson
-9
/
+7
2011-11-11
rt: Make rust_port's ref counting non-atomic
Brian Anderson
-1
/
+1
2011-11-11
Rehabilitate run-pass/task-comm.rs
Brian Anderson
-9
/
+9
[prev]
[next]