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
Age
Commit message (
Expand
)
Author
Lines
2012-06-26
Revert "Clean up a bunch of box related code."
Michael Sullivan
-27
/
+38
2012-06-26
Fix shape::cmp::walk_res2
Tim Chevalier
-1
/
+1
2012-06-26
Be a little more clever about calculating sizes for class types
Tim Chevalier
-27
/
+272
2012-06-26
Incorporate class fields into recursive-type check
Tim Chevalier
-1
/
+21
2012-06-26
Typos in a comment and an error message
Tim Chevalier
-2
/
+2
2012-06-26
Clean up a bunch of box related code.
Michael Sullivan
-38
/
+27
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-248
/
+261
2012-06-25
Update combine-tests.py for new vec syntax
Brian Anderson
-0
/
+2
2012-06-25
Comments only: fix some comments that got spurious /~s
Michael Sullivan
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-4034
/
+4123
2012-06-25
When we cons up vector asts, generate evecs.
Michael Sullivan
-8
/
+28
2012-06-25
Split deprecated str and vec warnings into two flags, enable old_vecs by defa...
Michael Sullivan
-7
/
+18
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
Make it possible to make built-in tt syntax extensions
Paul Stansifer
-6
/
+53
2012-06-25
parsing for the macro system
Paul Stansifer
-29
/
+370
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
-1
/
+11
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
-6
/
+18
2012-06-25
vec::slice is faster now (Issue #2719)
Eric Holk
-8
/
+4
2012-06-25
Some perf fixes, although vec::slice is still too slow (Issue #2719)
Eric Holk
-14
/
+18
2012-06-25
rt: Fix exports
Brian Anderson
-2
/
+2
2012-06-25
rt: Remove upcall_malloc/upcall_exchange_malloc. Issue #2681
Brian Anderson
-21
/
+0
2012-06-25
rt: Remove lock_free_queue. Unused. Issue #2701
Brian Anderson
-266
/
+0
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
-91
/
+92
2012-06-25
Automatically export methods on core numeric types
Ben Striegel
-55
/
+104
2012-06-25
Merge branch 'incoming' into resource-to-class
Tim Chevalier
-0
/
+36
2012-06-25
Merge
Tim Chevalier
-606
/
+723
2012-06-25
register snapshots
Tim Chevalier
-0
/
+8
2012-06-25
Add test cases for issue 2445
Tim Chevalier
-0
/
+36
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-455
/
+569
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
-23
/
+11
2012-06-25
Finish compare glue for classes
Tim Chevalier
-7
/
+28
2012-06-25
Improved perf for msgsend (Issue #2719)
Eric Holk
-1
/
+1
2012-06-25
Improved graph500 performance (Issue #2719)
Eric Holk
-5
/
+6
2012-06-24
Make 'do' expressions accept stack closures
Brian Anderson
-1
/
+6
2012-06-24
Long lines
Brian Anderson
-1
/
+2
2012-06-24
syntax: Merge parse_for_expr, parse_do_expr
Brian Anderson
-22
/
+6
2012-06-24
More test cases for classes with dtors
Tim Chevalier
-0
/
+67
2012-06-24
Remove resources
Tim Chevalier
-728
/
+145
2012-06-22
Remove 'implements' keyword in favour of :, part of #2301.
Graydon Hoare
-20
/
+21
2012-06-22
core: Name is_failure to is_err, is_success to is_ok
Brian Anderson
-17
/
+17
2012-06-22
core: Export result extensions from the top level
Brian Anderson
-0
/
+1
2012-06-22
core: Split up result extensions by kind bounds
Brian Anderson
-18
/
+24
2012-06-22
Minor capitalization/punctuation fixes in error messages
Lindsey Kuper
-20
/
+21
[next]