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
2012-06-05
Fix test case so the class in it is non-empty
Tim Chevalier
-2
/
+4
2012-06-05
Forbid classes with no fields
Tim Chevalier
-0
/
+9
2012-06-05
Port remaining run-fail tests to use classes instead of resources
Tim Chevalier
-25
/
+47
2012-06-05
test: Remove swappable-test
Brian Anderson
-13
/
+0
2012-06-05
rustc: Put uniques into addrspace 1
Brian Anderson
-4
/
+12
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-47
/
+14
2012-06-04
Add a test case for previous commit
Patrick Walton
-0
/
+17
2012-06-04
core: Make uint::to_str faster
Brian Anderson
-0
/
+16
2012-06-04
better support for classes with polymorphic methods
Niko Matsakis
-11
/
+4
2012-06-03
prohibit type parameters in native fns and other minor fixes
Niko Matsakis
-2
/
+2
2012-06-03
Merge pull request #2492 from tedhorst/mandelbrot_args
Brian Anderson
-7
/
+8
2012-06-03
test: Add a test that logs are truncated with ellipses
Brian Anderson
-0
/
+64
2012-06-03
fix args to shootout-mandelbrot benchmark
Ted Horst
-7
/
+8
2012-06-02
bench: Add an unwinding benchmark
Brian Anderson
-0
/
+85
2012-06-02
Add more #fmt float tests
Brian Anderson
-0
/
+9
2012-06-02
(float) fix some rounding errors when showing as str
Kevin Cantu
-2
/
+2
2012-06-02
Allow rcvrs to be borrowed; check rcvrs in borrowck properly
Niko Matsakis
-6
/
+151
2012-06-02
improve borrowck to handle some frankly rather tricky cases
Niko Matsakis
-0
/
+131
2012-06-01
test: xfail-win32 run-pass/companionmod. not sure why it's broke
Brian Anderson
-0
/
+1
2012-06-01
Port more resource tests to classes
Tim Chevalier
-22
/
+38
2012-06-01
Tests for copyability and sendability rules for classes
Tim Chevalier
-0
/
+44
2012-06-01
Port another resource test to use classes
Tim Chevalier
-2
/
+3
2012-06-01
Enforce rule that classes with dtors aren't copyable
Tim Chevalier
-1
/
+5
2012-06-01
Remove obsolete test
Tim Chevalier
-6
/
+0
2012-06-01
Update task-killjoin-rsrc to use classes
Tim Chevalier
-19
/
+21
2012-06-01
Port more test cases to use classes instead of resources
Tim Chevalier
-23
/
+47
2012-06-01
Revert "test: xfail-win32 run-pass/cci_borrow.rs"
Brian Anderson
-1
/
+0
2012-06-01
Revert "test: xfail-win32 run-pass/cci_capture_clause.rs"
Brian Anderson
-1
/
+0
2012-06-01
test: xfail-win32 run-pass/cci_capture_clause.rs
Brian Anderson
-0
/
+1
2012-06-01
test: xfail-win32 run-pass/cci_borrow.rs
Brian Anderson
-0
/
+1
2012-06-01
core: Fix handling of 0-padded floats with precision in #fmt
Brian Anderson
-1
/
+5
2012-06-01
test: Move tests with rustc deps into run-pass-fulldeps
Brian Anderson
-0
/
+0
2012-06-01
Clarifying comments in test.
Lindsey Kuper
-2
/
+5
2012-06-01
More tests wrt #2263.
Lindsey Kuper
-0
/
+41
2012-06-01
Clarify comments in test.
Lindsey Kuper
-3
/
+4
2012-05-31
allow mutable vectors and so forth to be used as immutable slices
Niko Matsakis
-0
/
+33
2012-05-31
Allow some resources to be considered const.
Eric Holk
-1
/
+3
2012-05-31
Allow optional comma before `with` in FRU. Closes #2463.
Lindsey Kuper
-0
/
+19
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-4
/
+4
2012-05-31
test: Update test with current error message
Brian Anderson
-3
/
+3
2012-05-30
test: Add an error pattern to small-negative-indexing
Brian Anderson
-1
/
+1
2012-05-30
Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...
Eric Holk
-3
/
+3
2012-05-30
Remove warnings in std::par.
Eric Holk
-1
/
+1
2012-05-30
Avoid some more copies.
Eric Holk
-6
/
+6
2012-05-30
Added a factory version of par::mapi, which avoids the need for share_arc, an...
Eric Holk
-27
/
+29
2012-05-30
Use std::deque now that the bugs are fixed. Also, avoid a few copies.
Eric Holk
-46
/
+7
2012-05-30
Add a test for that last bug. Oops.
Michael Sullivan
-0
/
+6
2012-05-30
Add a test for the just closed issue #2426.
Michael Sullivan
-0
/
+4
2012-05-30
Move par into libstd. Closes #2441.
Eric Holk
-113
/
+1
2012-05-30
Adding xfail-fast, since multi-crate tests don't work on Windows.
Eric Holk
-0
/
+1
[prev]
[next]