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
/
compiler
/
rustc_codegen_llvm
/
src
/
debuginfo
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-4
/
+4
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-1
/
+1
2020-10-21
rustc_codegen_llvm: add support for inlined function debuginfo.
Eduard-Mihai Burtescu
-6
/
+16
2020-10-21
rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.
Eduard-Mihai Burtescu
-24
/
+70
2020-10-21
rustc_codegen_llvm: avoid converting between DILocation and Value.
Eduard-Mihai Burtescu
-1
/
+2
2020-10-21
rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
Eduard-Mihai Burtescu
-26
/
+31
2020-10-21
rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s.
Eduard-Mihai Burtescu
-10
/
+6
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-3
/
+3
2020-10-13
Add a target option for selecting a DWARF version
Austin Shafer
-4
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+563