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
Improve and test failure behavior for malformed attributes
Brian Anderson
-0
/
+34
2011-06-15
Fixed a problem where spawn arguments were getting lost again. Also, fixed up...
Eric Holk
-14
/
+23
2011-06-15
Re-enabled join.
Eric Holk
-0
/
+18
2011-06-15
test: Add a compile-fail test for attribute/syntax parsing
Brian Anderson
-0
/
+8
2011-06-15
rustc: Support outer attributes on items that are defined as statements
Brian Anderson
-1
/
+66
2011-06-15
stdlib: Add an either module
Brian Anderson
-0
/
+117
2011-06-15
test: Add missing fn test cases to run-pass/item-attributes.rs
Brian Anderson
-6
/
+13
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-2
/
+2
2011-06-15
Simple anonymous objects get through translation.
Lindsey Kuper
-13
/
+38
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-7
/
+7
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-5885
/
+4487
2011-06-15
test: Add tests for multiple outer attributes on items
Brian Anderson
-11
/
+41
2011-06-15
test: Add test cases for outer attributes on all item types
Brian Anderson
-0
/
+13
2011-06-15
rustc: Parse module attributes
Brian Anderson
-0
/
+8
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
[next]