about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-12-17Auto merge of #56737 - nnethercote:TokenStream-improvements, r=petrochenkovbors-284/+107
2018-12-15Rollup merge of #56679 - euclio:external-doc-parse, r=estebankPietro Albini-12/+56
2018-12-15Auto merge of #56584 - davidtwco:issue-53990, r=nikomatsakisbors-4/+15
2018-12-14Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obkkennytm-0/+4
2018-12-14Rollup merge of #56658 - Xanewok:non-panicking-file-parser, r=petrochenkovkennytm-8/+29
2018-12-12Bump to 1.33.0Alex Crichton-4/+5
2018-12-12Rename `TokenStream::concat` and remove `TokenStream::concat_rc_vec`.Nicholas Nethercote-34/+30
2018-12-12Merge `TokenStreamKind` into `TokenStream`.Nicholas Nethercote-72/+65
2018-12-12Remove `RcVec` and `RcSlice`.Nicholas Nethercote-160/+0
2018-12-12Use `TokenStream::concat` more.Nicholas Nethercote-17/+11
2018-12-12Use `Lrc<Vec<TokenStream>>` instead of `RcVec<TokenStream>`.Nicholas Nethercote-17/+17
2018-12-12XXX: SymbolIndexNicholas Nethercote-0/+4
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