about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-12-12Use a `newtype_index!` within `Symbol`.Nicholas Nethercote-0/+4
2018-12-10improve diagnostics for invalid external docsAndy Russell-10/+26
2018-12-10reject invalid external doc attributesAndy Russell-2/+30
2018-12-10Auto merge of #56369 - nnethercote:rm-Delimited, r=petrochenkovbors-185/+168
2018-12-10Remove `tokenstream::Delimited`.Nicholas Nethercote-185/+168
2018-12-09Add missing, non-panicking `maybe_new_parser_from_file` variantIgor Matuszewski-8/+29
2018-12-10Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote-1/+1
2018-12-08Rollup merge of #56248 - estebank:suggest-bare-pub, r=petrochenkovMazdak Farrokhzad-20/+48
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-382/+381
2018-12-07Fixed incorrect reference to issue #23121.Alexander Regueiro-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-382/+381
2018-12-07use top level `fs` functions where appropriateAndy Russell-58/+49
2018-12-07Add suggestion for underscore binding fix.David Wood-0/+9
2018-12-07Add context for RFC 1685 change in 2018 edition.David Wood-4/+6
2018-12-07Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrumkennytm-1/+1
2018-12-07Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...Vadim Petrochenkov-37/+3
2018-12-06Auto merge of #56392 - petrochenkov:regensym, r=oli-obkbors-14/+13
2018-12-06Auto merge of #56557 - pietroalbini:rollup, r=pietroalbinibors-60/+47
2018-12-06Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors-0/+3
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-21/+20
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-37/+23
2018-12-06Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko...Pietro Albini-2/+4
2018-12-06Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic...bors-63/+74
2018-12-05Rollup merge of #56452 - sinkuu:redundant_clone, r=nikicPietro Albini-1/+1
2018-12-05Auto merge of #55466 - sinkuu:cleanup, r=petrochenkovbors-63/+34
2018-12-05Fix pretty testShotaro Yamada-1/+1
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-34/+21
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-13/+16
2018-12-04new_source_file no longer enters duplicate files, expand_include_bytes includ...Matthew Russo-19/+40
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-1/+1
2018-12-04cleanup: remove static lifetimes from constsljedrz-21/+20
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