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
/
token.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-5
/
+5
2015-01-11
Update Token::can_begin_expr() to make it consistent with the grammar:
Daniel Grunwald
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-9
/
+9
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-3
/
+3
2015-01-06
Fix misspelled comments.
Joseph Crail
-3
/
+3
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-17
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-0
/
+6
2015-01-07
fallout
Nick Cameron
-3
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-0
/
+6
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-49
/
+49
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-9
/
+9
2015-01-06
syntax: implement 'macro input future proofing'
Corey Richardson
-0
/
+1
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-0
/
+1
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-0
/
+24
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-0
/
+17
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-6
/
+6
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-6
/
+6
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-10
/
+14
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-14
/
+5
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-11
Register new snapshots
Alex Crichton
-2
/
+0
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+12
2014-12-03
Deprecate Equiv
Jorge Aparicio
-0
/
+1
2014-12-03
Overload the `==` operator
Jorge Aparicio
-0
/
+22
2014-11-29
Fix rustc panic on second compile_input
Murarth
-0
/
+6
2014-11-25
/** -> ///
Steve Klabnik
-7
/
+5
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-9
/
+4
2014-11-20
Parse and store suffixes on literals.
Huon Wilson
-3
/
+16
2014-11-19
Switch to an independent enum for `Lit*` subtokens.
Huon Wilson
-25
/
+17
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+7
2014-11-07
Purge the old `once_fns`, which are not coming back
Niko Matsakis
-30
/
+29
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-2
/
+0
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-0
/
+8
2014-11-05
Register snapshots.
Eduard Burtescu
-77
/
+0
2014-11-03
Clean-up transmutes in libsyntax
Ariel Ben-Yehuda
-2
/
+2
2014-10-30
Test fixes and rebase conflicts
Alex Crichton
-7
/
+7
2014-10-30
rollup merge of #18430 : bjz/token
Alex Crichton
-34
/
+30
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-2
/
+2
2014-10-30
Formatting fixes
Brendan Zabarauskas
-8
/
+8
2014-10-30
Remove Token::get_close_delimiter
Brendan Zabarauskas
-11
/
+0
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-19
/
+26
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-95
/
+0
[next]