about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-03-08Fix array syntax in comment.Amol Mundayoor-1/+1
2015-03-07Auto merge of #23137 - kmcallister:derive-sugar, r=sfacklerbors-198/+215
2015-03-07Auto merge of #23132 - alexcrichton:remove-deprecated-unicode-escapes, r=huonwbors-22/+2
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-121/+157
2015-03-06Check gated attributes before and after macro expansionKeegan McAllister-37/+38
2015-03-06Consolidate ExpansionConfig feature testsKeegan McAllister-40/+20
2015-03-06syntax: Remove deprecated unicode escapesAlex Crichton-22/+2
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-58/+138
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-1/+1
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-58/+138
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-06Run feature-gating on the final AST passed to the compiler.Huon Wilson-5/+9
2015-03-06Add more debugging to syntax::feature_gate.Huon Wilson-2/+6
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-51/+123
2015-03-05Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichtonManish Goregaokar-8/+8
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-8/+8
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-12/+26
2015-03-05Fix quoting of ?SizedSeo Sanghyeon-1/+2
2015-03-05Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallisterbors-42/+158
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-196/+218
2015-03-04Add quasiquote for matchers and attributesPiotr Czarnecki-42/+158
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-161/+343
2015-03-03Switched to Box::new in many places.Felix S. Klock II-49/+51
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-20/+19
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-12/+26
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-13/+13
2015-03-03Rollup merge of #22960 - huonw:static-assert, r=huonwManish Goregaokar-2/+5
2015-03-03Accommodate simple cases of arith-overflow in `rustc` related crates.Felix S. Klock II-1/+1
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-19/+18
2015-03-03Feature gate `#[static_assert]`.Huon Wilson-2/+5
2015-03-03Add cfg_attr to known attributesManish Goregaokar-0/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-13/+13
2015-03-01Auto merge of #22896 - Ms2ger:InlineAttr, r=huonwbors-13/+12
2015-02-28Auto merge of #21521 - defuz:interval-with-path, r=pnkfelixbors-0/+13
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-1/+0
2015-02-28Rollup merge of #22875 - kmcallister:maceager, r=sfacklerManish Goregaokar-74/+97
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+0
2015-02-28Remove the re-exports for InlineAttr variants.Ms2ger-13/+12
2015-02-28FIX #21475: Expr_::ExprPath with two fieldsdefuz-2/+2
2015-02-28FIX #21475: Interval match patterns won't parse namespace specifiers correctlydefuz-0/+13
2015-02-27obsolete `|&:|` syntaxJorge Aparicio-1/+0
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-27Replace MacExpr / MacPat / MacItems with MacEagerKeegan McAllister-74/+97
2015-02-27Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub-Manish Goregaokar-4/+4
2015-02-27Rollup merge of #22823 - kmcallister:fix-21370, r=huonwManish Goregaokar-4/+4
2015-02-25Whitelist #[should_panic]Steven Fackler-0/+1
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-4/+4
2015-02-25Always error on invalid macro fragment specifiersKeegan McAllister-4/+4