about summary refs log tree commit diff
path: root/src/test/compile-fail/kindck-send-object1.rs
AgeCommit message (Expand)AuthorLines
2016-03-30Fix fallout in testsJeffrey Seyfried-2/+2
2015-04-21test: Fix fallout in testsAlex Crichton-3/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
2015-02-18Update tests for the Send - 'static change.Huon Wilson-4/+4
2015-02-16Address nits by @pnkfelixNiko Matsakis-1/+1
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-5/+0
2014-12-12Switch to using predicates to drive checking. Correct various tests --Niko Matsakis-1/+1
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-09-25Integrate builtin bounds fully into the trait checkerNiko Matsakis-4/+5
2014-09-15Update error messages in compile-fail testsNiko Matsakis-0/+3
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-0/+44