about summary refs log tree commit diff
path: root/src/test/run-pass/expr-block-generic-unique1.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-05Convert unknown_features lint into an errorvarkor-1/+0
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-05fix rpass testsJorge Aparicio-6/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+5
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+2
2013-12-11Make 'self lifetime illegal.Erik Price-1/+1
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+2
2013-09-23test: Fix rustdoc and tests.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-15Clonify some of run-passBen Striegel-2/+2
2013-03-11Remove uses of logBrian Anderson-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-06-20Remove bind. Issue #2189Brian Anderson-2/+1
2012-02-11make bind syntax unnecessary: just use _ for one of the argumentsNiko Matsakis-1/+1
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-1/+1
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-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-1/+1
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-1/+1
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-09-26Enforce copy restrictions on let initializersBrian Anderson-1/+1
2011-09-24Support non-immediates in unique-box type glueBrian Anderson-1/+0
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+22