about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2015-01-02rollup merge of #20385: nick29581/x-objectAlex Crichton-0/+17
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+5
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-2/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02Fix fallout in tests.Niko Matsakis-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+5
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2015-01-02New coherence tests covering patterns we want to work (and not work).Niko Matsakis-0/+25
2015-01-01std: Second pass stabilization of syncAlex Crichton-2/+2
2015-01-01Add tests for assoc type issues that have been fixedJorge Aparicio-0/+15
2015-01-01Fix a bug with cross-crate trait implsNick Cameron-0/+17
2014-12-30Address nits.Niko Matsakis-0/+3
2014-12-30Add a test case using associated types cross crate. Fixes #18048.Niko Matsakis-0/+24
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+5
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-12-18auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichtonbors-13/+10
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-13/+10
2014-12-17Add tests for E-needstest issuesJakub Bukaj-0/+61
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-5/+5
2014-12-14Add a bunch of new tests per Alex's suggestion.Niko Matsakis-0/+19
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-13Fix run-pass testsJorge Aparicio-5/+5
2014-12-12auto merge of #19568 : barosl/rust/enum-struct-variants-ice, r=alexcrichtonbors-0/+13
2014-12-12Fix ICE when a struct variant enum is imported from an external crateBarosl Lee-0/+13
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+26
2014-11-25Fix xcrate enum namespacingSteven Fackler-1/+15
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-2/+3
2014-11-20removed struct_variant feature from testsSimon Wollwage-7/+1
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-11-13auto merge of #18887 : aturon/rust/controlled-inherit, r=alexcrichtonbors-2/+10
2014-11-12time: Deprecate the library in the distributionAlex Crichton-0/+11
2014-11-11Update tests for new stability inheritance rulesAaron Turon-2/+10
2014-11-09First stage of struct variant field visibility changesSteven Fackler-7/+5
2014-11-08auto merge of #18634 : alexcrichton/rust/cfg-attr-crate-level, r=sfacklerbors-0/+27
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-0/+27
2014-11-06Add regression test for #18711Brian Koropoff-0/+16
2014-11-06rollup merge of #18679 : brson/lint-traitAlex Crichton-0/+3
2014-11-05rustc: Add some more checks to the stability lintBrian Anderson-0/+3
2014-11-05auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581bors-0/+26
2014-11-05auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwaltonbors-4/+0
2014-11-03rustc: Default to static linking dylibsAlex Crichton-4/+0
2014-11-03rollup merge of #18523 : bkoropoff/issue-18501Alex Crichton-0/+27
2014-11-03rollup merge of #18518 : bkoropoff/issue-18514Alex Crichton-0/+27
2014-11-03rollup merge of #18470 : alexcrichton/dash-lAlex Crichton-0/+26
2014-11-02Add regression test for #16790, #18378 and #18543Brian Koropoff-0/+26
2014-11-01Add regression test for #18501Brian Koropoff-0/+27
2014-11-01Add regression test for issue #18514Brian Koropoff-0/+27
2014-10-31First stage of enum namespacing changesSteven Fackler-1/+67