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
/
test
Age
Commit message (
Expand
)
Author
Lines
2011-06-15
Implement checking against assignments to immutable obj fields
Marijn Haverbeke
-4
/
+2
2011-06-15
Extend alias analysis to check assignments
Marijn Haverbeke
-9
/
+3
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-11
/
+11
2011-06-14
Add new testcase to show the nature of our exciting block-expr / trailing uno...
Graydon Hoare
-0
/
+51
2011-06-14
Remove some unnecessary xfails
Tim Chevalier
-45
/
+8
2011-06-14
Un-xfail test/run-fail/pred.rs
Tim Chevalier
-6
/
+3
2011-06-14
Un-xfail working test cases
Tim Chevalier
-6
/
+2
2011-06-14
Un-xfail some tests that work
Tim Chevalier
-9
/
+2
2011-06-14
Add xfail-stage0 to some tests (not sure if it matters...)
Tim Chevalier
-0
/
+5
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-0
/
+4
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-21
/
+41
2011-06-13
rustc: Assignment expressions have nil type. Closes #483
Brian Anderson
-0
/
+30
2011-06-10
Un-XFAIL pred-on-wrong-slots
Tim Chevalier
-3
/
+1
2011-06-11
test: Add tests for issue #452
Brian Anderson
-0
/
+35
2011-06-10
Implement meta tag matching in creader. Start using it in rustc.rc. Close #45...
Graydon Hoare
-4
/
+4
2011-06-10
Friendlier error message for break outside a loop
Tim Chevalier
-0
/
+7
2011-06-10
Use RHS type when translating assignments
Tim Chevalier
-0
/
+9
2011-06-10
test: Change bitwise.rs to use ! instead of ~. Should put out burning tinderbox.
Patrick Walton
-1
/
+1
2011-06-10
Merge pull request #447 from paulstansifer/quick_error_message_fix
Patrick Walton
-0
/
+4
2011-06-10
Handle mutable references in alias analysis
Marijn Haverbeke
-0
/
+12
2011-06-10
Fix unsafe uses of mutable references
Marijn Haverbeke
-2
/
+2
2011-06-10
Implement mutable/immutable alias distinction.
Marijn Haverbeke
-0
/
+10
2011-06-09
Improve error message for wrong number of type arguments
Tim Chevalier
-0
/
+13
2011-06-09
A revised, improved alias-checker
Marijn Haverbeke
-4
/
+24
2011-06-09
Add new visitor framework
Marijn Haverbeke
-0
/
+9
2011-06-08
rustc: Fix error pattern in compile-fail/arg-count-mismatch.rs
Patrick Walton
-1
/
+1
2011-06-08
test: Add a test case for issue #362, "ret none".
Patrick Walton
-0
/
+6
2011-06-08
Add optional message to fail.
Josh Matthews
-0
/
+5
2011-06-07
rustc: Print out a real error message on unresolved types. Puts out burning t...
Patrick Walton
-1
/
+1
2011-06-07
rustc: Use a set-based approach to unification; remove ty_bound_param and ty_...
Patrick Walton
-2
/
+1
2011-06-07
Add multiline, whitespace-eating strings.
Josh Matthews
-0
/
+15
2011-06-06
Implement enough support for pointer to get an identity function working.
Rafael Ávila de Espíndola
-1
/
+7
2011-06-06
First take on an alias-safety checker
Marijn Haverbeke
-0
/
+26
2011-06-04
stdlib: Use spans for #fmt errors originating in std
Brian Anderson
-0
/
+15
2011-06-04
rustc: Use spans for #env errors
Brian Anderson
-0
/
+15
2011-06-04
rustc: Use spans on extfmt error messages
Brian Anderson
-0
/
+37
2011-06-03
"macro" -> "syntax extension" for now
Paul Stansifer
-1
/
+1
2011-06-03
Make the macro system more modular.
Paul Stansifer
-0
/
+5
2011-06-03
Accept *foo as a pointer to foo.
Rafael Ávila de Espíndola
-0
/
+6
2011-06-03
Temporarily xfail compile-fail/pattern-tyvar
Marijn Haverbeke
-0
/
+3
2011-06-02
Un-XFAIL break-value
Tim Chevalier
-4
/
+1
2011-06-02
Implement pcwalton's code review suggestions.
Paul Stansifer
-1
/
+1
2011-06-02
Error message, instead of segfault, when recursive types are used.
Paul Stansifer
-0
/
+4
2011-06-02
Re-xfail lib-io test. Seems to only work on Linux
Marijn Haverbeke
-0
/
+3
2011-06-02
Fix and un-xfail vec-append test
Marijn Haverbeke
-4
/
+1
2011-06-02
Un-xfail multi test
Marijn Haverbeke
-4
/
+1
2011-06-02
Un-xfail lib-io test
Marijn Haverbeke
-4
/
+1
2011-06-02
Un-xfail obj-dtor-2
Marijn Haverbeke
-4
/
+0
2011-06-01
Use span_err instead of err. Fixes issue #444.
Lindsey Kuper
-0
/
+14
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-0
/
+36
[prev]
[next]