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
Age
Commit message (
Expand
)
Author
Lines
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
-63
/
+307
2014-07-10
auto merge of #15556 : alexcrichton/rust/snapshots, r=brson
bors
-142
/
+0
2014-07-09
auto merge of #15514 : luqmana/rust/die-advance-die, r=cmr
bors
-21
/
+6
2014-07-09
libsyntax: Remove uses of advance.
Luqman Aden
-21
/
+6
2014-07-09
syntax: De-doc comment to fix nightlies
Alex Crichton
-50
/
+50
2014-07-09
Register new snapshots
Alex Crichton
-142
/
+0
2014-07-09
Fix all the test fallout
Corey Richardson
-86
/
+98
2014-07-09
ast: make Name its own type
Corey Richardson
-104
/
+147
2014-07-09
lexer: lex WS/COMMENT/SHEBANG rather than skipping
Corey Richardson
-62
/
+118
2014-07-09
syntax: don't parse numeric literals in the lexer
Corey Richardson
-264
/
+323
2014-07-09
syntax: don't process string/char/byte/binary lits
Corey Richardson
-81
/
+312
2014-07-09
ast: add an `as_str` method to Ident
Corey Richardson
-0
/
+7
2014-07-09
lexer: add ident_from and ident_from_to methods
Corey Richardson
-0
/
+14
2014-07-09
lexer: shuffle around some functions
Corey Richardson
-99
/
+100
2014-07-09
codemap: be less annoying in debug logging
Corey Richardson
-5
/
+4
2014-07-09
syntax: use a better Show impl for Ident
Corey Richardson
-2
/
+8
2014-07-09
token: replace ast::Ident with just Ident
Corey Richardson
-18
/
+19
2014-07-09
syntax: doc comments all the things
Corey Richardson
-1137
/
+1136
2014-07-08
carry self ident forward through re-parsing
John Clements
-52
/
+82
2014-07-08
macro literals should be compared by name only
John Clements
-2
/
+9
2014-07-08
comments
John Clements
-0
/
+1
2014-07-08
remove outdated comment
John Clements
-12
/
+0
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
replace idents with names
John Clements
-0
/
+5
2014-07-08
get rid of keyword idents, replace with names
John Clements
-8
/
+8
2014-07-08
preserve context in parsing of `self` varref
John Clements
-9
/
+11
2014-07-08
remove unused fn, make SELF_KEYWORD_NAME public
John Clements
-5
/
+1
2014-07-08
test harness cleanup
John Clements
-27
/
+20
2014-07-08
change if/else to match
John Clements
-179
/
+197
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
-147
/
+287
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-147
/
+287
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-55
/
+89
2014-07-07
Improve non-exhaustive pattern witnesses for structs with multiple fields
Jakub Wieczorek
-2
/
+4
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-1
/
+3
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-13
/
+8
2014-07-05
auto merge of #15428 : phildawes/rust/master, r=huonw
bors
-2
/
+3
2014-07-05
auto merge of #15427 : aochagavia/rust/parse, r=pcwalton
bors
-16
/
+2
2014-07-05
auto merge of #15425 : jbclements/rust/hygiene-for-3-kinds-of-args, r=cmr
bors
-111
/
+284
2014-07-04
Parser: fix PatIdent span bug
Phil Dawes
-2
/
+3
2014-07-04
Removed unnecessary method in test
Adolfo OchagavĂa
-16
/
+2
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
[prev]
[next]