about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
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
2014-04-03Bump version to 0.11-preBrian Anderson-2/+2
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-2/+2
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-13/+13
2014-03-31rustc: Switch tuple structs to have private fieldsAlex Crichton-0/+14
2014-03-31rpass/cfail: Update field privacy where necessaryAlex Crichton-46/+46
2014-03-31Bump version to 0.10Alex Crichton-2/+2
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-3/+3
2014-03-28Rename Pod into CopyFlavio Percoco-3/+3