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
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
Lines
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
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
[prev]
[next]