about summary refs log tree commit diff
path: root/src/test/compile-fail/import-glob-circular.rs
AgeCommit message (Expand)AuthorLines
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-2/+2
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-15/+6
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+3
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-3/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-09rustc: Switch to the new resolution passPatrick Walton-1/+1
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-1/+1
2012-07-06rustc: Switch to the new resolution passPatrick Walton-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-2/+2
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-24/+14
2011-05-31Now imports are not re-exported unless 'export' is explicitly used.Paul Stansifer-0/+6
2011-05-27Fix bugs: make sure glob imports show up in the right module,Paul Stansifer-0/+29