about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2015-03-26Auto merge of #21237 - erickt:derive-assoc-types, r=ericktbors-0/+1
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-1/+1
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-0/+0
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-0/+0
2015-03-24Reject specialized Drop impls.Felix S. Klock II-1/+1
2015-03-24test: silence a warningErick Tryzelaar-0/+1
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-15/+52
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-15/+52
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-2/+2
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+1
2015-03-19Add test case for stable import of invalid span information.Michael Woerister-0/+47
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-25/+0
2015-03-17Rollup merge of #23402 - tamird:needstest-tests, r=jakub-Manish Goregaokar-0/+11
2015-03-16Regression test for #13077Tamir Duberstein-0/+11
2015-03-16Fallout in testing.Nick Cameron-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-25/+0
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+1
2015-03-12Stabilize std::pathAaron Turon-1/+1
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-2/+21
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-10/+1
2015-03-09Auto merge of #23038 - nikomatsakis:issue-22978-defaulted-coherence, r=flaper87bors-0/+19
2015-03-07Auto merge of #23137 - kmcallister:derive-sugar, r=sfacklerbors-0/+74
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-0/+74
2015-03-06Remove the coherence impls pass that was specialized to builtin bounds,Niko Matsakis-0/+2
2015-03-06Add stricter orphan rules for cross-crate impls of default traits.Niko Matsakis-0/+17
2015-03-06Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichtonManish Goregaokar-0/+0
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-1/+61
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-1/+61
2015-03-06file permission: remove executable bit from *.rsLai Jiangshan-0/+0
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-1/+61
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-14/+14
2015-03-05Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallisterbors-0/+69
2015-03-04Add quasiquote for matchers and attributesPiotr Czarnecki-0/+69
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-0/+26
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+6
2015-03-02Add regression tests for #15778Keegan McAllister-0/+43
2015-02-28Rollup merge of #22875 - kmcallister:maceager, r=sfacklerManish Goregaokar-11/+12
2015-02-27Test fixes and rebase conflictsAlex Crichton-4/+2
2015-02-27Replace MacExpr / MacPat / MacItems with MacEagerKeegan McAllister-11/+12
2015-02-26Check stability of struct fields.Huon Wilson-8/+76
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-1/+1
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-54/+104
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-4/+4
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-4/+4
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-54/+104
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-14/+14
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-1/+1
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-2/+2
2015-02-18Update tests for the Send - 'static change.Huon Wilson-1/+1