about summary refs log tree commit diff
path: root/src/test/run-pass/cycle-collection4.rs
AgeCommit message (Expand)AuthorLines
2013-09-23test: Fix rustdoc and tests.Patrick Walton-20/+0
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+2
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-20Remove bind. Issue #2189Brian Anderson-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2011-10-21Free vectors during cc sweepBrian Anderson-0/+10