about summary refs log tree commit diff
path: root/src/test/run-pass/import-glob-circular.rs
AgeCommit message (Expand)AuthorLines
2012-06-25test: Remove the import-glob-circular test since the name resolution semantic...Patrick Walton-50/+0
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-44/+33
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-1/+1
2011-06-22Fix bug: globbed imports were importing everything visible from the otherPaul Stansifer-5/+5
2011-05-31Now imports are not re-exported unless 'export' is explicitly used.Paul Stansifer-0/+6
2011-05-27Handle circularity in glob imports in a more elegant fashion.Paul Stansifer-12/+20
2011-05-27Fix bugs: make sure glob imports show up in the right module,Paul Stansifer-0/+47