about summary refs log tree commit diff
path: root/src/libsyntax_pos
AgeCommit message (Expand)AuthorLines
2019-02-26update scoped_tls to 1.0Marcel Hellwig-1/+1
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-31/+31
2019-02-12Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkovbors-5/+10
2019-02-11Parallel rustc needs synchronizing smart pointer cloningOliver Scherer-2/+2
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-3/+5
2019-02-11Ease the transition to requiring features by just warning if there's no featu...Oliver Scherer-1/+4
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-5/+5
2019-02-10rustc: doc commentsAlexander Regueiro-31/+31
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-04libsyntax_pos => 2018Taiki Endo-60/+51
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-4/+4
2019-01-21Fix typovarkor-1/+1
2019-01-21Fix typovarkor-1/+1
2019-01-20Use is_dummy instead of comparing against DUMMY_SPEsteban Küber-2/+2
2019-01-20Remove unnecessary dummy span checksEsteban Küber-0/+10
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-1/+0
2018-12-25Remove licensesMark Rousskov-60/+0
2018-12-23Rollup merge of #57020 - estebank:return-span, r=zackmdavisMazdak Farrokhzad-0/+7
2018-12-20Point at coercion source on type errors for fn returning `impl Trait`Esteban Küber-0/+7
2018-12-19Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov-2/+24
2018-12-19Remove `eliminate_crate_var` and special pretty-printing for `$crate`Vadim Petrochenkov-16/+0
2018-12-14Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obkkennytm-22/+42
2018-12-12Bump to 1.33.0Alex Crichton-1/+1
2018-12-12Use a `newtype_index!` within `Symbol`.Nicholas Nethercote-22/+42
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-2/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-109/+112
2018-12-06Fix printing of spans with no TyCtxtJohn Kåre Alsaker-1/+1
2018-12-06Auto merge of #56392 - petrochenkov:regensym, r=oli-obkbors-1/+5
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-1/+1
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-17/+24
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-2/+10
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-24/+61
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-12-04Address review commentsVadim Petrochenkov-4/+4
2018-12-04syntax: Remove `#[non_exhaustive]` from `Edition`Vadim Petrochenkov-3/+2
2018-12-04syntax: Rename some keywordsVadim Petrochenkov-6/+6
2018-12-04syntax: `dyn` is a used keyword nowVadim Petrochenkov-5/+13
2018-12-02Delay gensym creation for "underscore items" until name resolutionVadim Petrochenkov-1/+5
2018-12-01Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoeristerkennytm-0/+1
2018-12-01Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakiskennytm-0/+4
2018-11-29Add inline attributes and add unit to CommonTypesJohn Kåre Alsaker-0/+1
2018-11-29Use `Cow` in `Token::String`.Nicholas Nethercote-0/+4
2018-11-27resolve: Implement edition hygiene for imports and absolute pathsVadim Petrochenkov-2/+11
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-8/+8
2018-10-23Add macro call span when lacking any other span in diagnosticEsteban Küber-0/+11
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-11/+3
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-2/+2
2018-09-28Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrcbors-1/+1