summary refs log tree commit diff
path: root/src/test/run-pass/unboxed-closures-prelude.rs
AgeCommit message (Expand)AuthorLines
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-6/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2015-01-05replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`Jorge Aparicio-2/+2
2014-12-14Purge the hack that allows `FnOnce` to be used with a by-value self method. ...Niko Matsakis-2/+11
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-1/+1
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-1/+1
2014-08-19libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.Patrick Walton-0/+19