summary refs log tree commit diff
path: root/src/test/compile-fail/no-send-res-ports.rs
AgeCommit message (Expand)AuthorLines
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2015-06-27test: fix some indentsTshepang Lekhonkhobe-1/+1
2015-04-28Register new snapshotsTamir Duberstein-4/+1
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-16Don't use NoSend/NoSync in testsFlavio Percoco-1/+0
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-2/+2
2014-12-26Keep track of the whole error chainFlavio Percoco-0/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-10-02tests: remove uses of Gc.Eduard Burtescu-6/+6
2014-09-25Move checks for closure bounds out of kind.rsNiko Matsakis-1/+1
2014-09-15Update error messages in compile-fail testsNiko Matsakis-1/+2
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+1
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-2/+3
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-3/+2
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-1/+1
2013-06-26Change expected error message in kindchk compile-fail tests.Ben Blum-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-0/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-3/+4
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-4/+3
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-3/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-3/+3
2013-01-30Remove oldcomm from the test suiteBrian Anderson-3/+5
2012-12-14Rename core::comm to core::oldcommBrian Anderson-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-14Convert the test suite to use the Drop traitBen Striegel-1/+4