index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debuginfo
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-26
Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202...
bjorn3
-7
/
+4
2023-10-21
Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202...
bjorn3
-1
/
+1
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-2
/
+15
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-5
/
+3
2023-07-22
Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-202...
bjorn3
-1
/
+1
2023-01-24
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-202...
bjorn3
-5
/
+9
2023-01-16
Move compiler input and ouput paths into session
Oli Scherer
-1
/
+1
2022-11-09
Fix `rustdoc --version` when used with download-rustc
Joshua Nelson
-1
/
+1
2022-08-24
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...
bjorn3
-238
/
+44
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-2
/
+2
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-1
/
+1
2021-12-30
Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-202...
bjorn3
-11
/
+7
2021-12-20
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...
bjorn3
-33
/
+11
2021-09-19
Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202...
bjorn3
-0
/
+1
2021-09-03
Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank
bors
-1
/
+1
2021-08-30
rustc_target: `TyAndLayout::field` should never error.
Eduard-Mihai Burtescu
-6
/
+4
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-1
/
+1
2021-08-15
Update rustc_codegen_cratelift for working_dir change
Aaron Hill
-1
/
+1
2021-08-06
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...
bjorn3
-1
/
+1
2021-07-07
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...
bjorn3
-3
/
+5
2021-05-05
Revamp RealFileName public methods
Andy Wang
-1
/
+1
2021-05-05
Use RealFileName for Session::working_dir as it may also be remapped
Andy Wang
-1
/
+1
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-131
/
+26
2020-11-16
update `cg_clif`
Bastian Kauschke
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-16
Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
bjorn3
-1
/
+1
2020-10-08
Use the new cranelift-module interface
bjorn3
-0
/
+2
2020-09-23
Document almost all modules
bjorn3
-0
/
+2
2020-09-16
Replace FxHashMap with IndexVec for local_map
bjorn3
-3
/
+5
2020-09-05
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
bjorn3
-1
/
+1
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-46
/
+77
2020-07-25
Handle SIMD vectors in CPlace::place_field
bjorn3
-0
/
+5
2020-07-17
Pass ByRef values at fixed stack offset for extern "C"
bjorn3
-0
/
+1
2020-07-14
Use `From::from` instead of `as` where possible
bjorn3
-1
/
+1
2020-07-02
Store pairs in SSA
Santiago Pastorino
-0
/
+5
2020-06-27
Don't use a 1-to-1 mapping between mir local and cranelift_frontend variable
bjorn3
-2
/
+3
2020-06-13
Remove FunctionDebugContext
bjorn3
-69
/
+49
2020-06-05
Update Cranelift
bjorn3
-27
/
+20
2020-06-04
Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
bjorn3
-8
/
+1
2020-05-01
Always emit .eh_frame section
bjorn3
-15
/
+3
2020-04-25
Implement .eh_frame writing
bjorn3
-4
/
+14
2020-04-25
Implement line debuginfo for AArch64
bjorn3
-4
/
+4
2020-04-25
Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)
bjorn3
-1
/
+1
2020-04-24
Fix function arguments for gdb
bjorn3
-0
/
+14
2020-04-24
Generate simple debuginfo for arguments
bjorn3
-7
/
+67
2020-04-21
Merge pull request #972 from l4l/debug-file-hash
bjorn3
-6
/
+25
2020-04-21
Use DWARF version 4 for now
bjorn3
-1
/
+3
2020-04-18
Simplify with make_file_info
Kitsu
-11
/
+7
2020-04-18
Simplify FileHash ctor
Kitsu
-3
/
+2
2020-04-18
Dedup file hashing logic with type
Kitsu
-13
/
+7
[next]