summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-31Kill more `isize`sTobias Bucher-13/+13
2015-01-31Fix rebase issuesAdolfo Ochagavía-9/+15
2015-01-31Fix pretty printerAdolfo Ochagavía-0/+1
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-30Test fixes and rebase conflictsAlex Crichton-8/+7
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-75/+61
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-12/+13
2015-01-30rollup merge of #21704: FlaPer87/macro-reexportAlex Crichton-0/+7
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-75/+61
2015-01-30std: Stabilize FromStr and parseAlex Crichton-12/+13
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30s/while let/for/g now that #21245 has been fixedJorge Aparicio-8/+4
2015-01-30custom message for refutable patterns in for loopsJorge Aparicio-2/+3
2015-01-30fix falloutJorge Aparicio-4/+11
2015-01-30implement for loop desugaringJorge Aparicio-3/+93
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-1/+1
2015-01-30Rename FullRange to RangeFullNick Cameron-3/+3
2015-01-30Use absolute path to FullRange, rather than assuming it is in the preludeNick Cameron-53/+65
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-151/+156
2015-01-29bring back `#[derive(Show)]` with a deprecation warningJorge Aparicio-0/+8
2015-01-29s/Show/Debug/gJorge Aparicio-128/+128
2015-01-29register snaphotsJorge Aparicio-2/+0
2015-01-29remove unused importsJorge Aparicio-1/+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-15/+15
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Feature gate macro_reexport. Fixes #20906Flavio Percoco-0/+7
2015-01-29Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichtonManish Goregaokar-1/+1
2015-01-29Rollup merge of 21681 - japaric:no-warn, r=alexcrichtonManish Goregaokar-5/+1
2015-01-29Rollup merge of #21626 - Ms2ger:various-cleanup, r=eddybManish Goregaokar-31/+11
2015-01-28Auto merge of #21019 - nikomatsakis:issue-20871-ret-as-assoc-type, r=nrcbors-3/+12
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-3/+12
2015-01-28Remove unnecessary to_string() call.Ms2ger-1/+1
2015-01-28Remove a custom variant of iter::Cloned.Ms2ger-16/+3
2015-01-28Simplify the implementation of segments_name_eq.Ms2ger-14/+7
2015-01-28Auto merge of #21158 - alkor:issue-21131, r=nick29581bors-6/+10
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-5/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-60/+61
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-7/+15
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-3/+3
2015-01-26Fallout of io => old_ioAlex Crichton-50/+50
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