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
Age
Commit message (
Expand
)
Author
Lines
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
2012-06-22
Nicer quoting in "attempted access of field" message. Issue #2358.
Lindsey Kuper
-6
/
+7
2012-06-22
Don't need a span on "main function not found" error. Issue #2707.
Lindsey Kuper
-3
/
+3
2012-06-22
Adding unshift again.
Eric Holk
-0
/
+16
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
-21
/
+4
2012-06-22
Hack to make [] and []/~ the same type in preparation for switching to []/~.
Michael Sullivan
-3
/
+9
2012-06-22
Remove resources from remaining test cases
Tim Chevalier
-14
/
+44
2012-06-22
Serialize out uniq vecs types
Michael Sullivan
-8
/
+11
2012-06-22
Change resources to classes in libstd and rustc
Tim Chevalier
-52
/
+85
2012-06-22
Make the implicit copyability of []/~ configurable, like [] is, since we will...
Michael Sullivan
-6
/
+2
2012-06-21
[NEEDS SNAPSHOT] Port remainder of resources to classes in libcore
Tim Chevalier
-35
/
+53
2012-06-21
In reachability, traverse all classes that have dtors
Tim Chevalier
-1
/
+5
2012-06-21
Port resources to classes in libcore
Tim Chevalier
-24
/
+45
2012-06-21
Add test cases
Tim Chevalier
-0
/
+19
2012-06-21
Hopefully make issue 2214 test case work on Windows -- sigh
Tim Chevalier
-0
/
+5
2012-06-21
Make liveness print out a proper error message for moves out of a self field
Tim Chevalier
-1
/
+21
2012-06-21
Add test for issue 2467
Tim Chevalier
-0
/
+6
2012-06-21
Fix linker problem in issue 2214 test case
Tim Chevalier
-0
/
+19
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-479
/
+460
2012-06-21
Adding `i` suffixes so cfail tests keep failing after suffix inference
Lindsey Kuper
-1
/
+1
2012-06-21
Add tests to exercise the "pattern has N field(s), but" error patterns.
Lindsey Kuper
-0
/
+32
2012-06-21
Change the level of forcing in structurally_resolved_type().
Lindsey Kuper
-17
/
+10
2012-06-21
Revert "Add test for issue 2214"
Tim Chevalier
-18
/
+0
2012-06-21
xfailing vec-add.
Eric Holk
-0
/
+6
2012-06-21
Fixing illegal moves.
Eric Holk
-8
/
+2
2012-06-21
Adding a benchmark for the new message passing code
Eric Holk
-0
/
+76
2012-06-21
This was unsafe, and will probably leak.
Eric Holk
-8
/
+13
2012-06-21
Remove some warnings and make tests pass.
Eric Holk
-10
/
+0
2012-06-21
Basic functionality for new ports and chans
Eric Holk
-33
/
+149
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-0
/
+2
[prev]
[next]