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
/
librustc_codegen_llvm
/
debuginfo
/
source_loc.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-26
Use byte offsets when emitting debuginfo columns
Tomasz Miąsko
-14
/
+39
2020-02-26
Emit 1-based column numbers in debuginfo
Tomasz Miąsko
-1
/
+2
2020-02-08
rustc_codegen_ssa: remove unnecessary source_locations_enabled.
Eduard-Mihai Burtescu
-24
/
+0
2020-02-08
rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr.
Eduard-Mihai Burtescu
-47
/
+27
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-17
/
+10
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+1
2019-10-31
rustc_codegen_ssa: move debuginfo scopes into FunctionDebugContext.
Eduard-Mihai Burtescu
-12
/
+3
2019-10-31
rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-29
Remove internal mutability from source_locations_enabled
bjorn3
-1
/
+1
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-2
/
+2
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-2
/
+2
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-12
/
+0
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-5
/
+5
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-3
/
+3
2018-11-16
New files and folders for traits
Denis Merigoux
-1
/
+1
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-1
/
+5
2018-10-16
end return statements and void expressions with a semicolon
ljedrz
-1
/
+1
2018-10-09
codegen_llvm/misc: improve common patterns
ljedrz
-5
/
+2
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-2
/
+1
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-9
/
+12
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-7
/
+7
2018-07-02
Emit column info in debuginfo for non msvc like targets
est31
-4
/
+10
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+107