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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
Age
Commit message (
Expand
)
Author
Lines
2013-03-02
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-2
/
+2
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-6
/
+8
2013-03-01
auto merge of #5165 : brson/rust/unstable, r=brson
bors
-2
/
+2
2013-03-01
Avoid calling to_vec() unnecessarily in parser.
Niko Matsakis
-6
/
+8
2013-03-01
Rename core::private to core::unstable. #4743
Brian Anderson
-2
/
+2
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-21
/
+44
2013-02-28
Remove legacy object creation mode, and convert remaining uses of it
Niko Matsakis
-5
/
+3
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-9
/
+36
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
-234
/
+348
2013-02-27
auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...
bors
-190
/
+260
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-190
/
+260
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-132
/
+526
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-9
/
+9
2013-02-26
libsyntax: add some more explicit copies
Erick Tryzelaar
-12
/
+21
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the syntax extensions
Erick Tryzelaar
-124
/
+151
2013-02-26
auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton
bors
-105
/
+506
2013-02-26
typo-fixing and name-changes
John Clements
-15
/
+13
2013-02-26
Macros now leave scope
John Clements
-89
/
+488
2013-02-26
Adds (more) test cases for auto_encode.
John Clements
-16
/
+20
2013-02-26
libsyntax: Remove a mutable field from the tests. rs=demuting
Patrick Walton
-4
/
+4
2013-02-26
libsyntax: change token::to_str to take &Token
Erick Tryzelaar
-2
/
+2
2013-02-26
libsyntax: change attr::parse_seq_* to take &Token
Erick Tryzelaar
-7
/
+7
2013-02-25
libsyntax: add some explicit copies
Erick Tryzelaar
-21
/
+37
2013-02-25
libsyntax: change expect to take &token::Token
Erick Tryzelaar
-2
/
+2
2013-02-25
libsyntax: change eat to take a &token
Erick Tryzelaar
-1
/
+1
2013-02-25
libsyntax: is_keyword should take a &~str
Erick Tryzelaar
-2
/
+2
2013-02-25
libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free
Erick Tryzelaar
-62
/
+69
2013-02-25
libsyntax: convert visit to pass ty_params by reference
Erick Tryzelaar
-35
/
+50
2013-02-25
libsyntax: add explicit modes where required to copy strs/vecs
Erick Tryzelaar
-73
/
+103
2013-02-25
libsyntax: Convert ast::attribute_ to store a @meta_item
Erick Tryzelaar
-6
/
+6
2013-02-22
libsyntax: De-mut the parser. rs=demuting
Patrick Walton
-29
/
+27
2013-02-22
libsyntax: De-mut the macro parser. rs=demuting
Patrick Walton
-12
/
+12
2013-02-22
libsyntax: De-mut the pipe compiler
Patrick Walton
-36
/
+38
2013-02-22
auto merge of #5081 : brson/rust/pipes, r=pcwalton
bors
-21
/
+23
2013-02-21
auto merge of #5076 : pcwalton/rust/demuting, r=pcwalton
bors
-14
/
+14
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-21
/
+23
2013-02-21
auto merge of #5059 : Kimundi/rust/incoming, r=catamorphism
bors
-3
/
+3
2013-02-21
librustc: De-mut some of trans
Patrick Walton
-14
/
+14
2013-02-21
auto merge of #5068 : sethpink/rust/derive-eq-tuple-struct, r=catamorphism
bors
-14
/
+89
2013-02-21
Moved core::extfmt to core::private::extfmt
Marvin Löbel
-3
/
+3
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-82
/
+120
2013-02-21
Implement #[deriving_eq] on tuple like structs
Seth Pink
-14
/
+89
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-4
/
+4
2013-02-19
convert SyntaxExtensions's key to a @~str
Erick Tryzelaar
-31
/
+31
2013-02-19
convert ast::meta_items to take @~strs
Erick Tryzelaar
-2
/
+3
2013-02-19
convert syntax::attr to use @~strs
Erick Tryzelaar
-4
/
+4
2013-02-19
Alias HashMap<~str, SyntaxExtension> to SyntaxExtensions
Erick Tryzelaar
-6
/
+8
2013-02-19
libsyntax and librustc: minor cleanup
Erick Tryzelaar
-5
/
+3
2013-02-19
libsyntax: change attr:get_attr_name to take a ref
Erick Tryzelaar
-2
/
+2
[prev]
[next]