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
/
compile-fail
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
Disallow implicitly binding methods in typechecker. Closes #2189.
Michael Sullivan
-1
/
+4
2012-07-10
Pretty print vectors as ~[] instead of []/~. Closes #2863.
Michael Sullivan
-2
/
+2
2012-07-09
Add test case for issue 2766, which resolve 3 fixes
Tim Chevalier
-0
/
+21
2012-07-09
test: Remove failing parts of the failing test (requires intertwining of reso...
Patrick Walton
-4
/
+0
2012-07-09
change borrowck error msg: 'declared in outer block' -> 'captured in a closur...
Ben Blum
-8
/
+8
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-188
/
+24
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-24
/
+188
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-188
/
+24
2012-07-05
Clean up error message punctuation/capitalization
Lindsey Kuper
-26
/
+26
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-10
/
+10
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-0
/
+13
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-13
/
+0
2012-07-03
Change crust -> extern.
Graydon Hoare
-3
/
+3
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-20
/
+20
2012-07-02
Update compile-fail/missing-do for new error-comment syntax
Brian Anderson
-3
/
+3
2012-07-02
Added testcase for the missing do compile note
Armin Ronacher
-0
/
+9
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-592
/
+592
2012-07-01
syntax: Support dropping argument list from for/do
Brian Anderson
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-54
/
+56
2012-06-30
syntax: Add support for new lambda syntax
Brian Anderson
-1
/
+6
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-39
/
+39
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-591
/
+591
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-135
/
+135
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-5
/
+5
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
-128
/
+128
2012-06-25
Merge
Tim Chevalier
-15
/
+15
2012-06-24
Remove resources
Tim Chevalier
-4
/
+4
2012-06-22
Remove 'implements' keyword in favour of :, part of #2301.
Graydon Hoare
-4
/
+4
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
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
-8
/
+30
2012-06-21
Add test cases
Tim Chevalier
-0
/
+11
2012-06-21
Make liveness print out a proper error message for moves out of a self field
Tim Chevalier
-0
/
+13
2012-06-21
Add test for issue 2467
Tim Chevalier
-0
/
+6
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
xfailing vec-add.
Eric Holk
-0
/
+6
2012-06-21
Updating errors in vec-add.rs
Eric Holk
-19
/
+29
2012-06-21
Test for issue 1896 (which appears to be fixed)
Tim Chevalier
-0
/
+8
2012-06-21
unxfail test for #2657
Niko Matsakis
-6
/
+1
2012-06-21
Issue #2657: track mutability of bindings, also prevent move from bindings
Niko Matsakis
-0
/
+13
2012-06-21
handle moves in let initializers and allow moves from unsafe ptrs
Niko Matsakis
-0
/
+30
2012-06-20
Change error to debug
Tim Chevalier
-2
/
+1
2012-06-20
doc: add information about suffix inference to tutorial and manual.
Lindsey Kuper
-0
/
+22
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-40
/
+2
2012-06-20
Fix a test I messed up.
Michael Sullivan
-1
/
+2
2012-06-20
Call the correct type formatting function for more typecheck diagnostics. Clo...
Michael Sullivan
-0
/
+4
[next]