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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
Lines
2011-11-16
refactor all unix types
Niko Matsakis
-6
/
+8
2011-11-16
Replace 'mutable?' with 'const'
Brian Anderson
-14
/
+14
2011-11-16
rustc: Accept 'const' as synonym for 'mutable?'
Brian Anderson
-3
/
+3
2011-11-16
Fix S_IRUSR/S_IWUSR constants on mac. Closes #726
Brian Anderson
-6
/
+0
2011-11-16
Add a test that native mods don't need to declare an ABI
Brian Anderson
-0
/
+9
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-29
/
+70
2011-11-16
rustc: Use link_name attribute for native function
Haitao Li
-1
/
+2
2011-11-15
Replaced constant functions with actual constants in std and updated tests
Stefan Plantikow
-25
/
+25
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
-0
/
+5
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
-0
/
+19
2011-11-15
Fix handling of loops and conditionals in alias.rs
Marijn Haverbeke
-0
/
+19
2011-11-14
xfail-fast run-pass/native-dupe.rs
Brian Anderson
-0
/
+3
2011-11-14
stdlib: Run cleanups on data that fails to send
Brian Anderson
-0
/
+10
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
-0
/
+12
2011-11-13
Drop enqueued elements when a port is destructed. Closes #1155
Brian Anderson
-0
/
+18
2011-11-13
Make various binops not typecheck for unsafe pointers. Closes #1173
Brian Anderson
-0
/
+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
Rehabilitate run-pass/task-comm.rs
Brian Anderson
-9
/
+9
2011-11-11
rt: Take the task lock when dropping port refcounts
Brian Anderson
-4
/
+3
2011-11-11
Fix run-fail/spawnfail
Brian Anderson
-4
/
+3
2011-11-11
Give task-perf-word-count default behavior. Closes #1172
Brian Anderson
-18
/
+172
2011-11-10
str: add escape()
Elly Jones
-0
/
+8
2011-11-10
Cleanup unused imports in tests
Haitao Li
-4
/
+0
2011-11-10
rustc: Add support of warning on unused imports
Haitao Li
-0
/
+19
2011-11-10
stdlib: Remove sio and aio. Bitrotted.
Brian Anderson
-107
/
+0
2011-11-10
Add float support to #fmt. Fix #1014.
Josh Matthews
-0
/
+14
2011-11-09
Add "cdecl" as synonym for "c-stack-cdecl"
Brian Anderson
-26
/
+26
2011-11-09
Add "stdcall" as synonym for "c-stack-stdcall"
Brian Anderson
-2
/
+2
2011-11-09
Make native "c-stack-stdcall" ABI work
Brian Anderson
-2
/
+33
2011-11-09
Add test with implemented bits of issue #570.
Joshua Wise
-0
/
+17
2011-11-08
Make task_sleep an intrinsic.
Brian Anderson
-2
/
+2
2011-11-08
rt: Remove task_yield builtin
Brian Anderson
-2
/
+2
2011-11-08
Remove all uses of native cdecl except for those that yield
Brian Anderson
-15
/
+22
2011-11-07
json: betterify for brson
Elly Jones
-6
/
+55
2011-11-07
Remove native "llvm" ABI
Brian Anderson
-10
/
+0
2011-11-07
Add test for if without else cannot return result
Brian Anderson
-0
/
+6
2011-11-07
Add tests for blocks that must not have results
Brian Anderson
-0
/
+29
2011-11-06
[Test] rope.rs: testing concat
David Rajchenbach-Teller
-0
/
+16
2011-11-05
Fixup: forgotten stdtest/rope.rs
David Rajchenbach-Teller
-0
/
+148
2011-11-05
stdlib: Added a small rope library
David Rajchenbach-Teller
-0
/
+1
2011-11-05
uint.rs: added functions div_ceil, div_floor, div_round
David Rajchenbach-Teller
-0
/
+7
2011-11-03
Update some more tests for 1a68a9882
Marijn Haverbeke
-43
/
+1
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-6
/
+8
2011-11-02
Add vec::permute to the standard library (#1013)
Matt Brubeck
-0
/
+21
2011-11-02
Rename car/cdr to head/tail in std::list
Marijn Haverbeke
-10
/
+10
[prev]
[next]