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
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-65
/
+17
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-65
/
+17
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-9
/
+9
2015-01-17
libsyntax: uint types to usize
Paul Collier
-3
/
+3
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-6
/
+10
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-11
/
+11
2015-01-08
RFC 558: Require parentheses for chained comparisons
Daniel Grunwald
-2
/
+8
2015-01-07
use slicing sugar
Jorge Aparicio
-11
/
+11
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-6
/
+6
2015-01-06
test fallout from isize/usize
Corey Richardson
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-7
/
+7
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-6
/
+6
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-31
syntax: unbox closures used in function arguments
Jorge Aparicio
-25
/
+29
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-1
/
+1
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-7
/
+7
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
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
-10
/
+14
2014-12-15
auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis
bors
-0
/
+10
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-4
/
+4
2014-12-13
syntax/ast_util: add `is_by_value_binop()`
Jorge Aparicio
-0
/
+10
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-5
/
+6
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-0
/
+16
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-12
/
+7
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-5
/
+1
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
[next]