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
/
ext
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-19
rollup merge of #17314 : eddyb/span-no-gc
Alex Crichton
-20
/
+55
2014-09-19
Allow syntax extensions to return multiple items, closes #16723.
Florian Hahn
-16
/
+11
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-3
/
+3
2014-09-18
syntax: use an index in CodeMap instead of Gc for ExpnInfo.
Eduard Burtescu
-20
/
+55
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-14
Add help diagnostic messages
P1start
-0
/
+4
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-61
/
+62
2014-09-10
Remove BasicMacroExpander and BasicIdentMacroExpander
Steven Fackler
-29
/
+10
2014-09-10
Change ItemModifier and ItemDecorator to traits
Steven Fackler
-7
/
+41
2014-08-31
Allow ExprLit expression macros to be used in patterns.
Eduard Burtescu
-0
/
+10
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-35
/
+35
2014-08-06
AST refactoring: merge PatWild and PatWildMulti into one variant with a flag.
Felix S. Klock II
-1
/
+1
2014-07-29
syntax: add support for quoting arms
Erick Tryzelaar
-0
/
+3
2014-07-22
Refactoring: Only use `MacroExpander` for expanding outside of
Marvin Löbel
-15
/
+12
2014-07-21
Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx`
Marvin Löbel
-17
/
+19
2014-07-21
repair macro docs
John Clements
-7
/
+4
2014-07-17
syntax: Add quote_method!
Ben Gamari
-0
/
+3
2014-07-13
add make_method method to MacResult trait
John Clements
-0
/
+18
2014-07-11
use side table to store exported macros
John Clements
-1
/
+6
2014-07-11
rename one of the two confusing MacroExpanders
John Clements
-3
/
+4
2014-07-09
ast: make Name its own type
Corey Richardson
-0
/
+3
2014-07-09
syntax: don't process string/char/byte/binary lits
Corey Richardson
-3
/
+3
2014-07-09
syntax: doc comments all the things
Corey Richardson
-12
/
+11
2014-07-08
introducing let-syntax
John Clements
-2
/
+9
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-1
/
+1
2014-07-04
move RenameList to mtwt, add new_renames abstraction
John Clements
-4
/
+2
2014-07-03
Simplify creating a parser from a token tree
Piotr Jawniak
-5
/
+7
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-06-23
Allow trailing comma in `concat!`
Stepan Koltsov
-2
/
+5
2014-06-15
Register new snapshots
Alex Crichton
-2
/
+2
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-6
/
+6
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-30
/
+31
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-15
/
+4
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-28
Add patterns to MacResult
Keegan McAllister
-0
/
+30
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+6
2014-05-15
syntax: Add a macro, format_args_method!()
Alex Crichton
-1
/
+4
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-6
/
+6
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-16
/
+16
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-6
/
+6
2014-04-30
librustc: Remove `~"string"` and `&"string"` from the language
Patrick Walton
-24
/
+24
2014-04-16
syntax: unify all MacResult's into a single trait.
Huon Wilson
-38
/
+106
2014-04-08
rustc: Never register syntax crates in CStore
Alex Crichton
-3
/
+2
2014-03-31
syntax: Switch field privacy as necessary
Alex Crichton
-17
/
+17
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-1
/
+1
[prev]
[next]