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
/
run-pass
/
issue-16668.rs
Age
Commit message (
Expand
)
Author
Lines
2017-01-31
Removes FIXMEs related to #22405
Wesley Wiser
-1
/
+0
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-2
/
+0
2016-07-31
Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...
Vadim Petrochenkov
-1
/
+0
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-3
/
+3
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-28
Update test files; mostly the problem is that they were using the
Niko Matsakis
-1
/
+1
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-0
/
+2
2015-01-05
replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`
Jorge Aparicio
-2
/
+2
2014-11-05
Add blanket impls to allow the various `Fn` traits to be interconverted.
Niko Matsakis
-2
/
+2
2014-10-31
Teach variance checker about the lifetime bounds that appear in trait object ...
Niko Matsakis
-1
/
+1
2014-10-27
Test fixes and rebase conflicts from rollup
Alex Crichton
-0
/
+2
2014-10-26
Add test cases for E-needstest issues
Jakub Bukaj
-0
/
+30