about summary refs log tree commit diff
path: root/src/libsyntax/test.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-36/+33
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-2/+2
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-36/+33
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-2/+2
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-10/+4
2015-01-09syntax: Add #[allow(unstable)] to --test expansionAlex Crichton-1/+7
2015-01-07use slicing sugarJorge Aparicio-13/+13
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-13/+13
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-31syntax: unbox closures used in let bindingsJorge Aparicio-3/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-13/+13
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-1/+1
2014-12-06Change from message to expectedSteven Fackler-1/+1
2014-12-06Allow message specification for should_failSteven Fackler-4/+30
2014-11-26Rote changes due to the fact that ast paths no longer carry this extraneous b...Niko Matsakis-2/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-7/+9
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-6/+12
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-2/+7
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-2/+1
2014-10-12Continue cfg syntax transitionSteven Fackler-17/+3
2014-10-09rustc: Add `const` globals to the languageAlex Crichton-5/+4
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-10-05Give a more descriptive error when marking non-test items as #[test]P1start-12/+25
2014-10-02syntax: remove unused imports of Gc and GC.Eduard Burtescu-1/+0
2014-09-29rollup merge of #17576 : kmcallister/hide-quotesAlex Crichton-4/+1
2014-09-26Hide the quote_*! macros when the feature gate is offKeegan McAllister-4/+1
2014-09-24Fix rebase falloutSteven Fackler-1/+1
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-0/+6
2014-09-17move most of front to libsyntaxNick Cameron-0/+573