about summary refs log tree commit diff
path: root/src/test/compile-fail/export-fully-qualified.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-1/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-07-27Reformat for new syntaxMarijn Haverbeke-8/+4
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-1/+1
This should be a snapshot transition.
2011-05-10Un-XFAIL compile-fail export tests for stage0Brian Anderson-1/+0
2011-05-04Add missing ret statements to check_modBrian Anderson-2/+0
Un-XFAIL compile-fail export tests
2011-05-04More export XFAILs.Graydon Hoare-0/+3
2011-05-01Add a regression test for use of unexported fully-qualified pathsBrian Anderson-0/+21
An unexported foo.baz can't be resolved from inside foo when called as foo.baz instead of just baz. This behavior may want to change eventually.