about summary refs log tree commit diff
path: root/src/test/run-pass/issue-3609.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-36/+0
2018-08-05Fix test/run-passvarkor-3/+0
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-1/+0
2015-04-14Fallout: move from scoped to spawnAaron Turon-2/+2
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2015-01-05Remove uses of default_type_params feature gate from tests.Huon Wilson-2/+0
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-4/+10
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-2/+2
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-2/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-29Remove do keyword from test/Scott Lawrence-3/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-0/+1
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-7/+5
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-01remove the `float` typeDaniel Micay-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-15Clonify some of run-passBen Striegel-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-17Remove use of capture clause #4965Seth Pink-1/+0
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-03Add test cases (one xfailed, one not)Tim Chevalier-0/+28