| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-12 | Rename in librustc_codegen_utils. | Camille GILLOT | -1/+1 | |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -4/+4 | |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, ↵ | Mazdak Farrokhzad | -2/+3 | |
| r=estebank Rename `LocalInternedString` and more This PR renames `LocalInternedString` as `SymbolStr`, removes an unnecessary `impl` from it, improves comments, and cleans up some `SymbolStr` uses. r? @estebank | ||||
| 2019-11-05 | rustc: remove "GlobalMetaData" dead code from hir::map::definitions. | Eduard-Mihai Burtescu | -2/+1 | |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -2/+3 | |
| Including removing a bunch of unnecessary `.as_str()` calls, and a bunch of unnecessary sigils. | ||||
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 | |
| It's a full conversion, except in `DefKey::compute_stable_hash()` where a `Symbol` now is converted to an `InternedString` before being hashed. This was necessary to avoid test failures. | ||||
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -2/+2 | |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -2/+2 | |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -2/+2 | |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -13/+13 | |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -6/+6 | |
| 2019-08-14 | rustc_codegen_utils: account for 1-indexed anonymous lifetimes in v0 mangling. | Eduard-Mihai Burtescu | -2/+10 | |
| 2019-08-05 | Clear the ParamEnv where its information is irrelevant | Oliver Scherer | -1/+1 | |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 | |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 | |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+3 | |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -11/+11 | |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -2/+2 | |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -7/+7 | |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 | |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -14/+14 | |
| 2019-06-02 | remove reexport of rustc::ty::Instance | Mark Mansi | -4/+2 | |
| 2019-06-01 | codegen: change `$6d$` to `$u6d$` | David Wood | -1/+1 | |
| This changes a mistake introduced in #61195 where the mangling workaround used was incorrect. | ||||
| 2019-05-31 | rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl. | Eduard-Mihai Burtescu | -999/+8 | |
| 2019-05-31 | rustc_codegen_utils: update mw's symbol mangler implementation. | Eduard-Mihai Burtescu | -166/+217 | |
| 2019-05-31 | rustc_codegen_utils: add harness for dumping/checking symbol names, and mw ↵ | Eduard-Mihai Burtescu | -1/+936 | |
| mangling impl. | ||||
| 2019-05-31 | rustc_codegen_utils: don't ignore `Ctor` path components in symbols. | Eduard-Mihai Burtescu | -3/+1 | |
| 2019-05-31 | rustc_codegen_utils: add new mangling scheme implementation. | Eduard-Mihai Burtescu | -0/+1127 | |
