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
Age
Commit message (
Expand
)
Author
Lines
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
/
+4
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-1
/
+1
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-50
/
+78
2014-11-05
Workaround to have doc comments desugared only in macros
Piotr Czarnecki
-7
/
+18
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-17
/
+19
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-199
/
+266
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
-16
/
+9
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
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
-22
/
+23
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-7
/
+8
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-5
/
+13
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-14
/
+14
2014-10-26
Prevent some vector reallocations
Brendan Zabarauskas
-6
/
+6
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-12
/
+12
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-37
/
+37
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
-8
/
+8
2014-10-07
Fix the most egregious instances of "local ambiguity: multiple parsing option...
Vadim Chugunov
-1
/
+10
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-1
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-7
/
+7
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-17
/
+17
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-20
/
+19
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-13
add make_method method to MacResult trait
John Clements
-1
/
+18
2014-07-11
rename one of the two confusing MacroExpanders
John Clements
-2
/
+2
2014-07-09
syntax: doc comments all the things
Corey Richardson
-99
/
+96
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
-5
/
+5
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-0
/
+1
2014-06-13
syntax: parse outer attributes in `quote_item!` calls.
Huon Wilson
-2
/
+1
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-2
/
+4
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-5
/
+6
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-06
auto merge of #14667 : aochagavia/rust/pr2, r=huonw
bors
-1
/
+1
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo OchagavĂa
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-2
/
+2
2014-05-30
libsyntax: Fix snake_case errors.
Kevin Butler
-3
/
+3
2014-05-28
Add patterns to MacResult
Keegan McAllister
-0
/
+5
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-8
/
+8
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
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-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-5
/
+6
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-19
/
+24
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-8
/
+8
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-9
/
+9
[next]