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-28
Parse ~[...] as [...]/~. Same for @ and &. Closes #2747.
Michael Sullivan
-2
/
+2
2012-06-28
Fix rt-sched-1.rs (broke in 6fc730b)
Ben Blum
-2
/
+4
2012-06-28
Add test case for issue #2734 (xfailed)
Ben Blum
-0
/
+15
2012-06-28
Cleanup failure handling around rust_new_task_in_sched - closes #2668
Ben Blum
-1
/
+2
2012-06-28
Fix alt-pattern-drop's breakage from af2d01e
Ben Blum
-1
/
+3
2012-06-28
Fix sys::refcount and remove dbg::refcount
Ben Blum
-13
/
+8
2012-06-27
make core-std respect RUST_BENCH
Eric Holk
-4
/
+11
2012-06-27
rustc: Fix a missing application of the operator in fold_ty
Brian Anderson
-0
/
+22
2012-06-27
Oops. Actually fix that problem.
Michael Sullivan
-1
/
+1
2012-06-27
Add in missing [] methods to some tests.
Michael Sullivan
-0
/
+2
2012-06-27
vec::append reuses its left hand side when possible. (issue #2719)
Eric Holk
-3
/
+23
2012-06-27
Remove unnecessary bounds checks in vec::push_all (issue #2719)
Eric Holk
-0
/
+33
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-16
/
+16
2012-06-26
perf: improved the core-std benchmark
Eric Holk
-2
/
+28
2012-06-26
More perf tweaks (issue #2719)
Eric Holk
-6
/
+57
2012-06-26
Properly cleanup slice literals. Closes #2705.
Michael Sullivan
-0
/
+15
2012-06-26
Be a little more clever about calculating sizes for class types
Tim Chevalier
-16
/
+255
2012-06-26
Incorporate class fields into recursive-type check
Tim Chevalier
-0
/
+12
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-614
/
+614
2012-06-25
Comment out the *right* part of the test failing due to issue #2724.
Michael Sullivan
-3
/
+3
2012-06-25
Comment out a failing part of a test; this is Issue #2724.
Michael Sullivan
-1
/
+2
2012-06-25
test: Make zip-same-length no longer rely on resolve not handling shadowed mo...
Patrick Walton
-2
/
+1
2012-06-25
rustc: Make 'do' work with effects the same as 'for'
Brian Anderson
-0
/
+10
2012-06-25
Remove test case that doesn't work on its own
Tim Chevalier
-6
/
+0
2012-06-25
Add class fields to the global index
Tim Chevalier
-0
/
+6
2012-06-25
Some perf fixes, although vec::slice is still too slow (Issue #2719)
Eric Holk
-8
/
+7
2012-06-25
test: Remove the import-glob-circular test since the name resolution semantic...
Patrick Walton
-50
/
+0
2012-06-25
test: Swap the order of two imports in import7 to eliminate another cycle
Patrick Walton
-1
/
+1
2012-06-25
test: Swap the order of two imports in import6 to eliminate a cycle
Patrick Walton
-1
/
+1
2012-06-25
Remove redundant 'extension' mods from numeric mods
Brian Anderson
-3
/
+5
2012-06-25
Automatically export methods on core numeric types
Ben Striegel
-0
/
+24
2012-06-25
Merge branch 'incoming' into resource-to-class
Tim Chevalier
-0
/
+36
2012-06-25
Merge
Tim Chevalier
-42
/
+36
2012-06-25
Add test cases for issue 2445
Tim Chevalier
-0
/
+36
2012-06-25
Test case for issue 2718
Tim Chevalier
-0
/
+38
2012-06-25
Remove resources from a few places I missed
Tim Chevalier
-1
/
+1
2012-06-25
Finish compare glue for classes
Tim Chevalier
-4
/
+24
2012-06-25
Improved perf for msgsend (Issue #2719)
Eric Holk
-1
/
+1
2012-06-25
Improved graph500 performance (Issue #2719)
Eric Holk
-1
/
+1
2012-06-24
Make 'do' expressions accept stack closures
Brian Anderson
-0
/
+5
2012-06-24
More test cases for classes with dtors
Tim Chevalier
-0
/
+67
2012-06-24
Remove resources
Tim Chevalier
-10
/
+46
2012-06-22
Remove 'implements' keyword in favour of :, part of #2301.
Graydon Hoare
-15
/
+15
2012-06-22
core: Name is_failure to is_err, is_success to is_ok
Brian Anderson
-1
/
+1
2012-06-22
Minor capitalization/punctuation fixes in error messages
Lindsey Kuper
-4
/
+4
2012-06-22
Nicer quoting in "attempted access of field" message. Issue #2358.
Lindsey Kuper
-4
/
+4
2012-06-22
Adding an issue number to vec-add.rs
Eric Holk
-3
/
+3
2012-06-22
Use must_have_lock instead of private functions. (Issue #2700)
Eric Holk
-13
/
+2
2012-06-22
Hack to make [] and []/~ the same type in preparation for switching to []/~.
Michael Sullivan
-1
/
+1
2012-06-22
Remove resources from remaining test cases
Tim Chevalier
-14
/
+44
[prev]
[next]