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_util.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-26
/*! -> //!
Steve Klabnik
-5
/
+1
2014-11-26
Rote changes due to the fact that ast paths no longer carry this extraneous b...
Niko Matsakis
-1
/
+1
2014-11-18
Feature gate non-ASCII lifetime identifiers
Jakub Bukaj
-1
/
+1
2014-11-18
Convert TyPolyTraitRef to accept arbitary bounds, so that things like
Niko Matsakis
-4
/
+4
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-9
/
+9
2014-11-03
rollup merge of #18506 : nikomatsakis/assoc-type-bounds
Alex Crichton
-1
/
+1
2014-11-03
Restructure AST so that the associated type definition carries
Niko Matsakis
-1
/
+1
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-18
/
+15
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-5
/
+5
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-14
/
+0
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+1
2014-10-02
syntax: ast: remove TyBox and UnBox.
Eduard Burtescu
-1
/
+0
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-0
/
+57
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-101
/
+15
2014-09-14
syntax: ast_map: use borrowed references into the AST.
Eduard Burtescu
-0
/
+8
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-9
/
+9
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-40
/
+36
2014-08-29
Register new snapshots
Alex Crichton
-8
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+8
2014-08-18
Forbid extern statics from appearing in patterns
Jakub Wieczorek
-15
/
+0
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-2
/
+8
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-37
/
+38
2014-08-07
Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,
Niko Matsakis
-1
/
+1
2014-08-06
AST refactoring: merge PatWild and PatWildMulti into one variant with a flag.
Felix S. Klock II
-1
/
+1
2014-07-20
Implement new mod import sugar
Jakub Wieczorek
-1
/
+1
2014-07-19
Register new snapshots
Alex Crichton
-64
/
+9
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-8
/
+21
2014-07-15
use trait rather than fns
John Clements
-21
/
+81
2014-07-13
refactor Method definition to make space for macros
John Clements
-20
/
+55
2014-07-09
libsyntax: Remove uses of advance.
Luqman Aden
-5
/
+5
2014-07-09
Fix all the test fallout
Corey Richardson
-4
/
+4
2014-07-09
syntax: doc comments all the things
Corey Richardson
-7
/
+7
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-7
/
+7
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-7
/
+3
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-3
/
+3
2014-06-25
auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson
bors
-1
/
+0
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-15
/
+4
2014-06-24
Remove the quad_precision_float feature gate
Alex Crichton
-1
/
+0
2014-06-17
librustc: Make addresses of immutable statics insignificant unless
Patrick Walton
-0
/
+13
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-13
libsyntax: Allow `+` to separate trait bounds from objects.
Patrick Walton
-0
/
+1
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-21
/
+21
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-27
/
+0
2014-05-29
auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton
bors
-1
/
+1
2014-05-28
Add AST node for pattern macros
Keegan McAllister
-0
/
+1
[prev]
[next]