summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2017-11-25Remove semicolon notecolinmarsh19-1/+5
2017-11-24Consume trailing doc comments to avoid parse errorsEsteban Küber-3/+2
2017-11-24Revert to correct recovery behaviorEsteban Küber-0/+1
2017-11-24Emit `DocComment` in bad location error but continue parsing struct fieldsEsteban Küber-2/+10
2017-11-24Suggest macro call when not sure that it is fn definitionEsteban Küber-19/+16
2017-11-24Do not attemt to continue parsing after `pub ident`Esteban Küber-115/+23
2017-11-24Do not rewind parser and ignore following blocksEsteban Küber-52/+189
2017-11-24Account for missing keyword in fn/struct definitionEsteban Küber-1/+52
2017-11-22Update parser.rsMichael Howell-1/+1
2017-11-22Implement in-band lifetime bindingsTaylor Cramer-0/+3
2017-11-22Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomezbors-5/+105
2017-11-21make with_unsugared_doc preserve is_sugared_docQuietMisdreavus-4/+6
2017-11-21allow loading external files in documentationQuietMisdreavus-1/+99
2017-11-22Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkovkennytm-3/+25
2017-11-21Auto merge of #45771 - petrochenkov:crate, r=nikomatsakisbors-7/+38
2017-11-21Auto merge of #45545 - durka:macro-backtrace, r=nrcbors-1/+1
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+6
2017-11-21Support `::crate` in pathsVadim Petrochenkov-7/+38
2017-11-20address review commentsAlex Burka-4/+3
2017-11-20Address PR commentsOliver Schneider-1/+1
2017-11-20Include rendered diagnostic in jsonOliver Schneider-3/+25
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-0/+8
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+8
2017-11-19use -Z flag instead of env varAlex Burka-2/+3
2017-11-18Auto merge of #46039 - oli-obk:test_suggestions, r=petrochenkovbors-12/+2
2017-11-17update links and tracking issue for doc_spotlightQuietMisdreavus-1/+1
2017-11-17add doc_highlight feature flag and testsQuietMisdreavus-0/+6
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-12/+2
2017-11-16Rollup merge of #45973 - arielb1:fast-path, r=estebankGuillaume Gomez-3/+24
2017-11-15Add universal_impl_trait feature gateChristopher Vittal-4/+3
2017-11-14avoid the pprust infrastructure in macro expansionAriel Ben-Yehuda-3/+24
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-0/+3
2017-11-11Accept interpolated patterns in trait method parametersVadim Petrochenkov-17/+9
2017-11-10Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkovbors-17/+22
2017-11-09Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebankbors-4/+4
2017-11-08Auto merge of #45452 - estebank:colon-typo, r=nikomatsakisbors-44/+88
2017-11-07initial implementation of arbitrary_self_typesMichael Hewson-0/+3
2017-11-07Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytmkennytm-0/+9
2017-11-06Using `...` in expressions is now an errorBadel2-16/+21
2017-11-06Inclusive range updated to `..=` syntaxBadel2-1/+1
2017-11-06Auto merge of #45737 - oli-obk:json, r=petrochenkovbors-12/+18
2017-11-05Pretty print parens around casts on the LHS of '<'Alec Theriault-0/+9
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-1/+0
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-0/+6
2017-11-04Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors-2/+41
2017-11-04Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkovbors-0/+9
2017-11-04Rollup merge of #45639 - LaurentMazare:master, r=petrochenkovkennytm-1/+7
2017-11-03Detect `=` -> `:` typo in let bindingsEsteban Küber-44/+88
2017-11-03Copy `AsciiExt` methods to `str` directlyLukas Kalbertodt-1/+0
2017-11-03Added feature gate for RFC 2008.David Wood-0/+9