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-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-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
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-21
/
+74
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-34
/
+10
2014-12-24
Add syntax for ranges
Nick Cameron
-8
/
+32
2014-12-22
rollup merge of #20141: frewsxcv/rfc438
Alex Crichton
-1
/
+1
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-6
/
+6
2014-12-22
RFC 248? I think you meant RFC 438.
Chris Morgan
-1
/
+1
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-6
/
+6
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-132
/
+135
2014-12-21
rollup merge of #20057: nick29581/array-syntax
Alex Crichton
-1
/
+10
2014-12-21
rollup merge of #20039: barosl/if-let-friendly-error
Alex Crichton
-2
/
+2
2014-12-20
Add support for multiple region bounds in where clauses
Jared Roesch
-4
/
+3
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-49
/
+72
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-4
/
+3
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-1
/
+10
2014-12-20
Drop the Match prefix from the MatchSource variants
Barosl Lee
-2
/
+2
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-23
/
+8
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-44
/
+109
2014-12-16
AST refactor: make the place in ExprBox an option.
Felix S. Klock II
-1
/
+4
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-2
/
+2
2014-12-15
auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton
bors
-1
/
+0
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-3
/
+19
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-3
/
+21
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-30
/
+20
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-32
/
+29
2014-12-13
libsyntax: use tuple indexing
Jorge Aparicio
-10
/
+10
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-60
/
+80
2014-12-13
Add `Copy` to bitflags-generated structures
Valerii Hiora
-1
/
+0
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-42
/
+135
2014-12-11
Register new snapshots
Alex Crichton
-10
/
+4
[next]