about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-12-04Tidy fixupOliver Scherer-1/+1
2018-12-04Allow calling `const unsafe fn` in `const fn` behind a feature gateOliver Scherer-0/+3
2018-12-04Remove redundant cloneShotaro Yamada-1/+1
2018-12-04Fix testShotaro Yamada-1/+2
2018-12-04Use iterator and pattern APIs instead of `char_at`Shotaro Yamada-62/+32
2018-12-04Address review commentsVadim Petrochenkov-23/+10
2018-12-04syntax: Remove `#[non_exhaustive]` from `Edition`Vadim Petrochenkov-1/+0
2018-12-04syntax: Rename some keywordsVadim Petrochenkov-13/+13
2018-12-03Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkovkennytm-6/+1
2018-12-03Rollup merge of #56433 - yui-knk:update_comment_of_parse_visibility, r=petroc...kennytm-3/+4
2018-12-03Rollup merge of #56419 - mark-i-m:remove-try, r=Centrilkennytm-5/+3
2018-12-03Rollup merge of #56412 - petrochenkov:extself, r=Centrilkennytm-1/+1
2018-12-03Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centrilkennytm-6/+5
2018-12-02Remove not used `DotEq` tokenyui-knk-6/+1
2018-12-02Delay gensym creation for "underscore items" until name resolutionVadim Petrochenkov-14/+13
2018-12-02Fix "line longer than 100 chars"yui-knk-3/+4
2018-12-02Add description about `crate` for parse_visibility's commentyui-knk-1/+1
2018-12-01remove some uses of try!Mark Mansi-5/+3
2018-12-01Update tracking issue for `extern_crate_self`Vadim Petrochenkov-1/+1
2018-12-01resolve: Support aliasing local crate root in extern preludeVadim Petrochenkov-1/+8
2018-11-30Use appropriate terminology based on heuristicEsteban Küber-13/+24
2018-11-30Removed feature gate.Alexander Regueiro-6/+5
2018-11-30Suggest an appropriate token when encountering `pub Ident<'a>`Esteban Küber-11/+28
2018-12-01Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centrilkennytm-4/+3
2018-12-01Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakiskennytm-201/+216
2018-12-01Rollup merge of #56268 - nnethercote:fold_opt_expr-recycle, r=petrochenkovkennytm-39/+73
2018-11-30Removed feature gate.Alexander Regueiro-4/+3
2018-11-30Add precise_pointer_size_matching featurevarkor-0/+2
2018-11-30Stabilise exhaustive_integer_patternsvarkor-2/+2
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-2/+2
2018-11-29Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavisGuillaume Gomez-2/+2
2018-11-29Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakisGuillaume Gomez-2/+2
2018-11-29Rollup merge of #56255 - jasonl:update-old-documents, r=michaelwoeristerGuillaume Gomez-3/+2
2018-11-29Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakisGuillaume Gomez-8/+45
2018-11-29Split up `pretty_print` and `print`.Nicholas Nethercote-150/+152
2018-11-29Use `Cow` in `Token::String`.Nicholas Nethercote-57/+63
2018-11-29Remove `huge_word` and `zero_word`.Nicholas Nethercote-9/+16
2018-11-29Fix whitespace in `pp.rs`.Nicholas Nethercote-126/+126
2018-11-28Clean up span in non-trailing `..` suggestionEsteban Küber-2/+2
2018-11-27remove uses of feature gateMark Mansi-1/+0
2018-11-27remove some unused varsMark Mansi-6/+6
2018-11-27remove feature gateMark Mansi-42/+7
2018-11-27move feature gate to acceptedMark Mansi-3/+2
2018-11-27Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakisbors-14/+54
2018-11-26Specify suggestion applicabilityEsteban Küber-1/+2
2018-11-27resolve: Implement edition hygiene for imports and absolute pathsVadim Petrochenkov-16/+13
2018-11-26rustc-guide has movedMark Mansi-2/+2
2018-11-26Update outdated code comments in StringReaderJason Langenauer-3/+2
2018-11-26Emit one diagnostic for multiple misplaced lifetimesEsteban Küber-12/+19
2018-11-25Move lifetimes before the *first* type argumentEsteban Küber-1/+3