index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
Age
Commit message (
Expand
)
Author
Lines
2015-02-03
Correct one case where the inference was detecting a looser result than the
Niko Matsakis
-1
/
+1
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-4
/
+3
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-21
/
+21
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex 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-02
Omit integer suffix when unnecessary
Alfie John
-29
/
+29
2015-02-01
std: Add a new `env` module
Alex Crichton
-7
/
+7
2015-01-31
Fix rebase issues
Adolfo Ochagavía
-9
/
+15
2015-01-31
Replace uses of Decorator and Modifier
Adolfo Ochagavía
-31
/
+89
2015-01-31
Deprecate SyntaxExtension::Modifier
Adolfo Ochagavía
-0
/
+1
2015-01-31
Deprecate SyntaxExtension::Decorator
Adolfo Ochagavía
-0
/
+1
2015-01-31
Add MultiDecorator variant to SyntaxExtension enum
Adolfo Ochagavía
-1
/
+27
2015-01-31
Add MultiItemDecorator
Adolfo Ochagavía
-0
/
+23
2015-01-31
Deprecate ItemDecorator in favor of MultiItemDecorator
Adolfo Ochagavía
-0
/
+1
2015-01-31
Deprecate ItemModifier in favor of MultiItemModifier
Adolfo Ochagavía
-0
/
+3
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-75
/
+61
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-75
/
+61
2015-01-30
custom message for refutable patterns in for loops
Jorge Aparicio
-2
/
+2
2015-01-30
implement for loop desugaring
Jorge Aparicio
-3
/
+93
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-14
/
+20
2015-01-29
bring back `#[derive(Show)]` with a deprecation warning
Jorge Aparicio
-0
/
+8
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-4
/
+4
2015-01-29
register snaphots
Jorge Aparicio
-2
/
+0
2015-01-29
convert 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-29
Rollup merge of 21681 - japaric:no-warn, r=alexcrichton
Manish Goregaokar
-4
/
+1
2015-01-28
Auto merge of #21158 - alkor:issue-21131, r=nick29581
bors
-6
/
+10
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-4
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+5
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-16
/
+65
2015-01-26
Auto merge of #21617 - alexcrichton:less-quotes, r=nikomatsakis
bors
-4
/
+4
2015-01-26
Auto merge of #21614 - kvark:typedef, r=huonw
bors
-16
/
+55
2015-01-26
Auto merge of #21605 - huonw:omg-muscle-memory, r=eddyb
bors
-0
/
+10
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-255
/
+242
2015-01-24
syntax: Don't put quotes around filenames in codemap
Alex Crichton
-4
/
+4
2015-01-25
Associated types support for deriving::generic::TraitDef
Dzmitry Malyshau
-16
/
+55
2015-01-25
Tell the compiler to tell us that `deriving` is dead.
Huon Wilson
-0
/
+10
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-4
/
+4
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-1
/
+2
2015-01-23
Rephrase error message on invalid fragment specifiers in macros.
Alexander Korolkov
-6
/
+10
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+2
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-64
/
+48
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-4
/
+6
2015-01-21
rollup merge of #21429: GuillaumeGomez/macro-fix
Alex Crichton
-53
/
+54
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-134
/
+134
[prev]
[next]