about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
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
2014-04-16rustc: Don't allocate a cnum to syntax cratesAlex Crichton-0/+44
2014-04-16auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonwbors-15/+1
2014-04-16rustc: Remove private enum variantsAlex Crichton-15/+1
2014-04-16auto merge of #13527 : huonw/rust/macro-expander-trait, r=sfacklerbors-2/+2
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-2/+2
2014-04-15auto merge of #13511 : Meyermagic/rust/enum_typeid, r=alexcrichtonbors-0/+100
2014-04-14Fixes #13507Meyer S. Jacobs-0/+100
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-106/+106
2014-04-10rustc: Disallow importing through use statementsAlex Crichton-0/+24
2014-04-10debuginfo: Don't create debuginfo for statics inlined from other crates.Michael Woerister-0/+27
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-07Fix some windows rpass testsAlex Crichton-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-3/+0
2014-04-06auto merge of #13346 : ben0x539/rust/priv-field-in, r=alexcrichtonbors-0/+17
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-6/+6
2014-04-06name struct in "field `...` is private" errorBenjamin Herr-0/+17
2014-04-04Test fixes from rollupAlex Crichton-1/+1
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-4/+4
2014-04-04Fix fallout from std::libc separationCorey Richardson-6/+6
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-1/+1
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-1/+1
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-2/+2
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-13/+27