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
Age
Commit message (
Expand
)
Author
Lines
2014-12-21
rollup merge of #20080: seanmonstar/new-show-syntax
Alex Crichton
-0
/
+1
2014-12-21
rollup merge of #20059: nick29581/self-impl
Alex Crichton
-5
/
+48
2014-12-21
rollup merge of #20057: nick29581/array-syntax
Alex Crichton
-4
/
+12
2014-12-21
rollup merge of #20039: barosl/if-let-friendly-error
Alex Crichton
-9
/
+14
2014-12-21
Remove a ton of public reexports
Corey Farwell
-2
/
+2
2014-12-20
Add support for multiple region bounds in where clauses
Jared Roesch
-14
/
+21
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-62
/
+119
2014-12-20
add {:?} fmt syntax
Sean McArthur
-0
/
+1
2014-12-20
Allow `Self` in impls.
Nick Cameron
-5
/
+48
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-4
/
+3
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-1
/
+1
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-4
/
+12
2014-12-20
Drop the Match prefix from the MatchSource variants
Barosl Lee
-11
/
+14
2014-12-20
Print a friendly error for the if-let construct without an else block
Barosl Lee
-2
/
+4
2014-12-19
auto merge of #19463 : kali/rust/master, r=alexcrichton
bors
-2
/
+1
2014-12-19
Register new snapshots
Alex Crichton
-60
/
+0
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-216
/
+77
2014-12-19
ack parser.parse_ty change in quote_ty! (+ test)
Mathieu Poumeyrol
-2
/
+1
2014-12-19
Make all predicates higher-ranked, not just trait references.
Niko Matsakis
-3
/
+16
2014-12-18
syntax/ast_util: add `is_by_value_unop()`
Jorge Aparicio
-1
/
+9
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-190
/
+294
2014-12-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-17
rollup merge of #19918: pnkfelix/ast-refactor-make-place-in-exprbox-an-option
Alex Crichton
-5
/
+8
2014-12-17
rollup merge of #19880: sanxiyn/assoc-resolve-lifetime
Alex Crichton
-8
/
+11
2014-12-17
rollup merge of #19831: luqmana/deriving-where
Alex Crichton
-5
/
+26
2014-12-17
rollup merge of #19821: bkoropoff/issue-19791
Alex Crichton
-0
/
+5
2014-12-17
rollup merge of #19755: alexcrichton/rust-serialize
Alex Crichton
-2
/
+22
2014-12-16
AST refactor: make the place in ExprBox an option.
Felix S. Klock II
-5
/
+8
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-4
/
+4
2014-12-15
Fix pretty printing of HRTB syntax
Brian Koropoff
-0
/
+5
2014-12-15
auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis
bors
-0
/
+70
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-4
/
+4
2014-12-15
rollup merge of #19812: frewsxcv/expansion-include-enum
Brian Anderson
-0
/
+1
2014-12-15
Resolve lifetimes in associated types
Seo Sanghyeon
-8
/
+11
2014-12-15
auto merge of #19778 : aochagavia/rust/ice, r=alexcrichton
bors
-9
/
+10
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
-16
/
+40
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-13
/
+35
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-93
/
+78
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-141
/
+34
2014-12-14
Adjust feature gates to allow for parenthetical notation to be used
Niko Matsakis
-13
/
+0
2014-12-14
libsyntax: Output where clauses in pretty printer for structs.
Luqman Aden
-0
/
+1
2014-12-14
libsyntax: Make deriving also respect where bounds.
Luqman Aden
-5
/
+25
2014-12-13
rustc: Start the deprecation of libserialize
Alex Crichton
-2
/
+22
2014-12-13
libsyntax: convert `LockstepIterSize` binops to by value
Jorge Aparicio
-0
/
+24
2014-12-13
libsyntax: convert `BytePos`/`CharPos` binops to by value
Jorge Aparicio
-0
/
+36
2014-12-13
syntax/ast_util: add `is_by_value_binop()`
Jorge Aparicio
-0
/
+10
2014-12-13
libsyntax: use tuple indexing
Jorge Aparicio
-10
/
+10
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-245
/
+377
2014-12-13
libsyntax: fix fallout
Jorge Aparicio
-2
/
+3
[prev]
[next]