about summary refs log tree commit diff
path: root/src/test/run-pass/obj-docs.rs
AgeCommit message (Collapse)AuthorLines
2012-01-13Remove tests for objs, adjust tests that use objsMarijn Haverbeke-57/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-1/+1
Remove implicit copying hack. Closes #1118
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-5/+5
2011-08-20ReformatBrian Anderson-27/+14
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ↵Eric Holk-4/+8
new chan and port system, started on a networking module for the standard library.
2011-08-11Sanity-check the code examples that appear in the object system docs.Lindsey Kuper-0/+66