summary refs log tree commit diff
path: root/src/test/run-pass/bare-fn-implements-fn-mut.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-2/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-28Update test files; mostly the problem is that they were using theNiko Matsakis-2/+2
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+3
2014-07-24librustc: Make bare functions implement the `FnMut` trait.Patrick Walton-0/+37