about summary refs log tree commit diff
path: root/src/test/run-pass/foreign-mod-unused-const.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-20/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-8/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-05'ignore-fast' directives do nothingBrian Anderson-1/+0
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+5
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-1/+0
2013-08-17Fix warnings it testsErick Tryzelaar-1/+3
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-3/+5
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-2/+1
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-08-30test: Add a test for unused constants in foreign modulesPatrick Walton-0/+8