about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2022-08-19Auto merge of #100209 - cjgillot:source-file-index, r=estebankbors-8/+5
2022-08-18Auto merge of #98851 - klensy:encode_symbols, r=cjgillotbors-2/+2
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-08-17Make names more explicit.Camille GILLOT-15/+21
2022-08-17Keep ctxt in encoded span representation.Camille GILLOT-12/+23
2022-08-15Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoeristerMatthias Krüger-1/+1
2022-08-15cache strings while encoding/decoding to compiler artifactsklensy-2/+2
2022-08-13fix span_extend_to_next_char docsGoldstein-1/+1
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+1
2022-08-08Remove unused parameter.Camille GILLOT-2/+0
2022-08-07Add Tuple marker traitMichael Goulet-0/+1
2022-08-07Only encode position from start of file.Camille GILLOT-7/+1
2022-08-06Encode index of SourceFile along with span.Camille GILLOT-0/+5
2022-08-05recover require,include instead of use in itemyukang-0/+1
2022-08-02Auto merge of #92268 - jswrenn:transmute, r=oli-obkbors-0/+1
2022-07-28Use line numbers relative to function in mir opt testsNilstrieb-0/+27
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+1
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+2
2022-07-26Auto merge of #99574 - durin42:allocator-patch-redux, r=nikicbors-0/+3
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-0/+3
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+1
2022-07-26Rollup merge of #99718 - TaKO8Ki:avoid-&str-symbol-to-string-conversions, r=m...Yuki Okushi-11/+0
2022-07-25remove `is_local_span` as it is no longer usedTakayuki Maeda-11/+0
2022-07-25Auto merge of #98770 - klensy:no-string-dupes-ugly, r=cjgillotbors-0/+3
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-0/+1
2022-07-22Add simd_cast_ptr, simd_expose_addr, and simd_from_exposed_addr intrinsicsCaleb Zulawski-0/+3
2022-07-22Auto merge of #99420 - RalfJung:vtable, r=oli-obkbors-0/+2
2022-07-21avoid embedding StabilityLevel::Unstable reason string into metadata multiple...klensy-0/+3
2022-07-20add intrinsic to access vtable size and alignRalf Jung-0/+2
2022-07-20span: add `span_extend_to_line` helperDavid Wood-0/+5
2022-07-20middle: add `implies_by` to `#[unstable]`David Wood-0/+1
2022-07-20Add ShadowCallStack SupportIvan Lozano-0/+1
2022-07-19Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau...bors-1/+1
2022-07-19Rollup merge of #99438 - WaffleLapkin:dont_wrap_in_non_zero, r=compiler-errorsMatthias Krüger-0/+10
2022-07-19Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercoteMatthias Krüger-0/+1
2022-07-19Suggest a fix for `NonZero*` <- `*` coercion errorMaybe Waffle-0/+10
2022-07-18avoid `Symbol` to `&str` conversionsTakayuki Maeda-0/+1
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-1/+1
2022-07-15Rollup merge of #99119 - TaKO8Ki:remove-string-matching-about-methods, r=cjgi...Dylan DPC-0/+2
2022-07-15simplify `suggest_deref_ref_or_into`Takayuki Maeda-0/+2
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-0/+1
2022-07-14Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPCbors-1/+8
2022-07-14Rollup merge of #99126 - NiklasJonsson:84447/rustc_span, r=petrochenkovDylan DPC-1/+6
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-0/+1
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-0/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-3/+3
2022-07-13reduce scope of allow(rustc::potential_query_instability) in rustc_spanNiklas Jonsson-1/+6
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-2/+0
2022-07-13Add feature gate.Camille GILLOT-0/+1
2022-07-12Parse closure bindersMaybe Waffle-0/+1