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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-08
Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""
Tim Chevalier
-60
/
+1
2012-10-08
Revert "Remove old auto_serialize2 code (needs snapshot)"
Tim Chevalier
-1
/
+60
2012-10-07
Remove old auto_serialize2 code (needs snapshot)
Erick Tryzelaar
-60
/
+1
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-10
/
+2
2012-10-07
remove the old auto_serialize syntax extension
Erick Tryzelaar
-0
/
+64
2012-10-07
migrate libsyntax/rustc to auto_serialize2
Erick Tryzelaar
-1
/
+1
2012-10-01
Split auto_serialize2 into two macros
Erick Tryzelaar
-2
/
+6
2012-09-28
Demode extfmt
Tim Chevalier
-12
/
+12
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-26
libsyntax: implement auto_serialize2 for enums, records, and structs
Erick Tryzelaar
-0
/
+2
2012-09-26
Allow hashmaps to infer their types
Erick Tryzelaar
-1
/
+1
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-1
/
+1
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-2
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-3
/
+3
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-2
/
+2
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-5
/
+5
2012-08-26
Camel case the option type
Brian Anderson
-21
/
+21
2012-08-24
"earley_parser" -> "macro_parser" Let's be less confusing.
Paul Stansifer
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-6
/
+6
2012-08-22
intern identifiers
Paul Stansifer
-11
/
+23
2012-08-15
Add trace_macros!
Eric Holk
-2
/
+15
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-3
/
+3
2012-08-06
Fix log_syntax of unexpanded code.
Paul Stansifer
-1
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-11
/
+11
2012-08-05
Switch alts to use arrows
Brian Anderson
-39
/
+33
2012-08-01
Convert ret to return
Brian Anderson
-9
/
+9
2012-07-31
syntax: Rename 'module' extension to 'module_path'
Brian Anderson
-1
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-6
/
+6
2012-07-30
Rename `#mod` -> `#module` to not collide with the keyword.
Paul Stansifer
-1
/
+1
2012-07-27
Make macro-system type and constructor names more uniform; more comments.
Graydon Hoare
-18
/
+7
2012-07-27
Comments in the new macro system, reflecting conversation with pauls.
Graydon Hoare
-0
/
+42
2012-07-26
Allow old-style syntax extensions to be called with new syntax.
Paul Stansifer
-0
/
+38
2012-07-17
Error checking for protocols. We'll need spans though.
Eric Holk
-0
/
+5
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-35
/
+35
2012-07-09
Allow defining token tree macros. They should work now!
Paul Stansifer
-5
/
+12
2012-07-09
Enable item macros to define macros.
Paul Stansifer
-1
/
+6
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-1
/
+12
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-7
/
+7
2012-06-29
Refactor syntax exts some. Don't ever emit bare vectors.
Michael Sullivan
-11
/
+0
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-7
/
+7
2012-06-25
Make it possible to make built-in tt syntax extensions
Paul Stansifer
-3
/
+7
2012-06-13
Box AST idents
Brian Anderson
-2
/
+2
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+234