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-12-02
Make import ignore imports coming after them
Marijn Haverbeke
-3
/
+3
2011-12-01
test: Don't fill queue in run-pass/send-iloop. Closes #1244
Brian Anderson
-0
/
+3
2011-12-01
stdlib: Implement some preliminary libuv bindings
Brian Anderson
-0
/
+45
2011-11-30
adjust and un-xfail
Niko Matsakis
-17
/
+21
2011-11-30
xfail run-pass/bind-native-printf
Brian Anderson
-0
/
+1
2011-11-29
rt: Delete the entire stack chain on task destruction
Brian Anderson
-1
/
+2
2011-11-29
rt: Fix calculation of stack args location in x86_64/morestack.S
Brian Anderson
-0
/
+45
2011-11-29
update io test to use tmp directory, and update configure to create it
Niko Matsakis
-1
/
+1
2011-11-29
extra whitespace
Niko Matsakis
-1
/
+1
2011-11-29
fix bug in shape concerning size of tag variant
Niko Matsakis
-0
/
+31
2011-11-29
Add --stack-growth to the morestack test compile flags
Brian Anderson
-0
/
+3
2011-11-28
Ignore some should_fail tests on win32
Brian Anderson
-0
/
+2
2011-11-28
c_vec: add tests
Joshua Wise
-0
/
+58
2011-11-24
Comment-out some math tests that produce different results on win32
Brian Anderson
-7
/
+9
2011-11-24
std: math: renaming and documentation fixes
Stefan Plantikow
-1
/
+2
2011-11-24
std: factored f32 and f64 out from math
Stefan Plantikow
-2
/
+4
2011-11-24
std: added missing calls to math; covers C95 completely now, includes tests
Stefan Plantikow
-9
/
+225
2011-11-24
std: rewrote math to support most C95 libmath calls on f32, f64 and float
Stefan Plantikow
-6
/
+6
2011-11-24
rustc: Fix a bug in cdir attribute parsing
Brian Anderson
-0
/
+11
2011-11-24
rustc: Add a path attribute for crate directives
Haitao Li
-11
/
+13
2011-11-23
Allow import directives in any block
Marijn Haverbeke
-0
/
+11
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-101
/
+0
2011-11-22
rt: Make __morestack (without unwinding) work on 32-bit linux
Brian Anderson
-0
/
+37
2011-11-22
Add fs::rmdir() and tempfile/gen_str() tests.
Elly Jones
-0
/
+29
2011-11-22
rustc: Allow trailing comma in record fields
Haitao Li
-0
/
+8
2011-11-22
Properly check for copies when constructing a record using with
Marijn Haverbeke
-0
/
+13
2011-11-22
Only warn about unreachable range patterns when appropriate
Marijn Haverbeke
-9
/
+3
2011-11-21
stdlib: added (2,3,4)-valued logic ADTs
Stefan Plantikow
-0
/
+292
2011-11-21
Ignore test_log_functions test for now
Marijn Haverbeke
-0
/
+1
2011-11-21
Added logarithm functions for floats to std::math
Stefan Plantikow
-0
/
+39
2011-11-21
Add a pass that checks that blocks are only used in safe ways
Marijn Haverbeke
-6
/
+3
2011-11-20
Added a little sudoku solver to test/bench for everone's puzzle solving needs
Stefan Plantikow
-0
/
+170
2011-11-18
re-enable tests for #1058 and #1059
Niko Matsakis
-5
/
+2
2011-11-18
add test for issue #1174
Niko Matsakis
-0
/
+16
2011-11-18
Add tests for unsafe::reinterpret_cast
Brian Anderson
-0
/
+14
2011-11-18
stdlib: Add tests for sys::size_of and sys::align_of
Brian Anderson
-0
/
+45
2011-11-18
Add some tests for new kind system
Marijn Haverbeke
-73
/
+30
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-266
/
+116
2011-11-18
Add a pass-by-copy parameter passing convention
Marijn Haverbeke
-0
/
+8
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-0
/
+16
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-11
/
+0
2011-11-17
rustc: Add a flag '--warn-unused-imports'
Haitao Li
-0
/
+1
2011-11-16
Disconnect ports before draining them. Issue #1155
Brian Anderson
-0
/
+27
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
[prev]
[next]