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
/
compile-fail
/
fn-trait-formatting.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-31
/
+0
2018-06-23
add `dyn` to display of dynamic (trait) type names
Zack M. Davis
-3
/
+3
2017-06-14
suppress trait errors that are implied by other errors
Ariel Ben-Yehuda
-1
/
+0
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-6
/
+3
2016-07-31
Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...
Vadim Petrochenkov
-1
/
+0
2016-05-02
update test cases to reflect new messages
Niko Matsakis
-12
/
+9
2016-04-05
suggest adding a where-clause when that can help
Ariel Ben-Yehuda
-2
/
+2
2016-03-30
Fix fallout in tests
Jeffrey Seyfried
-5
/
+5
2015-03-23
Fallout from changing fn traits to use inheritance rather than bridge
Niko Matsakis
-1
/
+1
2015-03-18
Require braces when a closure has an explicit return type. This is a
Niko Matsakis
-1
/
+1
2015-02-23
Make traits with by-value-self be considered object safe.
Niko Matsakis
-2
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-3
/
+3
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-28
Update test files; mostly the problem is that they were using the
Niko Matsakis
-1
/
+3
2015-01-12
Fix testsuite errors
mdinger
-4
/
+17
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-06
test fallout from isize/usize
Corey Richardson
-8
/
+8
2014-12-17
Use the sugary syntax to print the `Fn` traits in error messages
P1start
-0
/
+24