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-06-09
remove unused import warnings
Huon Wilson
-1
/
+1
2013-06-05
removed unused imports (and one unused argument)
John Clements
-1
/
+1
2013-06-05
interner just uses uints, not idents with syntax context
John Clements
-3
/
+6
2013-06-05
just use TLS interner
John Clements
-4
/
+2
2013-06-05
rename repr to name
John Clements
-4
/
+4
2013-06-05
parser comments
John Clements
-1
/
+2
2013-06-05
comments & whitespace
John Clements
-0
/
+3
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-1
/
+4
2013-06-04
libsyntax: Remove `pub impl` from the language
Patrick Walton
-2
/
+2
2013-06-01
syntax: move callee_id into the expr_ variants
Erick Tryzelaar
-8
/
+18
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-4
/
+4
2013-05-30
Remove copy bindings from patterns.
Niko Matsakis
-5
/
+4
2013-05-29
libsyntax: Stop parsing mutable fields
Patrick Walton
-1
/
+0
2013-05-23
cleanup warnings from libsyntax
Erick Tryzelaar
-2
/
+1
2013-05-23
core: remove iter_bytes helper functions
Erick Tryzelaar
-6
/
+16
2013-05-22
librustc: Change `std` to `extra` throughout libsyntax and librustc
Patrick Walton
-5
/
+5
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-20
getting rid of interner_key! macro
John Clements
-18
/
+6
2013-05-20
hygiene infrastructure.
John Clements
-3
/
+11
2013-05-19
Register snapshots
Brian Anderson
-108
/
+0
2013-05-16
Add BuiltinBounds to closure type: parse and handle subtyping,
Niko Matsakis
-1
/
+2
2013-05-16
syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].
Huon Wilson
-234
/
+78
2013-05-14
auto merge of #6224 : erickt/rust/rustc-cleanup, r=erickt
bors
-4
/
+45
2013-05-14
rustc: rename ast::self_ty and related fields to explicit_self
Erick Tryzelaar
-6
/
+6
2013-05-14
syntax: add IterBytes impls for some ast types
Erick Tryzelaar
-0
/
+41
2013-05-14
Add inlining for iter_bytes for types used as hashmap keys
Björn Steinbrink
-0
/
+2
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-2
/
+2
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-0
/
+3
2013-05-11
clean up the last bit of warnings
Corey Richardson
-1
/
+0
2013-05-10
Remove the '<->' operator from the language
Alex Crichton
-1
/
+0
2013-05-10
auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton
bors
-0
/
+83
2013-05-10
auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan
bors
-2
/
+2
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-0
/
+83
2013-05-10
Move core::task::local_data to core::local_data
Youngsoo Son
-2
/
+2
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-1
/
+1
2013-05-08
librustc: Remove mutable fields from the language.
Patrick Walton
-12
/
+25
2013-05-04
Register snapshots
Brian Anderson
-31
/
+0
2013-05-02
librustc: Update the serializer to work properly with INHTWAMA, removing muta...
Patrick Walton
-3
/
+35
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-9
/
+0
2013-05-01
auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton
bors
-17
/
+2
2013-05-01
allow parsing attributes on struct fields
Erick Tryzelaar
-0
/
+1
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-17
/
+1
2013-05-01
Revert rename of Div to Quot
Brendan Zabarauskas
-1
/
+1
2013-04-29
librustc: Remove the concept of modes from the compiler.
Patrick Walton
-39
/
+1
2013-04-22
librustc: Remove `use mod` from the language
Patrick Walton
-6
/
+1
2013-04-22
Rename Div operator trait to Quot and Modulo operator trait to Rem
Brendan Zabarauskas
-1
/
+1
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-14
/
+14
2013-04-16
added MTWT functions
John Clements
-25
/
+99
2013-04-16
move interner_key macro
John Clements
-8
/
+0
2013-04-12
auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...
bors
-9
/
+0
[next]