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
2012-11-29
Allow for macros to occur in statement position.
Paul Stansifer
-0
/
+2
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-656
/
+1
2012-11-28
Register snapshots
Brian Anderson
-640
/
+0
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-0
/
+128
2012-11-28
librustc: Parse `extern "C" { ... }`. r=brson
Patrick Walton
-0
/
+1
2012-11-27
librustc: Implement @mut [T] as the new replacement for @[mut T]
Patrick Walton
-0
/
+1
2012-11-26
Remove the crate language
Brian Anderson
-16
/
+1
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-1
/
+643
2012-11-18
syntax: Remove cdir_syntax. Unused
Brian Anderson
-2
/
+0
2012-11-17
Merge remote-tracking branch 'brson/codemap'
Brian Anderson
-1
/
+1
2012-11-14
Camel case all the codemap types except span
Brian Anderson
-1
/
+1
2012-11-14
librustc: Require the #[derivable] attribute, remove the significance of "imp...
Patrick Walton
-1
/
+1
2012-11-12
rustc: Implement floating point literal inference. r=nmatsakis
Patrick Walton
-0
/
+3
2012-11-07
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
Patrick Walton
-3
/
+3
2012-11-06
Cleanup how we handle proto in types, remove unsound subtyping
Niko Matsakis
-14
/
+31
2012-11-05
rustc: Implement parsing and typechecking for "once fn"
Patrick Walton
-1
/
+20
2012-11-03
Remove stage0 stuff that was awaiting snapshot
Tim Chevalier
-32
/
+0
2012-10-30
Preserve parenthesization in the AST
Tim Chevalier
-1
/
+4
2012-10-25
rustc: Translate tuple struct constructors
Patrick Walton
-1
/
+1
2012-10-24
rustc: Implement typechecking for tuple structs. r=nmatsakis
Patrick Walton
-1
/
+29
2012-10-23
Remove <- operator from the compiler
Tim Chevalier
-30
/
+1
2012-10-23
rustc: Implement typechecking for simple monomorphic derivable traits on mono...
Patrick Walton
-1
/
+1
2012-10-22
Simplify the AST representation of ty param bounds
Tim Chevalier
-7
/
+5
2012-10-20
...missed a merge marker on that last rebase
Ben Striegel
-1
/
+0
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-2
/
+3
2012-10-18
rustc: Implement intra-crate static methods on anonymous trait implementation...
Patrick Walton
-29
/
+1
2012-10-18
Remove dead type definition
Tim Chevalier
-4
/
+0
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-25
/
+25
2012-10-15
libstd: make Serializer a trait-level typaram
Erick Tryzelaar
-0
/
+49
2012-10-12
remove ctor from ast (take 2) (no review: just dead code removal)
Niko Matsakis
-6
/
+3
2012-10-12
Use the Nth impl when translating a static method call, instead
Niko Matsakis
-3
/
+6
2012-10-11
Update FIXME numbers
Tim Chevalier
-2
/
+2
2012-10-08
Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""
Tim Chevalier
-170
/
+0
2012-10-08
Revert "Remove old auto_serialize2 code (needs snapshot)"
Tim Chevalier
-0
/
+170
2012-10-07
Remove old auto_serialize2 code (needs snapshot)
Erick Tryzelaar
-170
/
+0
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-4
/
+174
2012-10-07
migrate libsyntax/rustc to auto_serialize2
Erick Tryzelaar
-147
/
+208
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-1
/
+1
2012-10-05
Revert "wip"
Tim Chevalier
-1
/
+1
2012-10-05
wip
Tim Chevalier
-1
/
+1
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-12
/
+12
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-2
/
+2
2012-09-27
libsyntax: Parse visibility modifiers before foreign items
Patrick Walton
-1
/
+2
2012-09-26
turn ast::ident into a struct
Erick Tryzelaar
-1
/
+14
2012-09-24
Support visibility qualifiers in crate directives properly.
Graydon Hoare
-2
/
+2
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-581
/
+0
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-1
/
+1
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-3
/
+3
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-3
/
+3
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+581
[prev]
[next]