about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-159/+106
2015-01-26Auto merge of #21617 - alexcrichton:less-quotes, r=nikomatsakisbors-7/+8
2015-01-26Auto merge of #21614 - kvark:typedef, r=huonwbors-16/+55
2015-01-26falloutOliver Schneider-1/+1
2015-01-26Auto merge of #21605 - huonw:omg-muscle-memory, r=eddybbors-0/+10
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-23/+30
2015-01-26Adjust most comments and messages to not use "unboxed".Eduard Burtescu-1/+1
2015-01-26Remove every mention of "onceness".Eduard Burtescu-16/+0
2015-01-26Remove dead code related to old closures.Eduard Burtescu-94/+11
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-32/+29
2015-01-25Auto merge of #21582 - FlaPer87:rollup, r=brsonbors-0/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1422/+1028
2015-01-24syntax: Don't put quotes around filenames in codemapAlex Crichton-7/+8
2015-01-25Associated types support for deriving::generic::TraitDefDzmitry Malyshau-16/+55
2015-01-25Tell the compiler to tell us that `deriving` is dead.Huon Wilson-0/+10
2015-01-24Auto merge of #21079 - huonw:chained-cmp-tweaks, r=pnkfelixbors-23/+28
2015-01-25Tweak chained comparison errors.Huon Wilson-3/+4
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-20/+24
2015-01-24Auto merge of #21542 - vadimcn:fix-exported-macro-paths, r=alexcrichtonbors-1/+10
2015-01-24Rollup merge of #21504 - blackbeam:has_test_signature_fix, r=alexcrichtonFlavio Percoco Premoli-0/+2
2015-01-23Fix tidy.Vadim Chugunov-1/+1
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-28/+78
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+11
2015-01-23Rephrase error message on invalid fragment specifiers in macros.Alexander Korolkov-6/+10
2015-01-22Suppress space after idents with "ModName" style in serialization of exported...Vadim Chugunov-1/+10
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+9
2015-01-22Make test harness use unstable APIs without allow(unstable)Brian Anderson-15/+79
2015-01-22Fix some grammar inconsistencies for the '..' range notation.Daniel Grunwald-19/+38
2015-01-22libsyntax: fix for `has_test_signature`blackbeam-0/+2
2015-01-21Make diagnostic ordering deterministicAlex Crichton-7/+7
2015-01-21Remove 'since' from unstable attributesBrian Anderson-4/+4
2015-01-21Add a lint for library featuresBrian Anderson-64/+77
2015-01-21Tie stability attributes to feature gatesBrian Anderson-14/+20
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-11/+68
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-775/+333
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-6/+6
2015-01-21Remove unused stability levels from compilerBrian Anderson-6/+0
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-8/+8
2015-01-21rollup merge of #21463: sanxiyn/demutAlex Crichton-17/+17
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-70/+63
2015-01-21rollup merge of #21429: GuillaumeGomez/macro-fixAlex Crichton-53/+54
2015-01-21rollup merge of #21411: P1start/help-tweaksAlex Crichton-1/+1
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-4/+4
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-471/+471
2015-01-21rollup merge of #21289: brson/errorcodesAlex Crichton-0/+25
2015-01-21Fallout from stabilization.Aaron Turon-6/+6
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-418/+202
2015-01-21syntax: merge ast::ViewItem into ast::Item.Eduard Burtescu-353/+130
2015-01-21Remove feature(import_shadowing).Eduard Burtescu-4/+1