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-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-4
/
+6
2014-12-06
libsyntax: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-20
auto merge of #19071 : huonw/rust/col2column, r=nikomatsakis
bors
-2
/
+2
2014-11-20
Rename `col!` to `column!`.
Huon Wilson
-2
/
+2
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-3
/
+0
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-1
/
+1
2014-11-13
fix "warning: deprecated syntax, use `for` keyword now"
Jorge Aparicio
-2
/
+2
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-11-03
Test fixes and rebase conflicts
Alex Crichton
-0
/
+4
2014-11-03
rollup merge of #18470 : alexcrichton/dash-l
Alex Crichton
-15
/
+8
2014-10-30
rustc: Implement -l and include! tweaks
Alex Crichton
-15
/
+8
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-5
/
+5
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-2
/
+2
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-18
auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichton
bors
-1
/
+1
2014-10-17
auto merge of #16855 : P1start/rust/help-messages, r=brson
bors
-0
/
+4
2014-10-17
Add tests for a few fixed issues
Jakub Wieczorek
-1
/
+1
2014-10-01
Limit recursion depth for macro expansions, closes #17628
Florian Hahn
-0
/
+10
2014-09-29
rollup merge of #17576 : kmcallister/hide-quotes
Alex Crichton
-27
/
+30
2014-09-26
Hide the quote_*! macros when the feature gate is off
Keegan McAllister
-27
/
+30
2014-09-24
Fix rebase fallout
Steven Fackler
-1
/
+1
2014-09-23
Add a cfg_attr syntax extension
Steven Fackler
-0
/
+2
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-3
/
+3
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
[next]