about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2015-02-03Correct one case where the inference was detecting a looser result than theNiko Matsakis-1/+1
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-4/+3
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-21/+21
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-7/+7
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-17/+17
2015-02-02Omit integer suffix when unnecessaryAlfie John-29/+29
2015-02-01std: Add a new `env` moduleAlex Crichton-7/+7
2015-01-31Fix rebase issuesAdolfo Ochagavía-9/+15
2015-01-31Replace uses of Decorator and ModifierAdolfo Ochagavía-31/+89
2015-01-31Deprecate SyntaxExtension::ModifierAdolfo Ochagavía-0/+1
2015-01-31Deprecate SyntaxExtension::DecoratorAdolfo Ochagavía-0/+1
2015-01-31Add MultiDecorator variant to SyntaxExtension enumAdolfo Ochagavía-1/+27
2015-01-31Add MultiItemDecoratorAdolfo Ochagavía-0/+23
2015-01-31Deprecate ItemDecorator in favor of MultiItemDecoratorAdolfo Ochagavía-0/+1
2015-01-31Deprecate ItemModifier in favor of MultiItemModifierAdolfo Ochagavía-0/+3
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-75/+61
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-75/+61
2015-01-30custom message for refutable patterns in for loopsJorge Aparicio-2/+2
2015-01-30implement for loop desugaringJorge Aparicio-3/+93
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-14/+20
2015-01-29bring back `#[derive(Show)]` with a deprecation warningJorge Aparicio-0/+8
2015-01-29s/Show/Debug/gJorge Aparicio-4/+4
2015-01-29register snaphotsJorge Aparicio-2/+0
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-4/+4
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Rollup merge of 21681 - japaric:no-warn, r=alexcrichtonManish Goregaokar-4/+1
2015-01-28Auto merge of #21158 - alkor:issue-21131, r=nick29581bors-6/+10
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-4/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-5/+5
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-16/+65
2015-01-26Auto merge of #21617 - alexcrichton:less-quotes, r=nikomatsakisbors-4/+4
2015-01-26Auto merge of #21614 - kvark:typedef, r=huonwbors-16/+55
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-4/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-255/+242
2015-01-24syntax: Don't put quotes around filenames in codemapAlex Crichton-4/+4
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-25Add the span of the operator itself to ast::BinOp.Huon Wilson-4/+4
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-23Rephrase error message on invalid fragment specifiers in macros.Alexander Korolkov-6/+10
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+2
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-64/+48
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-4/+6
2015-01-21rollup merge of #21429: GuillaumeGomez/macro-fixAlex Crichton-53/+54
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-134/+134