about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
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
2014-11-01Rebasing and review changesNick Cameron-26/+44
2014-11-01testNick Cameron-0/+87
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-0/+26
2014-10-30auto merge of #18279 : bgamari/rust/check-static-recursion, r=alexcrichtonbors-0/+19
2014-10-29check_static_recursion: Handle foreign itemsBen Gamari-0/+19
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-8/+8
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-2/+2
2014-10-26Use standard capitalisation for TokenTree variantsBrendan Zabarauskas-2/+2