about summary refs log tree commit diff
path: root/src/test/auxiliary/extern-crosscrate-source.rs
AgeCommit message (Expand)AuthorLines
2016-05-06kill the old auxiliary directoryNiko Matsakis-41/+0
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-3/+3
2014-07-05test: Fix tests for crate_id removalAlex 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-2/+2
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-4/+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-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-08-21Change type of extern fns from `*u8` to `extern "ABI" fn`Niko Matsakis-1/+2
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+1
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-3/+1
2013-05-22test: Fix tests.Patrick Walton-2/+4
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-3/+5
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-7/+5
2013-01-24librustc: Make C functions unsafePatrick Walton-2/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-0/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-09Fix metadata serialization of foreign functions. Properly take the value of f...Josh Matthews-0/+22