about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-01-15Point at unused arguments for format stringEsteban Küber-29/+34
2018-01-15Move `ExprPrecedence` to `libsyntax/util/parser.rs`Esteban Küber-135/+127
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-2/+2
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-1/+1
2018-01-15Use single source of truth for expr precedenceEsteban Küber-62/+182
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-1/+36
2018-01-14Auto merge of #46455 - petrochenkov:pimpl, r=nikomatsakisbors-167/+156
2018-01-14syntax: Disambiguate generics and qualified pathsVadim Petrochenkov-15/+33
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-154/+125
2018-01-14Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavusbors-1/+35
2018-01-13Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkovbors-80/+39
2018-01-13Re-add support for `impl Trait for ..` to the parserVadim Petrochenkov-1/+5
2018-01-13Address review.leonardo.yvens-4/+4
2018-01-13Parse `auto trait` inside fns.leonardo.yvens-12/+16
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-69/+20
2018-01-13Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddybbors-10/+2
2018-01-13Auto merge of #47242 - estebank:issue-15980, r=petrochenkovbors-11/+42
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-0/+7
2018-01-13Rollup merge of #47343 - goffrie:master, r=jseyfriedkennytm-6/+24
2018-01-13Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakiskennytm-4/+8
2018-01-10Glued tokens can themselves be joint.Geoffry Song-6/+24
2018-01-10Use correct line offsets for doctests (fixes #45868)Manish Goregaokar-1/+35
2018-01-09Treat #[path] files as mod.rs filesTaylor Cramer-4/+8
2018-01-09Rollup merge of #47256 - rkruppe:misc-cleanup, r=eddybkennytm-3/+2
2018-01-09Rollup merge of #47210 - zackmdavis:the_3rd_of_2_hardest_problems_in_computer...kennytm-1/+1
2018-01-08Auto merge of #47232 - keatinge:master, r=petrochenkovbors-2/+14
2018-01-07`struct` pattern parsing and diagnostic tweaksEsteban Küber-11/+42
2018-01-07Rename ReprExtern to ReprC, and similarily rename a few other fields and loca...Robin Kruppe-3/+2
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2018-01-07Remove deprecated unstable attribute `#[simd]`Robin Kruppe-10/+2
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-0/+7
2018-01-07Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakisbors-4/+18
2018-01-06Fix tidy errorkeatinge-2/+5
2018-01-06Use span_suggestion instead of span_err_helpkeatinge-3/+3
2018-01-06wherein careful doc-decoration arithmetic proves quite the ICE-breakerZack M. Davis-1/+1
2018-01-07Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakiskennytm-15/+15
2018-01-06fix stylekeatinge-4/+2
2018-01-06Emit non-fatal error insteadkeatinge-8/+10
2018-01-06fix capitalizationkeatinge-2/+2
2018-01-06Add help message for incorrect pattern syntaxkeatinge-1/+10
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-5/+7
2018-01-04rustc: use {U,I}size instead of {U,I}s shorthands.Eduard-Mihai Burtescu-15/+15
2018-01-03Support `extern` in pathsVadim Petrochenkov-4/+18
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-5/+7
2018-01-01Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfriedbors-21/+69
2017-12-30in which leading zeroes on tuple-struct accesses are abjuredZack M. Davis-3/+12
2017-12-30refactor lifetime out of is_lifetimeMatt Peterson-19/+20
2017-12-28CleanupMatt Peterson-5/+5
2017-12-28Add feature gate macro_lifetime_matcherMatt Peterson-2/+20
2017-12-28CleanupMatt Peterson-4/+3