about summary refs log tree commit diff
path: root/src/librustc_span/source_map.rs
AgeCommit message (Expand)AuthorLines
2020-04-17Remove unused abs_path method from rustc_span::source_map::FileLoaderShea Levy-12/+0
2020-04-02Add hash of source files in debug infoArlo Siemsen-7/+12
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-1/+8
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-21remove redundant returns (clippy::needless_return)Matthias Krüger-4/+4
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-9/+7
2020-03-20Revised span-to-lines conversion to produce an empty vec on DUMMY_SP.Felix S. Klock II-0/+7
2020-03-18Properly handle Spans that reference imported SourceFilesAaron Hill-3/+9
2020-03-11Rollup merge of #69760 - Centril:parse-expr-improve, r=estebankMazdak Farrokhzad-0/+7
2020-03-10error_block_no_opening_brace: handle closures betterMazdak Farrokhzad-0/+7
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-0/+6
2020-03-07Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obkMazdak Farrokhzad-3/+3
2020-03-03use conditions directlyMatthias Krüger-1/+1
2020-03-03Use .next() instead of .nth(0) on iterators.Matthias Krüger-3/+3
2020-03-01Rollup merge of #69580 - matthiaskrgr:map_clone, r=CentrilYuki Okushi-1/+1
2020-02-29use .copied() instead of .map(|x| *x) on iteratorsMatthias Krüger-1/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-2/+2
2020-02-18Fix race condition when allocating source files in SourceMapJohn Kåre Alsaker-13/+43
2020-02-06rustc_errors: split macro backtrace rendering from <*macros> hacks.Eduard-Mihai Burtescu-8/+0
2020-01-26rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.Eduard-Mihai Burtescu-2/+1
2020-01-23unused-parens: implement for block return valuesTyler Lanphear-2/+2
2020-01-16Do not ICE on malformed suggestion spansEsteban Küber-4/+7
2020-01-10Fix `next_point` to be unicode awareEsteban Küber-1/+1
2020-01-08span_to_lines: account for DUMMY_SPMazdak Farrokhzad-2/+3
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+984