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
/
ext
Age
Commit message (
Expand
)
Author
Lines
2015-02-12
Made `Self` a keyword.
Marvin Löbel
-14
/
+14
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-2
/
+2
2015-02-10
rollup merge of #22116: kmcallister/cfg_attr
Alex Crichton
-38
/
+2
2015-02-10
rollup merge of #21943: hugwijst/extctxt_ufcs
Alex Crichton
-0
/
+56
2015-02-09
Process cfg_attr right before stripping cfg
Keegan McAllister
-36
/
+0
2015-02-09
syntax::fold: Allow removing attributes
Keegan McAllister
-2
/
+2
2015-02-09
Accept quantification of lifetimes outside the self type in where clauses.
Nick Cameron
-4
/
+6
2015-02-08
Auto merge of #22054 - LeoTestard:include-parse-errors, r=alexcrichton
bors
-2
/
+6
2015-02-08
Auto merge of #21988 - kmcallister:no-std, r=sfackler
bors
-62
/
+131
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-54
/
+113
2015-02-07
Use path helper macros in deriving
Keegan McAllister
-28
/
+38
2015-02-07
Auto merge of #21984 - pnkfelix:make-for-loops-a-terminating-scope, r=nikomat...
bors
-8
/
+20
2015-02-07
Fix handling of parse errors when using `include!()`.
Leo Testard
-2
/
+6
2015-02-06
librustdoc has been updated
GuillaumeGomez
-3
/
+3
2015-02-06
Remove getenv warning
GuillaumeGomez
-4
/
+3
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-23
/
+23
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-64
/
+44
2015-02-06
Update HEAD:master
GuillaumeGomez
-1
/
+1
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-44
/
+66
2015-02-06
make `for PAT in ITER_EXPR { ... }` a terminating-scope for ITER_EXPR.
Felix S. Klock II
-8
/
+20
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-18
/
+18
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-12
/
+12
2015-02-04
Add QPath construction to ExtCtxt for UFCS support.
Hugo van der Wijst
-0
/
+56
2015-02-04
Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
bors
-0
/
+4
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-0
/
+4
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
[prev]
[next]