summary refs log tree commit diff
path: root/src/test/compile-fail/import-glob-0.rs
AgeCommit message (Expand)AuthorLines
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-8/+3
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/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-4/+4
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-19/+11
2011-05-27Fix bugs: make sure glob imports show up in the right module,Paul Stansifer-3/+9
2011-05-27"import module::*;" now works.Paul Stansifer-0/+24