about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-02-15Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581Manish Goregaokar-0/+18
2015-02-15Rollup merge of #22300 - kmcallister:pub-method-macro, r=sfacklerManish Goregaokar-2/+1
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-1/+1
2015-02-15Rollup merge of #22277 - pnkfelix:reference-update-feature-gate-list, r=steve...Manish Goregaokar-0/+1
2015-02-15Rollup merge of #22274 - pnkfelix:retag-slicing-syntax-as-accepted, r=nikomat...Manish Goregaokar-1/+1
2015-02-15Fix the falloutVadim Petrochenkov-1/+1
2015-02-14Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelixbors-39/+73
2015-02-13Forbid `pub mymacro!();`Keegan McAllister-0/+18
2015-02-13Parse `pub` in the expansion of a method macroKeegan McAllister-2/+1
2015-02-13Added all active features to the list in reference.md.Felix S. Klock II-0/+1
2015-02-13Re-tag `slicing_syntax` as `Accepted`.Felix S. Klock II-1/+1
2015-02-12Made `Self` a keyword.Marvin Löbel-39/+73
2015-02-12Update metadata to reflect that predicates/schemes/trait-defs are now severedNiko Matsakis-0/+8
2015-02-11bitrig integrationDave Huseby-0/+2
2015-02-11rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flagAlex Crichton-0/+10
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-2/+2
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-2/+2
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-17/+5
2015-02-11Generalize all error messages with "experimental in alpha release" toFelix S. Klock II-1/+1
2015-02-11Feature-gate the `#[unsafe_no_drop_flag]` attribute.Felix S. Klock II-0/+10
2015-02-11generalize error text to not focus on any particular release.Felix S. Klock II-1/+1
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-11Add `box_patterns` feature gate.Felix S. Klock II-1/+4
2015-02-10rollup merge of #22116: kmcallister/cfg_attrAlex Crichton-54/+68
2015-02-10rollup merge of #22103: pczarn/fix-ice-22091Alex Crichton-2/+9
2015-02-10rollup merge of #22094: alkor/cleanup-show-stringAlex Crichton-1/+0
2015-02-10rollup merge of #21943: hugwijst/extctxt_ufcsAlex Crichton-0/+56
2015-02-10rollup merge of #21918: ranma42/replace-beAlex Crichton-1/+1
2015-02-10Auto merge of #22026 - kmcallister:plugin, r=sfacklerbors-5/+5
2015-02-10Auto merge of #21961 - nick29581:hrl-syntax, r=nmatsakisbors-15/+52
2015-02-10TestsNick Cameron-4/+10
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-5/+5
2015-02-09Process cfg_attr right before stripping cfgKeegan McAllister-38/+48
2015-02-09syntax::fold: Allow removing attributesKeegan McAllister-16/+20
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-0/+1
2015-02-08syntax: Fix integer underflow in diagnosticPiotr Czarnecki-2/+9
2015-02-09Accept quantification of lifetimes outside the self type in where clauses.Nick Cameron-11/+42
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-1/+0
2015-02-08Auto merge of #22054 - LeoTestard:include-parse-errors, r=alexcrichtonbors-2/+6
2015-02-08Auto merge of #21988 - kmcallister:no-std, r=sfacklerbors-78/+163
2015-02-07Fake up #![no_std] on pretty-printing; keep it out of ASTKeegan McAllister-14/+22
2015-02-07Feature-gate #![no_std]Keegan McAllister-1/+9
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-55/+114
2015-02-07Use path helper macros in derivingKeegan McAllister-28/+38
2015-02-07Auto merge of #21984 - pnkfelix:make-for-loops-a-terminating-scope, r=nikomat...bors-8/+20
2015-02-07Fix handling of parse errors when using `include!()`.Leo Testard-2/+6
2015-02-07Fix libsyntax so we can bootstrap even with move out of array restriction.Felix S. Klock II-2/+2
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-105/+103
2015-02-06librustdoc has been updatedGuillaumeGomez-7/+7
2015-02-07Rollup merge of #22005 - nagisa:obsolete-ctx, r=alexcrichtonManish Goregaokar-3/+3