about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-0/+28
2014-02-19Tweak how preference factors into linkageAlex Crichton-0/+26
2014-02-14extern mod => extern crateAlex Crichton-15/+15
2014-02-14Register new snapshotsAlex Crichton-10/+0
2014-02-13Stop unloading syntax librariesSteven Fackler-0/+35
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-6/+6
2014-02-07Added tests to make tidyDerek Guenther-0/+150
2014-02-06auto merge of #12039 : alexcrichton/rust/no-conditions, r=brsonbors-89/+0
2014-02-06Remove std::conditionAlex Crichton-89/+0
2014-02-07Removed @self and @Trait.Eduard Burtescu-3/+2
2014-02-05auto merge of #12025 : lilac/rust/feature-gate-quote, r=brsonbors-1/+1
2014-02-04auto merge of #12023 : nick29581/rust/err_res, r=alexcrichtonbors-0/+15
2014-02-04auto merge of #12018 : alexcrichton/rust/triage, r=sfacklerbors-0/+15
2014-02-04Adding tests for closed issuesAlex Crichton-0/+15
2014-02-05Check for trait impl conflicts across cratesNick Cameron-0/+15
2014-02-04Replaced with a single "quote" feature gate.James Deng-1/+1
2014-02-04Feature gate all quasi-quoting macros.James Deng-1/+1
2014-02-03Add an AtomicU64 type to std::sync::atomicsAlex Crichton-12/+12
2014-02-01auto merge of #11932 : dmanescu/rust/11741-stability-cross-crate, r=alexcrichtonbors-0/+14
2014-01-31Handle attributes on cross-crate tuple-structs correctlyDavid Manescu-0/+14
2014-01-30Implement default type parameters in generics.Eduard Burtescu-0/+17
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2014-01-27test case for issue #10031.Felix S. Klock II-0/+11
2014-01-26Fix privacy fallout from previous changeAlex Crichton-1/+1
2014-01-26Change private structs to have private fields by defaultAlex Crichton-0/+19
2014-01-25Simplify and rename macro APISteven Fackler-2/+2
2014-01-20Scan the entire crate for exported macrosSteven Fackler-0/+18
2014-01-19auto merge of #11628 : alexcrichton/rust/issue-11593, r=brsonbors-8/+19
2014-01-18Disallow implementation of cross-crate priv traitsAlex Crichton-8/+19
2014-01-17test: Add the ability to force a host targetAlex Crichton-0/+2
2014-01-16Load macros from external modulesSteven Fackler-0/+58
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-2/+2
2014-01-03test: De-`@mut` the test suitePatrick Walton-7/+18
2013-12-31Conservatively export all trait methods and implsAlex Crichton-0/+81
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-95/+0
2013-12-19librustc: Add missing case for the `Pod` bound in `tydecode`.Patrick Walton-0/+10
2013-12-19Rename pkgid to crate_idCorey Richardson-41/+41
2013-12-18auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichtonbors-0/+32
2013-12-18Adding tests for closed issuesAlex Crichton-0/+32
2013-12-16Fallout of rewriting std::commAlex Crichton-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-7/+84
2013-12-08encode trait lifetime params in metadata to allow cross-crate usageDavid Renshaw-0/+13
2013-12-03Fix a bug in exporting trait implementationsAlex Crichton-0/+19
2013-12-03Resume propagation of linking to native dylibsAlex Crichton-1/+1
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-3/+4
2013-11-30Wrap the return value of the type_id intrinsic in an opaque boxCorey Richardson-18/+20
2013-11-29Statically link librustrt to libstdAlex Crichton-3/+4
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1