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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
Age
Commit message (
Expand
)
Author
Lines
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-04
Add unmarked_api feature (fixes #21884)
Manish Goregaokar
-0
/
+6
2015-02-03
Update for new snapshot after rebasing.
Niko Matsakis
-1
/
+1
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
-60
/
+50
2015-02-04
Compute widths properly when displaying spans in error messages
P1start
-23
/
+58
2015-02-02
rollup merge of #21845: Potpourri/import-syntax
Alex Crichton
-3
/
+8
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-2
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-151
/
+149
2015-02-02
rollup merge of #21825: kmcallister/ttdelim-span
Alex Crichton
-1
/
+24
2015-02-02
rollup merge of #21817: edwardw/symmetric-binop
Alex Crichton
-0
/
+14
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-8
/
+8
2015-02-02
rollup merge of #21754: semarie/openbsd-rebased
Alex Crichton
-2
/
+4
2015-02-02
rollup merge of #21710: alfie/libsyntax
Alex Crichton
-142
/
+142
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-4
/
+2
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-6
/
+6
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-138
/
+138
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-142
/
+142
2015-02-02
Tweak some ‘expected…’ error messages
P1start
-60
/
+68
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-2
/
+2
2015-02-01
Reject syntax like `use foo::bar::;` and `use foo:: as bar;` and keywords in ...
Potpourri
-3
/
+8
2015-02-01
std: Add a new `env` module
Alex Crichton
-8
/
+8
2015-02-01
openbsd support
Sébastien Marie
-2
/
+4
2015-01-31
Fix end of TtDelimited span
Keegan McAllister
-1
/
+24
2015-02-01
Make use of a binary operator's RHS type for LHS inference
Edward Wang
-0
/
+14
2015-01-31
Kill more `isize`s
Tobias Bucher
-13
/
+13
2015-01-31
Fix rebase issues
Adolfo Ochagavía
-9
/
+15
2015-01-31
Fix pretty printer
Adolfo Ochagavía
-0
/
+1
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
Test fixes and rebase conflicts
Alex Crichton
-8
/
+7
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-75
/
+61
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-12
/
+13
2015-01-30
rollup merge of #21704: FlaPer87/macro-reexport
Alex Crichton
-0
/
+7
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-75
/
+61
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-12
/
+13
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
s/while let/for/g now that #21245 has been fixed
Jorge Aparicio
-8
/
+4
2015-01-30
custom message for refutable patterns in for loops
Jorge Aparicio
-2
/
+3
2015-01-30
fix fallout
Jorge Aparicio
-4
/
+11
2015-01-30
implement for loop desugaring
Jorge Aparicio
-3
/
+93
2015-01-30
Change from core::ops::RangeFull to std::ops
Nick Cameron
-1
/
+1
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-3
/
+3
2015-01-30
Use absolute path to FullRange, rather than assuming it is in the prelude
Nick Cameron
-53
/
+65
[prev]
[next]