about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-10-26Rename TokenTree variants for clarityBrendan Zabarauskas-91/+94
2014-10-26Add Span and separate open/close delims to TTDelimBrendan Zabarauskas-88/+135
2014-10-24Make the Vec data structure layout match raw::Slice.Clark Gaebel-1/+1
2014-10-24Add a lint for not using field pattern shorthandsP1start-29/+44
2014-10-23Add syntax::print::pprint::view_item_to_stringSimon Sapin-0/+4
2014-10-22auto merge of #18141 : phildawes/rust/master, r=brsonbors-3/+49
2014-10-21Change method lookup infrastructure to use the trait methods. InsteadNiko Matsakis-0/+8
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-411/+209
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-411/+209
2014-10-19fix printing signed literal in print_literalAleksandr Koshlo-1/+10
2014-10-18Parser: Fix spans of explicit self arg identsPhil Dawes-3/+49
2014-10-18auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichtonbors-1/+1
2014-10-17auto merge of #16855 : P1start/rust/help-messages, r=brsonbors-11/+31
2014-10-17Add tests for a few fixed issuesJakub Wieczorek-1/+1
2014-10-16libsyntax: Don't accept :? as a format specifier.Luqman Aden-1/+0
2014-10-16libsyntax: Remove all uses of {:?}.Luqman Aden-22/+23
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-13rollup merge of #17927 : alexcrichton/more-constAlex Crichton-1/+3
2014-10-13auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichtonbors-2/+95
2014-10-13auto merge of #17963 : sfackler/rust/cfg-error, r=alexcrichtonbors-99/+22
2014-10-13auto merge of #17757 : gamazeps/rust/issue17709, r=alexcrichtonbors-5/+14
2014-10-12rustc: Warn about dead constantsAlex Crichton-1/+3
2014-10-12Continue cfg syntax transitionSteven Fackler-99/+22
2014-10-11Remove `virtual` structs from the languageJakub Wieczorek-59/+10
2014-10-10Move `while let` behind `while_let` feature gateJohn Gallagher-0/+5
2014-10-10Desugar `while let` into `loop { match { ... } }`John Gallagher-1/+10
2014-10-10Teach libsyntax about `while let`John Gallagher-1/+80
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-62/+82
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09syntax: Tweak the return value of bytes!()Alex Crichton-14/+9
2014-10-09syntax: Convert statics to constantsAlex Crichton-23/+23
2014-10-09rustc: Add `const` globals to the languageAlex Crichton-25/+50
2014-10-09Merge tag '0.12.0'Brian Anderson-1/+1
2014-10-08auto merge of #17866 : jgallagher/rust/reserve-inheritance-keywords, r=huonwbors-0/+3
2014-10-08auto merge of #17838 : vadimcn/rust/macros, r=alexcrichtonbors-1/+10
2014-10-07Add `abstract`, `final`, and `override` to reserved keywordsJohn Gallagher-0/+3
2014-10-07auto merge of #17787 : bgamari/rust/fix-quote-method, r=huonwbors-7/+9
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Fix the most egregious instances of "local ambiguity: multiple parsing option...Vadim Chugunov-1/+10
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+8
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-06syntax: Parse outer attributes in quote_method!Ben Gamari-7/+9
2014-10-06auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichtonbors-19/+19
2014-10-06Remove the #[allow(non_uppercase_statics)] attr from bitflags!P1start-19/+19
2014-10-05Give a more descriptive error when marking non-test items as #[test]P1start-12/+25
2014-10-04Changed `extern crate foo as bar;` error messageFelix Raimundo-5/+14
2014-10-04Register new snapshotsBjörn Steinbrink-6/+2
2014-10-03rollup merge of #17729 : alexcrichton/issue-17718-startAlex Crichton-3/+21