about summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-5/+5
2015-01-11Update Token::can_begin_expr() to make it consistent with the grammar:Daniel Grunwald-2/+2
2015-01-07use slicing sugarJorge Aparicio-9/+9
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-3/+3
2015-01-06Fix misspelled comments.Joseph Crail-3/+3
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-0/+1
2015-01-06Register new snapshotsAlex Crichton-17/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-0/+6
2015-01-07falloutNick Cameron-3/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-0/+6
2015-01-07Remove old slicing hacks and make new slicing workNick Cameron-49/+49
2015-01-07Replace full slice notation with index callsNick Cameron-9/+9
2015-01-06syntax: implement 'macro input future proofing'Corey Richardson-0/+1
2015-01-05Reserve the keyword 'macro'Keegan McAllister-0/+1
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-0/+24
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-0/+17
2015-01-03Remove deprecated functionalityAlex Crichton-8/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-8/+8
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+3
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-1/+1
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-6/+6
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-6/+6
2014-12-21Fallout of std::str stabilizationAlex Crichton-10/+14
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-14/+5
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-11Register new snapshotsAlex Crichton-2/+0
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+12
2014-12-03Deprecate EquivJorge Aparicio-0/+1
2014-12-03Overload the `==` operatorJorge Aparicio-0/+22
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+6
2014-11-25/** -> ///Steve Klabnik-7/+5
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-9/+4
2014-11-20Parse and store suffixes on literals.Huon Wilson-3/+16
2014-11-19Switch to an independent enum for `Lit*` subtokens.Huon Wilson-25/+17
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+7
2014-11-07Purge the old `once_fns`, which are not coming backNiko Matsakis-30/+29
2014-11-05Remove `Matcher`sPiotr Czarnecki-2/+0
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-0/+8
2014-11-05Register snapshots.Eduard Burtescu-77/+0
2014-11-03Clean-up transmutes in libsyntaxAriel Ben-Yehuda-2/+2
2014-10-30Test fixes and rebase conflictsAlex Crichton-7/+7
2014-10-30rollup merge of #18430 : bjz/tokenAlex Crichton-34/+30
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-30Formatting fixesBrendan Zabarauskas-8/+8
2014-10-30Remove Token::get_close_delimiterBrendan Zabarauskas-11/+0
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-19/+26
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-28Move token-to-string functions into print::pprustBrendan Zabarauskas-95/+0