about summary refs log tree commit diff
path: root/src/debuginfo/mod.rs
AgeCommit message (Expand)AuthorLines
2024-01-26Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202...bjorn3-7/+4
2023-10-21Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202...bjorn3-1/+1
2023-10-17[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopesUrgau-2/+15
2023-10-09Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...bjorn3-5/+3
2023-07-22Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-202...bjorn3-1/+1
2023-01-24Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-202...bjorn3-5/+9
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-1/+1
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-1/+1
2022-08-24Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...bjorn3-238/+44
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-11/+7
2021-12-20Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn3-33/+11
2021-09-19Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202...bjorn3-0/+1
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-1/+1
2021-07-07Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...bjorn3-3/+5
2021-05-05Revamp RealFileName public methodsAndy Wang-1/+1
2021-05-05Use RealFileName for Session::working_dir as it may also be remappedAndy Wang-1/+1
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-131/+26
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-10-16Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)bjorn3-1/+1
2020-10-08Use the new cranelift-module interfacebjorn3-0/+2
2020-09-23Document almost all modulesbjorn3-0/+2
2020-09-16Replace FxHashMap with IndexVec for local_mapbjorn3-3/+5
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-46/+77
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-1/+1
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-69/+49
2020-06-05Update Craneliftbjorn3-27/+20
2020-06-04Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)bjorn3-8/+1
2020-05-01Always emit .eh_frame sectionbjorn3-15/+3
2020-04-25Implement .eh_frame writingbjorn3-4/+14
2020-04-25Implement line debuginfo for AArch64bjorn3-4/+4
2020-04-25Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)bjorn3-1/+1
2020-04-24Fix function arguments for gdbbjorn3-0/+14
2020-04-24Generate simple debuginfo for argumentsbjorn3-7/+67
2020-04-21Merge pull request #972 from l4l/debug-file-hashbjorn3-6/+25
2020-04-21Use DWARF version 4 for nowbjorn3-1/+3
2020-04-18Simplify with make_file_infoKitsu-11/+7
2020-04-18Simplify FileHash ctorKitsu-3/+2
2020-04-18Dedup file hashing logic with typeKitsu-13/+7