about summary refs log tree commit diff
path: root/src/test/auxiliary/foreign_lib.rs
AgeCommit message (Expand)AuthorLines
2016-05-06kill the old auxiliary directoryNiko Matsakis-48/+0
2016-04-14trans: always register an item's symbol, even if duplicated.Eduard Burtescu-0/+27
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-08-25rustc: Encode the visibility of foreign itemsAlex Crichton-1/+1
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-2/+0
2013-12-19Rename pkgid to crate_idCorey Richardson-1/+1
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+2
2013-11-29Statically link librustrt to libstdAlex Crichton-0/+1
2013-07-30test: Use a test extern in various foreign fn testsBrian Anderson-1/+1
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-2/+5
2013-02-11rt: remove last_os_error and adjust tests.Luqman Aden-1/+1
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-5/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-25Respect privacy qualifiers on view items, add to import resolutions.Graydon Hoare-0/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-0/+5