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-03-27
libsyntax: Allow selecting intel style asm.
Luqman Aden
-1
/
+10
2013-03-27
libsyntax: use a struct for inline asm in ast.
Luqman Aden
-4
/
+13
2013-03-27
auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...
bors
-1
/
+0
2013-03-27
Fix pretty-printer test failure by carrying the bound lifetime names through
Niko Matsakis
-0
/
+1
2013-03-27
syntax: Remove deprecated expr_vstore_fixed
Erick Tryzelaar
-1
/
+0
2013-03-27
syntax: fix pretty printing __log stmts
Erick Tryzelaar
-7
/
+1
2013-03-27
remove sty_by_ref, though traces still remain due to dtors
Niko Matsakis
-1
/
+0
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-0
/
+1
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-2
/
+2
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-22
/
+22
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-1
/
+1
2013-03-22
syntax: replace uses of old deriving attribute with new one
Andrew Paseltiner
-85
/
+85
2013-03-20
Refactor the self-info so that the def-id is carried in ty_self()
Niko Matsakis
-1
/
+1
2013-03-19
auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=...
bors
-7
/
+7
2013-03-18
Fix pretty printer for fixed length vectors.
Luqman Aden
-1
/
+0
2013-03-18
Allow constant expressions in [Type * n].
Luqman Aden
-1
/
+1
2013-03-18
Make &self permit explicit lifetimes, but don't really use them
Niko Matsakis
-7
/
+7
2013-03-15
Actually pass inline asm operands around.
Luqman Aden
-2
/
+4
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-1
/
+1
2013-03-12
Add alignstack option for inline asm.
Luqman Aden
-2
/
+2
2013-03-12
Keep everything tidy.
Luqman Aden
-1
/
+1
2013-03-12
Parse operands properly and add a way to indicate volatile asm.
Luqman Aden
-1
/
+2
2013-03-12
Parse inline assembly.
Luqman Aden
-0
/
+2
2013-03-11
libsyntax: Remove newtype enums from libsyntax. rs=deenum
Patrick Walton
-6
/
+1
2013-03-11
Implement vector destructuring from tail
Seo Sanghyeon
-1
/
+3
2013-03-09
Remove @ast::Region and replace with @ast::Lifetime.
Niko Matsakis
-25
/
+7
2013-03-07
librustc: Stop parsing `assert`.
Patrick Walton
-3
/
+0
2013-03-07
librustc: Remove record patterns from the compiler
Patrick Walton
-1
/
+0
2013-03-07
libsyntax: Remove struct literal expressions from the compiler
Patrick Walton
-1
/
+0
2013-03-07
librustc: Remove structural record types from the compiler
Patrick Walton
-1
/
+0
2013-03-06
auto merge of #5255 : jbclements/rust/remove-parse-value-ident, r=graydon
bors
-0
/
+4
2013-03-06
Fix a bug with region-parameterized enums etc where trans considered
Niko Matsakis
-2
/
+8
2013-03-06
removed unused abstraction over paths and value_paths
John Clements
-0
/
+4
2013-03-05
Update region inference for traits so that a method with
Niko Matsakis
-0
/
+9
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-4
/
+4
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-02
librustc: Stop parsing `fn@`, `fn~`, and `fn&`
Patrick Walton
-4
/
+0
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+1
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-15
/
+34
2013-02-27
auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...
bors
-15
/
+34
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-15
/
+34
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-25
/
+55
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-24
/
+24
2013-02-26
Macros now leave scope
John Clements
-1
/
+31
2013-02-25
libsyntax: Convert ast::attribute_ to store a @meta_item
Erick Tryzelaar
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-3
/
+3
2013-02-19
convert ast::meta_items to take @~strs
Erick Tryzelaar
-3
/
+3
2013-02-17
libsyntax: Update view_item_use/import to reflect actual usage
Luqman Aden
-2
/
+2
2013-02-16
Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes in
Niko Matsakis
-0
/
+6
[prev]
[next]