about summary refs log tree commit diff
path: root/src/debuginfo
AgeCommit message (Expand)AuthorLines
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-1/+1
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-3/+3
2022-08-24Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...bjorn3-359/+138
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-03-20Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...bjorn3-7/+7
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-2/+2
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-1/+1
2021-12-30Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-202...bjorn3-14/+14
2021-12-20Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn3-37/+11
2021-09-19Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202...bjorn3-5/+92
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-1/+1
2021-08-30rustc_target: `TyAndLayout::field` should never error.Eduard-Mihai Burtescu-6/+4
2021-08-27Path remapping: Make behavior of diagnostics output dependent on presence of ...Michael Woerister-1/+1
2021-08-15Update rustc_codegen_cratelift for working_dir changeAaron Hill-1/+1
2021-08-06Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...bjorn3-2/+2
2021-07-07Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...bjorn3-4/+6
2021-05-05Use local and remapped paths where appropriateAndy Wang-1/+1
2021-05-05Revamp RealFileName public methodsAndy Wang-2/+2
2021-05-05Use RealFileName for Session::working_dir as it may also be remappedAndy Wang-1/+1
2021-04-30Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebaseErin Power-1/+4
2021-04-30Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power-48/+18
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...bjorn3-2/+2
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-218/+55
2020-12-27Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-202...bjorn3-7/+4
2020-11-27Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-202...bjorn3-5/+6
2020-11-16update `cg_clif`Bastian Kauschke-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-5/+4
2020-10-16Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)bjorn3-1/+1
2020-10-09Rustfmtbjorn3-30/+23
2020-10-08Use the new cranelift-module interfacebjorn3-4/+6
2020-09-23Document almost all modulesbjorn3-0/+10
2020-09-23Use pcrel pointers in .eh_framebjorn3-3/+55
2020-09-16Replace FxHashMap with IndexVec for local_mapbjorn3-3/+5
2020-09-16Remove cfg-if dependencybjorn3-24/+25
2020-09-05Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)bjorn3-1/+1
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-84/+126
2020-07-25Handle SIMD vectors in CPlace::place_fieldbjorn3-0/+5
2020-07-17Pass ByRef values at fixed stack offset for extern "C"bjorn3-0/+1
2020-07-14Use `From::from` instead of `as` where possiblebjorn3-6/+6
2020-07-09Add a feature flag for the JITbjorn3-2/+4
2020-07-02Store pairs in SSASantiago Pastorino-0/+5
2020-06-27Don't use a 1-to-1 mapping between mir local and cranelift_frontend variablebjorn3-2/+3
2020-06-13Remove FunctionDebugContextbjorn3-83/+62
2020-06-12Remove all non-tcx references from CodegenCxbjorn3-2/+2
2020-06-05Update Craneliftbjorn3-27/+20
2020-06-04Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)bjorn3-9/+2
2020-05-25Update Craneliftbjorn3-2/+2
2020-05-05Improvements for latest Craneliftbjorn3-17/+13
2020-05-01Register frame table in JIT modebjorn3-0/+106