about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2016-05-03Rollup merge of #33343 - birkenfeld:issue-32214, r=ManishearthManish Goregaokar-5/+1
2016-05-03Rollup merge of #33334 - birkenfeld:issue29088, r=ManishearthManish Goregaokar-5/+4
2016-05-03Rollup merge of #33309 - birkenfeld:pp, r=nrcManish Goregaokar-85/+44
2016-05-02assert we get at least two rendered lines backNiko Matsakis-2/+5
2016-05-02avoid double panicNiko Matsakis-1/+2
2016-05-02do not fail if len(rendered_lines) is == 1Niko Matsakis-10/+14
2016-05-02update unit testsNiko Matsakis-39/+38
2016-05-02Finish up with 'old school' error modeJonathan Turner-12/+63
2016-05-02Add back in a 'old school' error formatJonathan Turner-50/+201
2016-05-02change color of warning to YELLOWNiko Matsakis-1/+1
2016-05-02fix snippet tests MORE!Niko Matsakis-2/+2
2016-05-02Nit: use Range::containsNiko Matsakis-7/+3
2016-05-02fix tests betterNiko Matsakis-5/+5
2016-05-02Nit: remove push_primary_span, which was never calledNiko Matsakis-4/+0
2016-05-02Nit: add commentNiko Matsakis-3/+5
2016-05-02only emit `^` at the start of a multi-line errorNiko Matsakis-143/+67
2016-05-02Nit: use last_mut betterNiko Matsakis-4/+3
2016-05-02Nit: in emitter.rsNiko Matsakis-2/+1
2016-05-02Nit: address various style nitsNiko Matsakis-5/+10
2016-05-02Nit: do not use RLKNiko Matsakis-12/+14
2016-05-02Nit: do not import variants from StyleNiko Matsakis-24/+23
2016-05-02Do not import variants from RenderedLineKindNiko Matsakis-12/+12
2016-05-02Nit: comments should be uppercase letterNiko Matsakis-4/+4
2016-05-02refactor the Emitter traitNiko Matsakis-98/+74
2016-05-02change errors from Yellow to MagentaNiko Matsakis-1/+1
2016-05-02WIP factor out RudimentaryEmitterNiko Matsakis-16/+31
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-29/+26
2016-05-02thread tighter span for closures aroundNiko Matsakis-3/+3
2016-05-02refactor to use new snippet code and modelNiko Matsakis-723/+335
2016-05-02adapt JSON to new modelNiko Matsakis-119/+83
2016-05-02revamp MultiSpan and introduce new snippet codeNiko Matsakis-135/+1428
2016-05-02parser: change warning into an error on `T<A=B, C>`Georg Brandl-5/+1
2016-05-02lexer: do not display char confusingly in error messageGeorg Brandl-5/+4
2016-05-01libsyntax/pp: replace manual ring buffer with a VecDequeGeorg Brandl-52/+19
2016-05-01libsyntax/pp: minor modernizationsGeorg Brandl-40/+32
2016-04-30Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrcbors-3/+1
2016-04-28Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakisSteve Klabnik-3/+25
2016-04-28Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakisbors-7/+38
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-579/+462
2016-04-27Make some fatal lexer errors recoverablemitaa-67/+108
2016-04-26allow InternedString to be compared to &str directlyOliver Schneider-3/+25
2016-04-25parse `pub(restricted)` visibilities for struct fieldsJeffrey Seyfried-7/+38
2016-04-25Rollup merge of #33041 - petrochenkov:path, r=nrc,ManishearthManish Goregaokar-665/+401
2016-04-24Remove some old code from libsyntaxVadim Petrochenkov-59/+14
2016-04-24syntax: Make `is_path_start` precise and improve some error messages about un...Vadim Petrochenkov-35/+62
2016-04-24syntax: Check paths in visibilities for type parametersVadim Petrochenkov-83/+83
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-162/+111
2016-04-24syntax: Don't parse idents with `parse_path`Vadim Petrochenkov-9/+12
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-148/+100
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-179/+107