about summary refs log tree commit diff
path: root/src/libsyntax_pos
AgeCommit message (Expand)AuthorLines
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
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-2/+2
2018-09-22Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnikPietro Albini-1/+1
2018-09-19Add support for running doc test in specific editionPhilip Munksgaard-1/+1
2018-09-19Use full name to identify a macro in a `FileName`.Diogo Sousa-1/+1
2018-09-16Treat `dyn` as a keyword in the 2018 editionvarkor-10/+9
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-09Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakisbors-0/+5
2018-09-09Stabilize the 2018 editionMark Rousskov-1/+1
2018-09-08resolve: Introduce "may appear after" abstraction for macro path resolutionsVadim Petrochenkov-0/+5
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-5/+4
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-24Revert "hygiene: Make sure expansion info is set at most once for a given `Ma...Vadim Petrochenkov-8/+1
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-11/+13
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19Put `try` in the reserved list, not the in-use listScott McMurray-12/+5
2018-08-19Parse try blocks with the try keyword instead of do catch placeholderScott McMurray-1/+1
2018-08-19Add `try` to syntax_pos as an edition-2018-only keywordScott McMurray-10/+19
2018-08-19Rename `Catch` variants to `TryBlock`Scott McMurray-2/+2
2018-08-19mv codemap source_mapDonato Sciarra-2/+2
2018-08-19mv filemap source_fileDonato Sciarra-38/+38
2018-08-19mv FileMap SourceFileDonato Sciarra-27/+27