about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2017-04-25 support `default impl` for specializationGianni Ciccarelli-3/+11
2017-04-24Remove strip prefixGuillaume Gomez-16/+2
2017-04-24Add tests for module suggestionsGuillaume Gomez-15/+28
2017-04-24Fix invalid module suggestionGuillaume Gomez-13/+20
2017-04-24support `default impl` for specializationGianni Ciccarelli-13/+52
2017-04-24Fix more merge conflictsMatthew-37/+64
2017-04-22Resolve merge conflictmatthewjasper-56/+116
2017-04-22Auto merge of #41464 - frewsxcv:rollup, r=frewsxcvbors-37/+64
2017-04-22Rollup merge of #41077 - petrochenkov:boundparen, r=nikomatsakisCorey Farwell-37/+64
2017-04-22Auto merge of #39999 - bitshifter:struct_align, r=eddybbors-7/+58
2017-04-21Rollup merge of #41432 - abonander:issue_41211, r=jseyfriedCorey Farwell-2/+12
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