summary refs log tree commit diff
path: root/src/test/run-pass/unboxed-closures-single-word-env.rs
AgeCommit message (Expand)AuthorLines
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-3/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-04remove all kind annotations from closuresJorge Aparicio-3/+3
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-1/+1
2014-09-26librustc: Eliminate the `ref` syntax for unboxed closure capture clausesPatrick Walton-3/+3
2014-09-18librustc: Implement the syntax in the RFC for unboxed closure sugar.Patrick Walton-3/+3
2014-08-14librustc: Tie up loose ends in unboxed closures.Patrick Walton-0/+34