about summary refs log tree commit diff
path: root/src/test/run-pass/issue-511.rs
AgeCommit message (Collapse)AuthorLines
2012-05-10replace mutbl pass with borrowckNiko Matsakis-10/+0
2012-01-31Change option::t to optionTim Chevalier-1/+1
Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming).
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-1/+1
Closes #1067
2011-09-22Remove deprecated mutable type constructor from run-pass/issue-511Brian Anderson-1/+1
This was triggering a warning that was making the pretty-print test fail
2011-09-22Add test for issue #511. Closes #511Brian Anderson-0/+10