about summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-16/+0
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-0/+2
2015-03-12Stabilize std::pathAaron Turon-0/+2
2015-03-10Remove proc keywordGuillaume Gomez-4/+4
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-4/+4
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-8/+8
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-2/+2
2015-02-14Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelixbors-2/+7
2015-02-12Made `Self` a keyword.Marvin Löbel-2/+7
2015-02-10rollup merge of #21918: ranma42/replace-beAlex Crichton-1/+1
2015-02-06Fix infinite loop errorGuillaumeGomez-1/+1
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-1/+1
2015-02-06Libsyntax has been updatedGuillaumeGomez-1/+1
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-14/+1
2015-02-06Add Str trait to InternedString, set get method deprecatedGuillaumeGomez-0/+8
2015-02-04Replace `be` with `become`Andrea Canciani-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02Tweak some ‘expected…’ error messagesP1start-1/+1
2015-01-30Use absolute path to FullRange, rather than assuming it is in the preludeNick Cameron-49/+48
2015-01-29s/Show/Debug/gJorge Aparicio-6/+6
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-5/+5
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-4/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-5/+5
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-1/+1
2015-01-17libsyntax: uint types to usizePaul Collier-3/+3
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