about summary refs log tree commit diff
path: root/src/test/compile-fail/kindck-send-object.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-36/+0
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-2/+2
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-1/+2
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-2/+2
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-2/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-05fix cfail testsJorge Aparicio-5/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-5/+0
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-09-15Update error messages in compile-fail testsNiko Matsakis-4/+5
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+44