about summary refs log tree commit diff
path: root/compiler/rustc_symbol_mangling
AgeCommit message (Expand)AuthorLines
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-1/+1
2020-12-17Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakisbors-21/+22
2020-12-14Convenience funcs for `some_option.unwrap_or(...)`Rich Kadel-5/+1
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-1/+5
2020-12-11Move binder for dyn to each list itemJack Huey-21/+22
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+4
2020-11-16compiler: fold by valueBastian Kauschke-2/+2
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-2/+1
2020-11-04s/Scalar::Raw/Scalar::Intoli-1/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-20/+11
2020-10-29Make anonymous binders start at 0Jack Huey-13/+3
2020-10-21Update to rustc-demangle 0.1.18varkor-1/+1
2020-10-21Update rustc-demanglevarkor-1/+1
2020-10-21Do not print type for placeholder valuesvarkor-1/+2
2020-10-21Support signed integers and `char` in v0 manglingvarkor-6/+20
2020-10-16Rollup merge of #75675 - davidtwco:symbol-mangling-impl-params, r=eddybDylan DPC-27/+48
2020-10-15mangling: encode all impl parametersDavid Wood-23/+42
2020-10-15mangling: non-monomorphic `#[rustc_symbol_name]`David Wood-4/+6
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-10-07Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkovDylan DPC-1/+2
2020-10-06Fix rustc_def_path to show the full path and not the trimmed oneDan Aloni-1/+2
2020-10-02Permit ty::Bool in const generics for v0 manglingMark Rousskov-0/+1
2020-09-25Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`marmeladema-5/+3
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+5
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-20use if let instead of single match arm expressions to compact code and reduce...Matthias Krüger-5/+2
2020-09-04Change ty.kind to a methodLeSeulArtichaut-6/+6
2020-08-30mv compiler to compiler/mark-0/+1441