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
/
parse
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-1
/
+2
2013-05-03
More accurate spans
Seo Sanghyeon
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-2
/
+2
2013-04-16
add self.token_to_str and is_any_keyword convenience abstractions
John Clements
-8
/
+27
2013-03-29
commenting parser
John Clements
-1
/
+14
2013-03-26
syntax: Removing uses of HashMap
Alex Crichton
-4
/
+4
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-1
/
+1
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-6
/
+6
2013-03-06
removed unused abstraction over paths and value_paths
John Clements
-4
/
+0
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-03
libsyntax: add &self to parser methods
Erick Tryzelaar
-23
/
+29
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-18
/
+6
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-18
/
+8
2013-02-26
libsyntax: change closures to take fn(&Parser)
Erick Tryzelaar
-9
/
+9
2013-02-26
libsyntax: change token_is_word to take &Token
Erick Tryzelaar
-1
/
+1
2013-02-26
libsyntax: change Parser::unexpected_last to take &Token
Erick Tryzelaar
-2
/
+2
2013-02-26
libsyntax: more minor cleanup
Erick Tryzelaar
-4
/
+4
2013-02-26
libsyntax: change token::to_str to take &Token
Erick Tryzelaar
-21
/
+22
2013-02-26
libsyntax: change attr::parse_seq_* to take &Token
Erick Tryzelaar
-11
/
+11
2013-02-25
libsyntax: add some explicit copies
Erick Tryzelaar
-2
/
+2
2013-02-25
libsyntax: change token_is_{word,keyword} to take &Token
Erick Tryzelaar
-6
/
+6
2013-02-25
libsyntax: minor cleanup
Erick Tryzelaar
-45
/
+88
2013-02-25
libsyntax: change expect to take &token::Token
Erick Tryzelaar
-12
/
+13
2013-02-25
libsyntax: change eat to take a &token
Erick Tryzelaar
-2
/
+2
2013-02-25
libsyntax: is_keyword should take a &~str
Erick Tryzelaar
-21
/
+21
2013-02-22
libsyntax: De-mut the parser. rs=demuting
Patrick Walton
-23
/
+23
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-13
/
+22
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-7
/
+7
2013-02-13
cleanup, fix test case
John Clements
-1
/
+0
2013-02-13
Commenting, test cases, cleanup
John Clements
-3
/
+23
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-4
/
+4
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-31
test cases, cleanup
John Clements
-5
/
+6
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-8
/
+8
2013-01-14
convert ast::pat_list_ident_ to a struct
Erick Tryzelaar
-1
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+4
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-4
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+4
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+6
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-2
/
+2
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-4
/
+4
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-35
/
+1
2012-11-16
Change spans to use byte offsets instead of char offsets
Brian Anderson
-1
/
+1
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-1
/
+1
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-47
/
+47
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-19
libsyntax: Remove the restricted keyword concept
Brian Anderson
-24
/
+0
[next]