summary refs log tree commit diff
path: root/src/test/run-pass/closure-bounds-can-capture-chan.rs
AgeCommit message (Expand)AuthorLines
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-2/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+3
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+4
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-1/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-1/+1
2013-06-23Add basic test cases for closure bounds. (#3569)Ben Blum-0/+23