aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/export-import.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Rewrite comp/middle/resolve.rsMarijn Haverbeke2011-05-111-1/+2
| | | | | | | | | * Cleans up the algorithm * Move first pass to walk (second still folds) * Support part of a type/value namespace split (crate metadata and module indices still need to be taught about this) * Remove a few blatant inefficiencies (import tables being recreated for every lookup, most importantly)
* Un-XFAIL compile-fail export tests for stage0Brian Anderson2011-05-101-1/+0
|
* Add missing ret statements to check_modBrian Anderson2011-05-041-2/+0
| | | | Un-XFAIL compile-fail export tests
* XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.Graydon Hoare2011-05-041-0/+3
|
* Add a test that imports can't circumvent exportsBrian Anderson2011-05-011-0/+19