summary refs log tree commit diff
path: root/src/librustc_span/lib.rs
AgeCommit message (Expand)AuthorLines
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-11/+15
2020-07-02Rollup merge of #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievinkManish Goregaokar-1/+3
2020-06-28Add newline to rustc MultiSpan docspierwill-1/+3
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-1/+2
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-3/+1
2020-06-15Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakisRalf Jung-1/+3
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-1/+1
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-1/+3
2020-06-10Migrate to numeric associated constsLzu Tao-1/+1
2020-06-08Show `SyntaxContext` in formatted `Span` debug outputAaron Hill-1/+9
2020-06-04Auto merge of #72618 - Aaron1011:feature/early-sourcemap, r=petrochenkovbors-5/+40
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-4/+60
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-0/+13
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-4/+44
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-1/+11
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-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-11Normalize source when loading external foreign source into SourceMapArlo Siemsen-1/+3
2020-04-02Add hash of source files in debug infoArlo Siemsen-12/+77
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-26pacify the merciless x.py fmtNiko Matsakis-35/+7
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-7/+36
2020-03-23Split long derive lists into two derive attributes.Ana-Maria Mihalache-12/+2
2020-03-20parse/lexer: support `StringReader::retokenize` called on external files.Eduard-Mihai Burtescu-3/+3
2020-03-18Properly handle Spans that reference imported SourceFilesAaron Hill-21/+40
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+3
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-6/+6
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-5/+1
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-21/+1
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-5/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-18Fix race condition when allocating source files in SourceMapJohn Kåre Alsaker-6/+4
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-2/+0
2020-02-09Update for #68718bjorn3-0/+1
2020-02-08Move librustc_hir/def_id.rs to librustc_span/def_id.rsAaron Hill-1/+3
2020-02-07Remove unused feature gates from libsyntax_posbjorn3-3/+0
2020-01-26rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.Eduard-Mihai Burtescu-15/+18
2020-01-26rustc_span: replace MacroBacktrace with ExpnData.Eduard-Mihai Burtescu-18/+2
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-11/+1
2020-01-12Rollup merge of #68045 - Centril:liberate-lints, r=Mark-SimulacrumMazdak Farrokhzad-0/+5
2020-01-11move in_derive_expansion as Span methodMazdak Farrokhzad-0/+5