about summary refs log tree commit diff
path: root/src/test/compile-fail/import-glob-circular.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-27/+0
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-3/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-2/+0
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-09-30cfail: Remove usage of fmt!Alex Crichton-2/+2
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