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-11-04
Remove #[deriving]s on impls
Steven Fackler
-3
/
+0
2013-11-04
libsyntax/librustc: Allow calling variadic foreign functions.
Luqman Aden
-0
/
+1
2013-10-29
librustc: Implement the `proc` type as sugar for `~once fn` and `proc`
Patrick Walton
-0
/
+1
2013-10-28
Field identifiers now include specific spans (Closes #8263).
Joshua Yanovski
-1
/
+3
2013-10-25
libsyntax/librustc: Allow mut qualifier in patterns.
Luqman Aden
-5
/
+3
2013-10-22
libsyntax/librustc: Allow specifying mut on ~self.
Luqman Aden
-1
/
+1
2013-10-22
libsyntax/librustc: Allow specifying mut on by-value self.
Luqman Aden
-3
/
+3
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-18
Optimize include_bin! for large inputs
Alex Crichton
-0
/
+1
2013-10-10
Remove named extern blocks from the AST
Alex Crichton
-8
/
+0
2013-10-08
add new enum ast::StrStyle as field to ast::lit_str
Benjamin Herr
-2
/
+9
2013-10-04
Remove specific errors for very old obsolete syntax
Benjamin Herr
-3
/
+1
2013-10-01
remove the `float` type
Daniel Micay
-1
/
+0
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-11
more helpful error message for ident comparison failure
John Clements
-1
/
+2
2013-09-11
Properly encode/decode structural variants.
SiegeLord
-1
/
+1
2013-09-11
Flag unsafe blocks from format! as compiler-generated
Alex Crichton
-1
/
+7
2013-09-11
Implement the notion of a "generated unsafe block"
Alex Crichton
-1
/
+1
2013-09-10
change type of ExprLoop and ExprBreak elts from ident->name.
John Clements
-2
/
+4
2013-09-10
auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo...
bors
-0
/
+5
2013-09-10
Delay assignment of node ids until after expansion. Ensures that each AST node
Niko Matsakis
-0
/
+5
2013-09-09
undo cowardly hiding of eq-check
John Clements
-13
/
+2
2013-09-09
auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson
bors
-1
/
+3
2013-09-08
syntax: implement labelled breaks for `for`.
Huon Wilson
-1
/
+1
2013-09-06
comments
John Clements
-0
/
+9
2013-09-06
whitespace, reindentation, and comments only
John Clements
-1
/
+7
2013-09-06
WIP: adding context to macros
John Clements
-1
/
+1
2013-09-06
add temporarily unused ctxt field to mac_invoc_tt
John Clements
-1
/
+1
2013-09-06
comments
John Clements
-0
/
+1
2013-09-06
added FIXME comment
John Clements
-0
/
+4
2013-09-06
comments only
John Clements
-0
/
+1
2013-09-06
comments in ast.rs
John Clements
-0
/
+5
2013-09-06
add hygiene support fns, move them around.
John Clements
-1
/
+1
2013-09-06
commenting out special Eq implementation for now
John Clements
-2
/
+13
2013-09-06
disallow ident equality checks when contexts are not equal
John Clements
-1
/
+14
2013-09-05
Remove the __log function for __log_level
Alex Crichton
-1
/
+3
2013-09-04
stop treating char as an integer type
Daniel Micay
-1
/
+2
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-163
/
+163
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-31
/
+33
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-32
/
+32
2013-08-28
auto merge of #8718 : bblum/rust/typeof, r=pcwalton
bors
-0
/
+1
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-4
/
+8
2013-08-27
librustc: Add support for type parameters in the middle of paths.
Patrick Walton
-6
/
+15
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-1
/
+4
2013-08-27
Remove remnants of implicit self
Niko Matsakis
-1
/
+1
2013-08-23
Parse and reserve typeof keyword. #3228
Ben Blum
-0
/
+1
2013-08-16
doc: convert remaining uses of core:: to std::.
Huon Wilson
-3
/
+3
2013-08-09
std/rustc/rustpkg/syntax: Support the `extern mod = ...` form
Tim Chevalier
-1
/
+5
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-2
/
+2
2013-08-04
rm obsolete `for` support from the compiler
Daniel Micay
-5
/
+0
[prev]
[next]