summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-06-24Test lint pluginsKeegan McAllister-0/+47
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+3
2014-06-21Fix spurious non-exhaustive errors for cross-crate struct variantsJakub Wieczorek-1/+2
2014-06-21auto merge of #15029 : aturon/rust/stability-index, r=brsonbors-0/+78
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+2
2014-06-18Add stability inheritanceAaron Turon-0/+78
2014-06-18Remove obsolete testPiotr Jawniak-13/+0
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-1/+4
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-9/+16
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-2/+2
2014-06-12debuginfo: Generate cross-crate unique type identifiers for debuginfo types.Michael Woerister-0/+26
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09Convert tests to use #[plugin_registrar]Keegan McAllister-28/+22
2014-06-09Use phase(plugin) in testsKeegan McAllister-4/+4
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-8/+4
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-7/+7
2014-05-28auto merge of #14451 : alexcrichton/rust/issue-14442, r=brsonbors-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+3
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-27rustc: Account for typedefs in privacyAlex Crichton-0/+68
2014-05-27rustc: Use rust strings for failure argumentsAlex Crichton-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-22/+22
2014-05-19rustc: Add official support for weak failureAlex Crichton-2/+42
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-15auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichtonbors-1/+2
2014-05-15Added tests checking that changes in type sig are recognized in SVH.Felix S. Klock II-0/+111
2014-05-15A test case for a bug I found in the new SVH while reviewing it.Felix S. Klock II-0/+86
2014-05-15Some basic acceptance tests for better SVH.Felix S. Klock II-0/+405
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-1/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-27/+29
2014-05-13Allow blocks in const expressionsMarvin Löbel-0/+16
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-2/+2
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-08auto merge of #14001 : alexcrichton/rust/issue-11680, r=pcwaltonbors-0/+19
2014-05-07std: Modernize the local_data apiAlex Crichton-2/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-9/+12
2014-05-06auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brsonbors-0/+17
2014-05-06rustc: Fix enum variant privacy across cratesAlex Crichton-0/+19
2014-05-02rustc: Crawl static initializers for reachabilityAlex Crichton-0/+32
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-0/+17
2014-04-30rustc: Fix def ids of xcrate-reexported itemsAlex Crichton-0/+43
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-0/+56
2014-04-27test: Add tests for closed issuesAlex Crichton-0/+14
2014-04-20Allow inheritance between structs.Nick Cameron-0/+27
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-5/+5
2014-04-17auto merge of #13565 : alexcrichton/rust/issue-13560, r=brsonbors-0/+44