about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-03-29Fix escaped backslash in windows file not found messagePhlosioneer-1/+1
2018-03-29Add easy edition feature flagManish Goregaokar-13/+30
2018-03-29Stabilize underscore lifetimesTaylor Cramer-8/+5
2018-03-28Stabilize match_default_bindingsTaylor Cramer-4/+3
2018-03-28Make ParseSess thread-safeJohn Kåre Alsaker-14/+12
2018-03-28Make SyntaxExtension thread-safeJohn Kåre Alsaker-9/+13
2018-03-28Make LazyTokenStream thread-safeJohn Kåre Alsaker-15/+6
2018-03-27Rollup merge of #49417 - TimNN:fix-ios, r=alexcrichtonkennytm-6/+6
2018-03-27Rollup merge of #49395 - petrochenkov:obsolete, r=alexcrichtonkennytm-74/+0
2018-03-27Rollup merge of #49369 - petrochenkov:rprint, r=oli-obkkennytm-2/+13
2018-03-27Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichtonbors-6/+6
2018-03-27libsyntax: Remove obsolete.rsVadim Petrochenkov-74/+0
2018-03-27Fix pretty-printing for raw identifiersVadim Petrochenkov-2/+13
2018-03-26Fix missed i128 feature gatesMark Mansi-2/+2
2018-03-26Stabilize i128 feature tooMark Mansi-4/+8
2018-03-26Stabilize i128_typeMark Mansi-16/+3
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-3/+2
2018-03-26Stabilize universal_impl_traitTaylor Cramer-3/+2
2018-03-25Feature gate where clauses on associated typesMatthew Jasper-2/+6
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-23/+3
2018-03-25Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkovkennytm-1/+7
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-6/+8
2018-03-24Better diagnostics for '..' pattern fragment not in the last positionHidehito Yabuuchi-1/+7
2018-03-23Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollupAlex Crichton-36/+36
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-128/+224
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-23/+3
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-0/+7
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+8
2018-03-22Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b...varkor-6/+6
2018-03-22Clarify description of raw_identifiers feature flag.Lymia Aluysia-1/+1
2018-03-22Clean up raw identifier handling when recovering tokens from AST.Lymia Aluysia-4/+5
2018-03-22Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebankkennytm-9/+14
2018-03-20Revert "Stabilize termination_trait in 1.25, not 1.26"Tyler Mandry-2/+2
2018-03-20change all appropriate EPOCH to EDITIONKurtis Nusbaum-1/+1
2018-03-20rename epoch to editionKurtis Nusbaum-36/+36
2018-03-20Auto merge of #49190 - kennytm:rollup, r=kennytmbors-60/+57
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-12/+6
2018-03-20Rollup merge of #49104 - csmoe:semicolon_error, r=petrochenkovkennytm-10/+1
2018-03-20Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakiskennytm-4/+6
2018-03-20Rollup merge of #48834 - ysiraichi:suggest-remove-ref, r=estebankkennytm-46/+50
2018-03-19Stabilize termination_trait in 1.25, not 1.26Tyler Mandry-2/+2
2018-03-19Stabilize termination_traitTyler Mandry-3/+2
2018-03-19Split out termination_trait_test feature gateTyler Mandry-4/+7
2018-03-18CodeMap functions refactored.Yukio Siraichi-50/+38
2018-03-18Review fixes.Yukio Siraichi-0/+16
2018-03-18Allow raw identifiers in diagnostic macros.Lymia Aluysia-5/+5
2018-03-18Return a is_raw parameter from Token::ident rather than having separate methods.Lymia Aluysia-34/+19
2018-03-18Move raw_identifiers check to the lexer.Lymia Aluysia-4/+5
2018-03-18Feature gate raw identifiers.Lymia Aluysia-1/+23
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-128/+215