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
/
tt
/
macro_parser.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-11
/
+10
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-11-26
Rote changes due to the fact that ast paths no longer carry this extraneous b...
Niko Matsakis
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-26
/
+46
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-14
/
+12
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-116
/
+167
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-6
/
+4
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-6
/
+4
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-4
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-2
/
+3
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-8
/
+8
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-2
/
+2
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-4
/
+4
2014-10-07
Fix the most egregious instances of "local ambiguity: multiple parsing option...
Vadim Chugunov
-1
/
+10
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-2
/
+2
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-09
syntax: doc comments all the things
Corey Richardson
-89
/
+86
2014-07-08
macro literals should be compared by name only
John Clements
-2
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-0
/
+1
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-30
libsyntax: Fix snake_case errors.
Kevin Butler
-2
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-5
/
+5
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-3
/
+3
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+3
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-1
/
+4
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-12
/
+17
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+2
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-5
/
+5
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-4
/
+4
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-2
/
+2
2014-03-28
auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton
bors
-24
/
+25
2014-03-28
syntax: Accept meta matchers in macros
Alex Crichton
-1
/
+1
2014-03-28
De-@ NamedMatch.
Eduard Burtescu
-14
/
+15
2014-03-28
Used inherited mutability in lexer::Reader.
Eduard Burtescu
-11
/
+11
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-4
/
+4
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-16
/
+25
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-15
/
+15
2014-02-23
Make break and continue hygienic
Edward Wang
-2
/
+3
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
[prev]
[next]