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
/
unsized3.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-29
Check explicitly that tuple initializer is Sized.
Masaki Hara
-0
/
+1
2016-10-24
adapt existing tests
Tim Neumann
-14
/
+3
2016-04-05
improve the printing of substs and trait-refs
Ariel Ben-Yehuda
-6
/
+6
2016-04-05
suggest adding a where-clause when that can help
Ariel Ben-Yehuda
-6
/
+6
2016-03-30
Fix fallout in tests
Jeffrey Seyfried
-6
/
+6
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-1
/
+4
2015-01-31
Kill more `isize`s
Tobias Bucher
-2
/
+2
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-6
/
+6
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-6
/
+6
2015-01-05
More test fixes!
Alex Crichton
-1
/
+1
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-10
/
+10
2015-01-06
Fallout
Nick Cameron
-9
/
+9
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-02
Correct various compile-fail tests. Most of the changes are because we
Niko Matsakis
-0
/
+3
2014-09-15
Update error messages in compile-fail tests
Niko Matsakis
-32
/
+13
2014-09-09
Check traits for built-in bounds in impls
Nick Cameron
-5
/
+3
2014-09-08
Forbid unsized rvalues
Nick Cameron
-2
/
+4
2014-09-05
Check concrete type in impls with no trait
Nick Cameron
-0
/
+2
2014-09-03
Enable a test for correct treatment of Sized?
Nick Cameron
-2
/
+3
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-14
/
+14
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-2
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-04-23
Check for unsized types in enums.
Nick Cameron
-0
/
+29
2014-04-23
Support unsized types with the `type` keyword
Nick Cameron
-0
/
+51