summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2017-12-01Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkovbors-206/+222
2017-12-01move comparator into +find_best_match_name+ functionJulian Kulesh-5/+27
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-206/+222
2017-11-29Point to next token when it is in the expected lineEsteban Küber-6/+23
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-12/+0
2017-11-28Fix hygiene bug.Jeffrey Seyfried-3/+10
2017-11-28Rollup merge of #46258 - colinmarsh19:master, r=estebankkennytm-1/+6
2017-11-26limit packed copy-out to non-generic Copy structsAriel Ben-Yehuda-1/+1
2017-11-25Changed from note to span_suggestion_shortcolinmarsh19-1/+2
2017-11-25Fixed Err by passing "err"colinmarsh19-1/+1
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