about summary refs log tree commit diff
path: root/compiler/rustc_symbol_mangling/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-08-29Rollup merge of #85534 - csmoe:demagnle-assert, r=michaelwoeristerGuillaume Gomez-2/+10
2021-08-27add rustc-demangle assertion on mangled symbolcsmoe-2/+10
2021-08-24rustc_symbol_mangling: support structural constants and &str in v0.Eduard-Mihai Burtescu-0/+1
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-4/+0
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-4/+4
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-4/+4
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-4/+4
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-12Use () for proc_macro_decls_static.Camille GILLOT-1/+1
2021-05-12Use () for plugin_registrar_fn.Camille GILLOT-1/+1
2021-04-04wasm64Gus Caplan-1/+1
2021-03-19stabilize or_patternsmark-1/+1
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-10-30Fix even more clippy warningsJoshua Nelson-16/+9
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+268