about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2017-04-21Move parse_remaining_bounds into a separate functionVadim Petrochenkov-20/+21
2017-04-21Fix issue with single question mark or parenVadim Petrochenkov-23/+28
2017-04-21syntax: Support parentheses around trait boundsVadim Petrochenkov-4/+25
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-47/+46
2017-04-20Don't panic if an attribute macro fails to resolve at crate rootAustin Bonander-2/+12
2017-04-21Added feature gate, updated error messages and tests.Cameron Hart-5/+18
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-7/+45
2017-04-20Stabilize RFC 1506 - clarified ADT kindsMatthew-25/+3
2017-04-20Rollup merge of #41214 - estebank:less-multiline, r=petrochenkovCorey Farwell-0/+19
2017-04-18Add top level sections to the Unstable Book.Corey Farwell-3/+0
2017-04-17Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkovbors-70/+101
2017-04-17libsyntax/parse: improve associated item error reportingAriel Ben-Yehuda-70/+101
2017-04-17Auto merge of #41345 - frewsxcv:rollup, r=frewsxcvbors-30/+82
2017-04-17Auto merge of #41264 - alexeyzab:41158-fix-docs, r=steveklabnikbors-2/+2
2017-04-17Adjust descriptionalexey zabelin-1/+1
2017-04-15satisfy completely useless tidy checkAlex Burka-1/+1
2017-04-15feature gate :vis matcherAlex Burka-22/+51
2017-04-15widen :vis follow setAlex Burka-4/+4
2017-04-15move NtVis enum variant to stave off comment rotAlex Burka-1/+1
2017-04-15parse interpolated visibility tokensAlex Burka-1/+4
2017-04-15update print_visibility for new pub(restricted) syntaxAlex Burka-8/+6
2017-04-15update :vis implementation to current rustAlex Burka-7/+7
2017-04-15Implementation of the `vis` macro matcher.Daniel Keep-1/+23
2017-04-14Put overlapping impls behind feature gate, add testsSean Griffin-0/+3
2017-04-13Address the PR reviewalexey zabelin-2/+2
2017-04-12Fix old docsalexey zabelin-2/+2
2017-04-12Add global_asm testsA.J. Gardner-1/+1
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+40
2017-04-12Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1Tim Neumann-3/+3
2017-04-12Add a way to get shorter spans until `char` for pointing at defsEsteban Küber-0/+19
2017-04-11Auto merge of #41174 - estebank:issue-41155, r=nikomatsakisbors-2/+4
2017-04-10Point at only one char on `Span::next_point`Esteban Küber-2/+4
2017-04-10Auto merge of #40018 - japaric:ld, r=alexcrichtonbors-0/+3
2017-04-09Auto merge of #41136 - estebank:multiline, r=jonathandturnerbors-0/+134
2017-04-09Always show end line of multiline annotationsEsteban Küber-0/+134
2017-04-08Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkovbors-3/+31
2017-04-07Merge branch 'master' into ty-placeholderEsteban Küber-38/+126
2017-04-07pub(restricted) didn't make it into 1.17est31-1/+1
2017-04-07hack: add a linker_flavor feature gateJorge Aparicio-0/+3
2017-04-07Auto merge of #39987 - japaric:used, r=arielb1bors-0/+8
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-0/+25
2017-04-05Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkovCorey Farwell-1/+22
2017-04-05document the implementation a bit moreJorge Aparicio-2/+2
2017-04-05Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomezAriel Ben-Yehuda-15/+42
2017-04-05add an #[used] attributeJorge Aparicio-0/+8
2017-04-05Use proper span for tuple index parsed as floatEsteban Küber-3/+3
2017-04-05Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturonCorey Farwell-9/+3
2017-04-04Merge branch 'master' into issue-32540Esteban Küber-1662/+671
2017-04-03Fix bug parsing `#[derive]` macro invocations.Jeffrey Seyfried-1/+22
2017-04-03Merge branch 'master' into issue-40006Esteban Küber-1663/+672