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
/
librustsyntax
/
ast_util.rs
Age
Commit message (
Expand
)
Author
Lines
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-554
/
+0
2012-05-30
port alt to dvec
Niko Matsakis
-5
/
+5
2012-05-29
Fix the maximum value of i16. Closes #2462.
Michael Sullivan
-1
/
+1
2012-05-23
syntax: Remove one of the two def_id hashers
Brian Anderson
-12
/
+0
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-0
/
+17
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-7
/
+5
2012-05-21
rustc: Move walk_pat to ast_util
Brian Anderson
-0
/
+12
2012-05-21
rustc: Move path_to_ident to ast_util
Brian Anderson
-0
/
+2
2012-05-17
Refactor encoder::encode_module_item_paths
Tim Chevalier
-0
/
+7
2012-05-16
pull out id visitor into ast_util from astencode
Niko Matsakis
-0
/
+151
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-2
/
+5
2012-05-14
First cut at dtors for classes
Tim Chevalier
-0
/
+6
2012-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-8
/
+8
2012-04-26
Refactor operator precedence code
Tim Chevalier
-0
/
+17
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-1
/
+2
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+0
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-4
/
+14
2012-04-23
Simplify representation of ast::path
Marijn Haverbeke
-4
/
+4
2012-04-19
syntax: Move fn spanned into ast_util
Brian Anderson
-0
/
+4
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-1
/
+1
2012-04-15
syntax: Cleanup attr module. Closes #1545
Brian Anderson
-0
/
+4
2012-04-13
Annotate FIXMEs in syntax::ast and syntax::ast_util
Tim Chevalier
-3
/
+3
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-0
/
+5
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-7
/
+7
2012-03-29
rustc: Move ast, ast_util, visit to rustsyntax
Brian Anderson
-0
/
+330