about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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
2017-11-03Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakisbors-24/+71
2017-11-03Fix unsafe auto trait pretty print.leonardo.yvens-1/+1
2017-11-03Parse auto traits the same as traits.leonardo.yvens-49/+32
2017-11-03Add tests for `auto trait`, fix parsing bugleonardo.yvens-32/+32
2017-11-03Feature gate `auto trait` and ignore it in rustdocleonardo.yvens-0/+6
2017-11-03add `auto` keyword, parse `auto trait`, lower to HIRleonardo.yvens-7/+65
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-11/+11
2017-11-03Refactor internal suggestion APIOliver Schneider-4/+4
2017-11-03Pretty print json in ui testsOliver Schneider-6/+16
2017-11-03Remove outdated documentationOliver Schneider-6/+2
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-2/+41
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-13/+60
2017-11-01Remove the redundant span_label.laurent-1/+0
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-0/+37
2017-11-01Preserve original formatting.laurent-4/+1
2017-11-01Remove the parser snapshot hack.laurent-40/+16