about summary refs log tree commit diff
path: root/src/test/run-pass/sendfn-generic-fn.rs
AgeCommit message (Expand)AuthorLines
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-46/+0
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-01remove the `float` typeDaniel Micay-6/+6
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+9
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-11Remove uses of logBrian Anderson-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-4/+4
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-4/+2
2013-02-22Remove legacy_modes from test casesBrian Anderson-6/+5
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-5/+0
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-6/+6
2012-12-14Rename core::comm to core::oldcommBrian Anderson-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More run-pass test fixesPatrick Walton-2/+2
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-1/+1
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-27Camel case various core constructorsBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-6/+6
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-01-13make "native fn" the type for bare functions, remove fn exprsNiko Matsakis-1/+1
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-3/+3
2012-01-09Remove leftover comm.rs in stdMarijn Haverbeke-3/+2
2012-01-06port over the tests to use the new APINiko Matsakis-1/+1
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-2/+2
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-2/+2
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-2/+2
2011-12-16add test that requires capturing generic descriptorsNiko Matsakis-0/+36