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
/
parse
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-2
/
+7
2015-01-05
rollup merge of #20424: jroesch/tuple-struct-where-clause-fix
Alex Crichton
-40
/
+89
2015-01-05
rollup merge of #20099: P1start/parse-more-macro-ops
Alex Crichton
-5
/
+10
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-3
/
+4
2015-01-06
Fix the obsolete message
Nick Cameron
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-06
Obsolete `Sized? T`
Nick Cameron
-3
/
+9
2015-01-06
Remove the prefix in ObsoleteSyntax variants
Nick Cameron
-34
/
+34
2015-01-05
syntax: remove dead code
Jorge Aparicio
-2
/
+1
2015-01-05
syntax: make the closure type `f: |uint| -> bool` syntax obsolete
Jorge Aparicio
-16
/
+18
2015-01-05
remove TyClosure
Jorge Aparicio
-8
/
+2
2015-01-05
tweak the obsolete syntax message
Jorge Aparicio
-2
/
+2
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-0
/
+4
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-3
/
+3
2015-01-05
syntax: obsolete the `for Sized?` syntax
Jorge Aparicio
-2
/
+12
2015-01-05
Allow leading :: in use items
Keegan McAllister
-0
/
+4
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-3
/
+30
2015-01-05
Refactor struct parsing and add tests
Jared Roesch
-45
/
+76
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-0
/
+17
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-2
/
+7
2015-01-05
auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-1
/
+16
2015-01-04
Fix the parsing of where-clauses for structs
Jared Roesch
-3
/
+21
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-1
/
+16
2015-01-03
Remove deprecated functionality
Alex Crichton
-10
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-16
/
+16
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
syntax: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-34
/
+10
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+3
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-0
/
+4
2015-01-02
rollup merge of #20425: sanxiyn/opt-local-ty
Alex Crichton
-6
/
+2
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+6
2015-01-02
Make type in ast::Local optional
Seo Sanghyeon
-6
/
+2
2015-01-02
Accept `self` in place of `mod` in use items
Nick Cameron
-0
/
+4
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2015-01-02
Accept ranges with only a maximum value: `..expr`
Nick Cameron
-4
/
+11
2015-01-02
Disallow [_, ..n] syntax for fixed length arrays and repeating array construc...
Nick Cameron
-15
/
+2
2014-12-31
syntax: unbox closures used in let bindings
Jorge Aparicio
-5
/
+5
2014-12-30
Parse arbitrary operators after expr-like macro invocations in statement posi...
P1start
-5
/
+10
2014-12-29
rollup merge of #20266: nick29581/dxr-use
Alex Crichton
-3
/
+4
2014-12-29
rollup merge of #20264: nagisa/threadrng
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-21
/
+74
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-4
/
+11
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-1
/
+1
2014-12-29
Rebase fixes.
Huon Wilson
-3
/
+3
2014-12-29
Slash the ast::Stmt type from 104 to 24 bytes.
Huon Wilson
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-12-28
Fix spans for `use` view statements and their treatment in save-analysis
Nick Cameron
-3
/
+4
[prev]
[next]