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
Age
Commit message (
Expand
)
Author
Lines
2014-07-15
Fix errors
Adolfo OchagavĂa
-1
/
+0
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo OchagavĂa
-5
/
+5
2014-07-13
macro expansion for methods
John Clements
-25
/
+47
2014-07-13
expansion abstraction
John Clements
-144
/
+114
2014-07-13
add make_method method to MacResult trait
John Clements
-1
/
+36
2014-07-13
remove no-stmt check
John Clements
-4
/
+0
2014-07-13
macro method unit test case fix
John Clements
-2
/
+2
2014-07-13
refactor Method definition to make space for macros
John Clements
-19
/
+23
2014-07-12
auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex...
bors
-11
/
+42
2014-07-11
add Macro Exterminator
John Clements
-0
/
+19
2014-07-11
make walk/visit_mac opt-in only
John Clements
-1
/
+6
2014-07-11
use side table to store exported macros
John Clements
-5
/
+11
2014-07-11
rename one of the two confusing MacroExpanders
John Clements
-5
/
+6
2014-07-11
Removed dead structures after changes to PartialOrd/Ord derivings.
Felix S. Klock II
-352
/
+29
2014-07-11
`O(n*k)` code-size deriving on enums (better than previous `O(n^k)`).
Felix S. Klock II
-43
/
+455
2014-07-11
Revise the `const_nonmatching` flag with more info about author's intent.
Felix S. Klock II
-23
/
+40
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-2
/
+8
2014-07-09
Fix all the test fallout
Corey Richardson
-38
/
+38
2014-07-09
ast: make Name its own type
Corey Richardson
-10
/
+22
2014-07-09
syntax: don't parse numeric literals in the lexer
Corey Richardson
-36
/
+5
2014-07-09
syntax: don't process string/char/byte/binary lits
Corey Richardson
-5
/
+5
2014-07-09
syntax: doc comments all the things
Corey Richardson
-406
/
+397
2014-07-08
carry self ident forward through re-parsing
John Clements
-7
/
+24
2014-07-08
macro literals should be compared by name only
John Clements
-2
/
+9
2014-07-08
implement hygiene for method args
John Clements
-0
/
+25
2014-07-08
test case for expansion of method macro
John Clements
-2
/
+13
2014-07-08
introducing let-syntax
John Clements
-2
/
+27
2014-07-08
self arg macro test case
John Clements
-0
/
+13
2014-07-08
test harness cleanup
John Clements
-27
/
+20
2014-07-08
added test for method arg hygiene
John Clements
-0
/
+13
2014-07-08
auto merge of #15493 : brson/rust/tostr, r=pcwalton
bors
-33
/
+33
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-33
/
+33
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-20
/
+18
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-7
/
+6
2014-07-04
implement hygiene for ExprFnBlock and ExprProc
John Clements
-1
/
+15
2014-07-04
added test cases for closure arg hygiene
John Clements
-0
/
+22
2014-07-04
comments only
John Clements
-3
/
+2
2014-07-04
hygiene for item fn args
John Clements
-7
/
+49
2014-07-04
comments & test cases for IdentRenamers
John Clements
-11
/
+63
2014-07-04
use PatIdentRenamer for match bindings
John Clements
-10
/
+5
2014-07-04
comments only
John Clements
-3
/
+3
2014-07-04
new_mark -> apply_mark, new_rename -> apply_rename
John Clements
-28
/
+28
2014-07-04
add PatIdentRenamer
John Clements
-6
/
+37
2014-07-04
move RenameList to mtwt, add new_renames abstraction
John Clements
-23
/
+40
2014-07-04
comments, whitespace, rename NameFinderContext to PatIdentFinder
John Clements
-19
/
+15
2014-07-03
simplify and uncomment item-fn-arg hygiene unit test
John Clements
-9
/
+6
2014-07-03
Simplify creating a parser from a token tree
Piotr Jawniak
-31
/
+11
2014-07-03
Fix spelling errors.
Joseph Crail
-3
/
+3
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-34
/
+12
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-5
/
+99
[next]