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-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
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-5
/
+5
2014-04-16
syntax: unify all MacResult's into a single trait.
Huon Wilson
-17
/
+28
2014-03-31
syntax: Switch field privacy as necessary
Alex Crichton
-7
/
+7
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
-211
/
+182
2014-03-28
syntax: Accept meta matchers in macros
Alex Crichton
-1
/
+1
2014-03-28
De-@ NamedMatch.
Eduard Burtescu
-26
/
+27
2014-03-28
De-@ TokenTree.
Eduard Burtescu
-6
/
+8
2014-03-28
Used inherited mutability in lexer::Reader.
Eduard Burtescu
-184
/
+152
2014-03-22
syntax: Fix fallout of removing get()
Alex Crichton
-54
/
+31
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-3
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-3
/
+3
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-13
/
+12
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-8
/
+8
[prev]
[next]