summary refs log tree commit diff
path: root/src/librustc_codegen_utils/symbol_names/legacy.rs
AgeCommit message (Expand)AuthorLines
2019-10-21Convert fields within `DefPathData` from `InternedString` to `Symbol`.Nicholas Nethercote-1/+1
2019-10-04clean up GeneratorSubstscsmoe-1/+1
2019-09-29remove ClosureSubsts with SubstsRefcsmoe-1/+1
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-2/+2
2019-09-26Rename `subst::Kind` to `subst::GenericArg`varkor-3/+3
2019-09-25Rename `sty` to `kind`varkor-3/+3
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-5/+3
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-7/+7
2019-06-12rustc: remove some unnecessary lifetimes in -> TyCtxt methods.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-4/+4
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-8/+8
2019-06-02remove reexport of rustc::ty::InstanceMark Mansi-2/+1
2019-06-01codegen: change `$6d$` to `$u6d$`David Wood-1/+1
2019-05-31rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl.Eduard-Mihai Burtescu-8/+1
2019-05-31rustc_codegen_utils: add harness for dumping/checking symbol names, and mw ma...Eduard-Mihai Burtescu-1/+8
2019-05-31rustc_codegen_utils: add new mangling scheme implementation.Eduard-Mihai Burtescu-0/+463