about summary refs log tree commit diff
path: root/src/librustc_span
AgeCommit message (Expand)AuthorLines
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
2020-01-11move in_derive_expansion as Span methodMazdak Farrokhzad-0/+5
2020-01-11Rollup merge of #68084 - estebank:ice-68000, r=varkorMazdak Farrokhzad-1/+1
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+0
2020-01-10Fix `next_point` to be unicode awareEsteban Küber-1/+1
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-0/+1
2020-01-09Add `const_trait_bound_opt_out` feature gateDylan MacKenzie-0/+1
2020-01-09Add `const_trait_impl` feature gateDylan MacKenzie-0/+1
2020-01-08span_to_lines: account for DUMMY_SPMazdak Farrokhzad-2/+3
2020-01-06Improve hygiene of `newtype_index`Matthew Jasper-1/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-03Auto merge of #67768 - wesleywiser:dnm_test_perf_65244, r=Mark-Simulacrumbors-2/+0
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-31Revert "core: add IntoFuture trait and support for await"Wesley Wiser-2/+0
2019-12-30Make things build againVadim Petrochenkov-2/+2
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+5794