summary refs log tree commit diff
path: root/src/librustc_span
AgeCommit message (Expand)AuthorLines
2020-06-01add fixme suggested by eddybFelix S Klock II-1/+4
2020-06-01Use the virtual name for libstd files in StableSourceFileId and also in theFelix S. Klock II-1/+23
2020-06-01Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-12/+61
2020-06-01`StableSourceFileId::new_from_pieces` does not need to be public.Felix S. Klock II-1/+1
2020-04-16Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasperbors-1/+2
2020-04-13Fix symbol sortingSteven Fackler-1/+1
2020-04-12Rollup merge of #71053 - phansch:update_kw_sym_docs, r=Dylan-DPCDylan DPC-0/+8
2020-04-12Rollup merge of #71048 - arlosi:normalize_ext_src, r=eddybDylan DPC-1/+59
2020-04-12Add some basic docs to `sym` and `kw` modulesPhilipp Hansch-0/+8
2020-04-11Normalize source when loading external foreign source into SourceMapArlo Siemsen-1/+59
2020-04-10Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r...bors-0/+5
2020-04-10librustc_middle: return LocalDefId instead of DefId in get_parent_didmarmeladema-0/+5
2020-04-08Replace "rc"/"arc" lang items with Rc/Arc diagnostic items.Eduard-Mihai Burtescu-0/+2
2020-04-05Remove a stack frame from .await callsSteven Fackler-1/+2
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2020-04-02Add hash of source files in debug infoArlo Siemsen-19/+91
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-0/+1
2020-03-26pacify the merciless x.py fmtNiko Matsakis-35/+7
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-7/+37
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-1/+8
2020-03-23Rollup merge of #70318 - anyska:multiple-derives, r=Dylan-DPCMazdak Farrokhzad-60/+10
2020-03-23Rollup merge of #70199 - pnkfelix:issue-68808-dont-turn-dummy-spans-into-inva...Mazdak Farrokhzad-0/+7
2020-03-23Update src/librustc_span/source_map.rsFelix S Klock II-1/+1
2020-03-23Split long derive lists into two derive attributes.Ana-Maria Mihalache-60/+10
2020-03-22Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-SimulacrumDylan DPC-4/+4
2020-03-22Rollup merge of #70172 - eddyb:retokenize-external-src, r=petrochenkovDylan DPC-3/+3
2020-03-21remove redundant returns (clippy::needless_return)Matthias Krüger-4/+4
2020-03-21Rollup merge of #69901 - RalfJung:rustc_layout, r=eddybDylan DPC-0/+1
2020-03-21Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-SimulacrumMazdak Farrokhzad-14/+8
2020-03-21Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandryMazdak Farrokhzad-1/+2
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-14/+8
2020-03-20Revised span-to-lines conversion to produce an empty vec on DUMMY_SP.Felix S. Klock II-0/+7
2020-03-20add debug option to #[rustc_layout]Ralf Jung-0/+1
2020-03-20parse/lexer: support `StringReader::retokenize` called on external files.Eduard-Mihai Burtescu-3/+3
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-1/+12
2020-03-19rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it.Eduard-Mihai Burtescu-2/+6
2020-03-19rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI...Eduard-Mihai Burtescu-8/+3
2020-03-19rustc: make LocalDefId's index field public like DefId's is.Eduard-Mihai Burtescu-3/+5
2020-03-18Properly handle Spans that reference imported SourceFilesAaron Hill-24/+49
2020-03-18Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obkMazdak Farrokhzad-2/+5
2020-03-17Make async/await lowering use resume argumentsJonas Schievink-1/+2
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+3
2020-03-17Rename `from_u32_const` -> `from_u32`Dylan MacKenzie-2/+2
2020-03-17Rollup merge of #68746 - matthewjasper:metahygiene, r=petrochenkovMazdak Farrokhzad-0/+25
2020-03-17Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasperMazdak Farrokhzad-0/+1
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-0/+3
2020-03-16Make macro metavars respect (non-)hygieneMatthew Jasper-0/+25
2020-03-16Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasperDylan DPC-28/+28
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-28/+28