about summary refs log tree commit diff
path: root/src/test/run-pass/use.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2015-08-08rustc: rename multiple imports in a listSean McArthur-0/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+2
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-1/+1
2015-03-27Unquote all crate names without underscoresRicho Healey-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-07Feature-gate #![no_std]Keegan McAllister-1/+1
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-3/+2
2014-08-23extern crate foobar as foo;wickerwaka-1/+1
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-2/+2
2014-07-05test: Fix tests for crate_id removalAlex Crichton-2/+0
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-2/+0
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-3/+3
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2014-01-20Register new snapshotsAlex Crichton-1/+1
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+1
2013-12-24Test fixes and rebase problemsAlex Crichton-1/+4
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-2/+2
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-0/+2
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-5/+5
2013-05-22librustc: Rename core injection to std injectionPatrick Walton-1/+1
2013-04-10Bump version to 0.7-preBrian Anderson-1/+1
2013-04-09Bump version to 0.7-preBrian Anderson-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-3/+2
2013-01-08test: Fix botched regex. rs=bustagePatrick Walton-1/+1
2013-01-07test: Regular expression mistake. rs=bustagePatrick Walton-1/+1
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-2/+2
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12bump version to 0.5.Graydon Hoare-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-3/+3
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2