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
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-1
/
+1
2014-10-27
rollup merge of #18332 : jbcrail/fix-comments
Alex Crichton
-1
/
+1
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-1
/
+1
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-7
/
+12
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-3
/
+2
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-13
/
+13
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-12
/
+15
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-3
/
+28
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-1
/
+2
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-13
rollup merge of #17927 : alexcrichton/more-const
Alex Crichton
-1
/
+3
2014-10-13
auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton
bors
-1
/
+4
2014-10-12
rustc: Warn about dead constants
Alex Crichton
-1
/
+3
2014-10-11
Remove `virtual` structs from the language
Jakub Wieczorek
-4
/
+0
2014-10-10
Desugar `while let` into `loop { match { ... } }`
John Gallagher
-1
/
+2
2014-10-10
Teach libsyntax about `while let`
John Gallagher
-0
/
+2
2014-10-09
syntax: Convert statics to constants
Alex Crichton
-5
/
+5
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-0
/
+1
2014-10-02
syntax: ast: remove TyBox and UnBox.
Eduard Burtescu
-2
/
+0
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-1
/
+7
2014-09-30
Teach libsyntax about `if let`
Kevin Ballard
-0
/
+1
2014-09-28
Keep ExpnId abstract by providing conversions
Keegan McAllister
-2
/
+2
2014-09-27
Translate inline assembly errors back to source locations
Keegan McAllister
-1
/
+2
2014-09-24
Use more descriptive names in dead code messages
Jakub Wieczorek
-0
/
+25
2014-09-22
librustc: Parse and resolve higher-rank lifetimes in traits.
Patrick Walton
-0
/
+2
2014-09-19
rollup merge of #17318 : nick29581/slice
Alex Crichton
-0
/
+1
2014-09-19
rollup merge of #17314 : eddyb/span-no-gc
Alex Crichton
-2
/
+2
2014-09-18
librustc: Implement the syntax in the RFC for unboxed closure sugar.
Patrick Walton
-1
/
+8
2014-09-19
Implement slicing syntax.
Nick Cameron
-0
/
+1
2014-09-18
Fix fallout in tests from removing the use of Gc in ExpnInfo.
Eduard Burtescu
-2
/
+2
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-0
/
+34
2014-09-14
syntax: ast_map: use borrowed references into the AST.
Eduard Burtescu
-7
/
+2
2014-09-14
syntax: ast: replace Gc<T> (previously @T) with P<T>.
Eduard Burtescu
-77
/
+76
2014-09-14
syntax: add a custom owned smart pointer in ptr::P.
Eduard Burtescu
-10
/
+0
2014-09-10
Implement tuple and tuple struct indexing
P1start
-0
/
+1
2014-08-29
Add support for labeled while loops.
Pythoner6
-1
/
+2
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-11
/
+8
2014-08-26
DST coercions and DST structs
Nick Cameron
-11
/
+0
2014-08-19
Fix double evaluation of read+write operands
Piotr Czarnecki
-2
/
+2
2014-08-15
auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis
bors
-1
/
+16
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-1
/
+16
2014-08-14
auto merge of #16468 : pcwalton/rust/as-renaming-import, r=alexcrichton
bors
-2
/
+2
2014-08-14
libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`
Patrick Walton
-2
/
+2
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-6
/
+17
2014-08-14
librustc: Tie up loose ends in unboxed closures.
Patrick Walton
-1
/
+9
2014-08-14
auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichton
bors
-2
/
+8
2014-08-13
librustc: Parse, but do not fully turn on, the `ref` keyword for
Patrick Walton
-2
/
+8
2014-08-13
quote_expr macro: embed Ident using special encoding that preserves hygiene.
Felix S. Klock II
-0
/
+6
[next]