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-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-37
/
+37
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-1
/
+1
2012-11-27
librustc: Implement @mut [T] as the new replacement for @[mut T]
Patrick Walton
-0
/
+7
2012-11-26
Remove the crate language
Brian Anderson
-1
/
+1
2012-11-24
Implement LUB algorithm and add new unit-testing infrastructure for infer.
Niko Matsakis
-15
/
+5
2012-11-21
Introduce a T_err type for type errors
Tim Chevalier
-7
/
+8
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-5
/
+4
2012-11-18
Report errors better when failing to open files for sub-parsers
Brian Anderson
-0
/
+11
2012-11-18
Parse file mods from .rs files
Brian Anderson
-0
/
+10
2012-11-15
Update test and un-xfail it
Tim Chevalier
-3
/
+3
2012-11-15
Update error message and un-xfail test
Tim Chevalier
-4
/
+3
2012-11-15
Un-xfail working tests
Tim Chevalier
-1
/
+0
2012-11-15
Update error message and un-xfail test
Tim Chevalier
-4
/
+2
2012-11-15
Add comments explaining why these tests are xfailed
Tim Chevalier
-8
/
+6
2012-11-15
Un-xfail working test
Tim Chevalier
-7
/
+0
2012-11-15
Check for duplicate supertraits and forbid them
Tim Chevalier
-0
/
+23
2012-11-15
Make staticness mismatch a fatal error
Tim Chevalier
-1
/
+16
2012-11-15
Update error message and un-xfail test
Tim Chevalier
-3
/
+1
2012-11-15
Un-xfail working tests
Tim Chevalier
-7
/
+0
2012-11-15
Remove test that tested behavior of unchecked blocks
Tim Chevalier
-34
/
+0
2012-11-15
Update error messages and un-xfail
Tim Chevalier
-25
/
+8
2012-11-15
Add another test for #3177
Tim Chevalier
-0
/
+11
2012-11-15
Remove typestate test
Tim Chevalier
-16
/
+0
2012-11-15
librustc: Implement (and require) explicit self for derivable traits. r=nmats...
Patrick Walton
-3
/
+3
2012-11-14
Convert the test suite to use the Drop trait
Ben Striegel
-58
/
+180
2012-11-14
Move two fn assignability tests from compile-fail to run-pass
Brian Anderson
-27
/
+0
2012-11-14
Remove obsolete const pattern test
Brian Anderson
-15
/
+0
2012-11-14
librustc: Require the #[derivable] attribute, remove the significance of "imp...
Patrick Walton
-0
/
+18
2012-11-13
Tools should not be build prereqs of tests. Closes #3946
Brian Anderson
-0
/
+1
2012-11-13
cleanup: convert some remaining #foo invocations to foo! form.
Graydon Hoare
-2
/
+2
2012-11-12
rustc: Implement floating point literal inference. r=nmatsakis
Patrick Walton
-0
/
+5
2012-11-09
Add a test for multiple main functions
Brian Anderson
-0
/
+7
2012-11-07
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
Patrick Walton
-2
/
+13
2012-11-07
rustc: Implement the Drop trait. r=brson
Patrick Walton
-0
/
+52
2012-11-06
Cleanup how we handle proto in types, remove unsound subtyping
Niko Matsakis
-42
/
+93
2012-11-05
rustc: Implement parsing and typechecking for "once fn"
Patrick Walton
-0
/
+7
2012-11-02
test: Fix error messages in compile-fail tests. rs=rustbot
Patrick Walton
-12
/
+7
2012-11-02
rustc: Implement ~Trait. r=nmatsakis
Patrick Walton
-0
/
+21
2012-11-02
rustc: Implement typechecking, exhaustiveness checking, and borrow checking f...
Patrick Walton
-0
/
+11
2012-11-01
Tests for #1896
Tim Chevalier
-0
/
+8
2012-10-31
Fix checking of duplicate and missing struct field initializers. Closes #3486...
Brian Anderson
-0
/
+30
2012-10-30
Remove xfail-pretty from tests that pretty-print correctly now
Tim Chevalier
-2
/
+0
2012-10-30
Preserve parenthesization in the AST
Tim Chevalier
-0
/
+3
2012-10-29
rustc: Implement typechecking for automatically-derived enums
Patrick Walton
-0
/
+24
2012-10-27
Make class-cast-to-trait compile (not sure why this worked before)
Tim Chevalier
-5
/
+5
2012-10-26
Partial fix for #2687---impl method must only be subtype of trait method, not...
Niko Matsakis
-0
/
+46
2012-10-25
rustc: Translate and check exhaustiveness of struct-like enum variant pattern...
Patrick Walton
-0
/
+14
2012-10-24
Implement proper subtyping for region fn types (part of #2263)
Niko Matsakis
-20
/
+43
2012-10-24
Added compile-fail tests
Viktor Dahl
-0
/
+25
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-16
/
+30
[prev]
[next]