summary refs log tree commit diff
path: root/src/librustc_span
AgeCommit message (Expand)AuthorLines
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-2/+0
2020-03-07Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertjMazdak Farrokhzad-1/+1
2020-03-07Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obkMazdak Farrokhzad-3/+3
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-1/+1
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-0/+1
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-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-1/+1
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-2/+2
2020-02-29Make it build againVadim Petrochenkov-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-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-27Remove spotlight usageGuillaume Gomez-2/+0
2020-02-26rustc_span: Add `Symbol::to_ident_string` for use in diagnostic messagesVadim Petrochenkov-0/+8
2020-02-26Rollup merge of #69387 - petrochenkov:idprint, r=Mark-SimulacrumDylan DPC-8/+59
2020-02-23Deduplicate identifier printing a bitVadim Petrochenkov-8/+59
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-4/+4
2020-02-20Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiserDylan DPC-19/+47
2020-02-20Auto merge of #69256 - nnethercote:misc-inlining, r=Centrilbors-0/+2
2020-02-18Fix race condition when allocating source files in SourceMapJohn Kåre Alsaker-19/+47
2020-02-18Inline `Symbol::decode` and `Interner::intern`.Nicholas Nethercote-0/+2
2020-02-15parser: `macro_rules` is a weak keywordVadim Petrochenkov-1/+4
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-0/+2
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-2/+0
2020-02-10Add `#[repr(no_niche)]`.Felix S. Klock II-0/+2
2020-02-09Update for #68718bjorn3-0/+1
2020-02-09Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPCbors-1/+220
2020-02-09Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasperbors-0/+1
2020-02-09Rollup merge of #68718 - Aaron1011:move-def-hir-span, r=petrochenkovDylan DPC-1/+220
2020-02-08Move librustc_hir/def_id.rs to librustc_span/def_id.rsAaron Hill-1/+220
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-0/+4
2020-02-07Remove unused feature gates from libsyntax_posbjorn3-3/+0
2020-02-06rustc_errors: split macro backtrace rendering from <*macros> hacks.Eduard-Mihai Burtescu-8/+0
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+4
2020-02-04Implement remaining `unchecked` arithmetic intrinsicsDylan MacKenzie-0/+5
2020-02-02introduce `#![feature(move_ref_pattern)]`Mazdak Farrokhzad-0/+1
2020-01-26rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.Eduard-Mihai Burtescu-17/+19
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-16/+10
2020-01-26Don't use ExpnKind::descr to get the name of a bang macro.Eduard-Mihai Burtescu-2/+4
2020-01-23unused-parens: implement for block return valuesTyler Lanphear-2/+2
2020-01-21Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelixbors-0/+3
2020-01-16Do not ICE on malformed suggestion spansEsteban Küber-4/+7
2020-01-14Improve graphviz visualization for new frameworkDylan MacKenzie-0/+3
2020-01-12Use `report_in_external_macro` for internal lintsAfnan Enayet-0/+1
2020-01-12Rollup merge of #68045 - Centril:liberate-lints, r=Mark-SimulacrumMazdak Farrokhzad-0/+5
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-1/+0