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
2013-01-31
test cases, cleanup
John Clements
-5
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-31
Workaround for #4717: pad contents of ast. rs=breakage
Niko Matsakis
-1
/
+4
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-57
/
+8
2013-01-30
librustc: Remove legacy exports from the language. r=brson
Patrick Walton
-1
/
+0
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-157
/
+157
2013-01-28
Add to_str() definitions for some AST types
Niko Matsakis
-0
/
+18
2013-01-23
renaming to adhere to conventions
John Clements
-2
/
+0
2013-01-22
Add is_mutbl field to def_arg
Seo Sanghyeon
-3
/
+4
2013-01-22
Add is_mutbl field to arg
Seo Sanghyeon
-1
/
+1
2013-01-20
convert the remaining ast record types into structs
Erick Tryzelaar
-22
/
+58
2013-01-20
convert ast::{ty_field_,ty_method} into a struct
Erick Tryzelaar
-4
/
+14
2013-01-20
convert ast::ty into a struct
Erick Tryzelaar
-1
/
+5
2013-01-20
convert ast::expr into a struct
Erick Tryzelaar
-2
/
+8
2013-01-14
convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs
Erick Tryzelaar
-5
/
+12
2013-01-14
Convert ast::{pat,field_pat,local_,arm} into structs
Erick Tryzelaar
-5
/
+21
2013-01-14
convert ast::blk_ into a struct
Erick Tryzelaar
-5
/
+7
2013-01-14
convert ast::crate_ into a struct.
Erick Tryzelaar
-4
/
+5
2013-01-14
convert ast::pat_list_ident_ to a struct
Erick Tryzelaar
-1
/
+4
2013-01-14
convert ast::attribute_ and ast::view_item to a struct
Erick Tryzelaar
-3
/
+11
2013-01-14
convert ast::struct_field_ into a struct
Erick Tryzelaar
-3
/
+3
2013-01-14
convert ast::struct_def to a struct
Erick Tryzelaar
-2
/
+2
2013-01-14
convert ast::item into a struct
Erick Tryzelaar
-3
/
+8
2013-01-14
convert ast::struct_dtor_ into a struct
Erick Tryzelaar
-4
/
+6
2013-01-14
convert ast::foreign_item to a struct
Erick Tryzelaar
-7
/
+8
2013-01-14
change ast::ty_param into a struct.
Erick Tryzelaar
-1
/
+5
2013-01-14
Convert ast::def_id into a struct.
Erick Tryzelaar
-1
/
+4
2013-01-14
Change ast::path into a struct.
Erick Tryzelaar
-5
/
+7
2013-01-14
removed self-import (minor cleanup)
John Clements
-8
/
+7
2013-01-10
librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis
Patrick Walton
-1
/
+4
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-14
/
+24
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-2
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-7
/
+8
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-8
/
+7
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-7
/
+8
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+8
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-174
/
+171
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-0
/
+1
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-3
/
+10
2012-12-12
syntax: remove remaining #syntaxext machinery. Close #3516.
Graydon Hoare
-8
/
+0
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-6
/
+0
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-38
/
+26
2012-12-07
librustc: De-mode pattern bindings. r=nmatsakis
Patrick Walton
-4
/
+4
2012-12-07
librustc: Implement "&mut [T]" as an expression. r=brson
Patrick Walton
-1
/
+2
2012-12-07
Remove impl_id from trait_ref. Unused
Brian Anderson
-1
/
+1
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-2
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-1
/
+2
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-127
/
+0
2012-11-29
Distinguish `stmt_mac`s that are followed by semicolons and those that aren't.
Paul Stansifer
-1
/
+2
[prev]
[next]