about summary refs log tree commit diff
path: root/src/librustc_span
AgeCommit message (Expand)AuthorLines
2020-06-08Show `SyntaxContext` in formatted `Span` debug outputAaron Hill-1/+9
2020-06-06Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrumbors-3/+3
2020-06-04Auto merge of #72618 - Aaron1011:feature/early-sourcemap, r=petrochenkovbors-5/+40
2020-06-02Rename the crates in source codeVadim Petrochenkov-2/+2
2020-06-02Make things build againVadim Petrochenkov-2/+2
2020-05-31Make `SourceMap` available for early debug-printing of `Span`sAaron Hill-5/+40
2020-05-31Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=...bors-14/+88
2020-05-30Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkovRalf Jung-1/+11
2020-05-30add fixme suggested by eddybFelix S Klock II-1/+4
2020-05-29Use the virtual name for libstd files in StableSourceFileId and also in theFelix S. Klock II-1/+23
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-12/+61
2020-05-29`StableSourceFileId::new_from_pieces` does not need to be public.Felix S. Klock II-1/+1
2020-05-29Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat...Ralf Jung-0/+1
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-1/+11
2020-05-27Implement RFC 2585LeSeulArtichaut-0/+1
2020-05-25librustc_mir: Add support for const fn offset/arith_offsetJoe Richey-0/+2
2020-05-22Remove `macro_defs` mapAaron Hill-3/+19
2020-05-20Implement `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+2
2020-05-18Implement att_syntax optionAmanieu d'Antras-0/+1
2020-05-18Implement asm! in librustc_builtin_macrosAmanieu d'Antras-3/+15
2020-05-18Add RISC-V target featuresAmanieu d'Antras-0/+1
2020-05-16break out earlier on empty snippetcsmoe-8/+17
2020-05-10use min_specialization for some rustc crates where it requires no changesRalf Jung-1/+1
2020-05-08FIXME commentCameron Taggart-1/+1
2020-05-07#[allow(unused)]Cameron Taggart-0/+1
2020-05-07allow wasm target for rustc-ap-rustc_spanCameron Taggart-0/+3
2020-05-03Support liveness in `rustc_peek` testsDylan MacKenzie-0/+1
2020-05-03Rollup merge of #71314 - mibac138:cfg-version, r=petrochenkovDylan DPC-0/+2
2020-05-03Implement RFC 2523, `#[cfg(version(..))]`mibac138-0/+2
2020-05-02Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkorDylan DPC-1/+1
2020-05-02fix rustdoc warningsTshepang Lekhonkhobe-1/+1
2020-05-01Allow `#[target_feature]` on safe functionsLeSeulArtichaut-0/+1
2020-04-27Rollup merge of #71263 - shlevy:FileLoader-remove-abs_path, r=XanewokDylan DPC-12/+0
2020-04-25Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievinkbors-1/+1
2020-04-25Bump bootstrap compilerMark Rousskov-1/+1
2020-04-22Sort `MultiSpan`s on creationEsteban Küber-1/+2
2020-04-17Remove unused abs_path method from rustc_span::source_map::FileLoaderShea Levy-12/+0
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