summary refs log tree commit diff
path: root/src/test/run-pass/unboxed-closures-extern-fn.rs
AgeCommit message (Expand)AuthorLines
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-4/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-01-05replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`Jorge Aparicio-3/+3
2014-12-04Implement the `Fn` trait for bare fn pointers in the compiler rather than doi...Niko Matsakis-1/+1
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-1/+1
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-1/+1
2014-11-05Add blanket impls to allow the various `Fn` traits to be interconverted.Niko Matsakis-0/+40