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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
/
debuginfo
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-09
Use slices in preference to 0-terminated strings
Tomasz Miąsko
-11
/
+11
2020-03-03
Remove the `no_debug` feature
Yuki Okushi
-8
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-09
Rollup merge of #68881 - eddyb:always-preserve-dbg-vars, r=nagisa
Jonas Schievink
-1
/
+1
2020-02-08
rustc_codegen_ssa: remove unnecessary source_locations_enabled.
Eduard-Mihai Burtescu
-9
/
+8
2020-02-08
rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr.
Eduard-Mihai Burtescu
-17
/
+8
2020-02-06
rustc_codegen_llvm: always set AlwaysPreserve on all debuginfo variables.
Eduard-Mihai Burtescu
-1
/
+1
2020-02-03
rustc_codegen_llvm: avoid redundant calls to span_start.
Eduard-Mihai Burtescu
-4
/
+4
2020-02-03
rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr.
Eduard-Mihai Burtescu
-33
/
+51
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-2
/
+1
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+2
2020-01-04
extract rustc::middle::codegen_fn_attrs
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-7
/
+7
2019-12-22
Format the world
Mark Rousskov
-101
/
+99
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+1
2019-12-04
Migrate to LLVM{Get,Set}ValueName2
Josh Stone
-18
/
+6
2019-12-03
rustc_codegen_llvm: rewrite debuginfo::get_function_signature to use FnAbi.
Eduard-Mihai Burtescu
-33
/
+12
2019-12-03
rustc_codegen_ssa: use FnAbi::of_instance wherever possible.
Eduard-Mihai Burtescu
-3
/
+10
2019-10-31
rustc_codegen_ssa: hide address ops from the declare_local interface.
Eduard-Mihai Burtescu
-48
/
+53
2019-10-31
rustc_codegen_ssa: move debuginfo scopes into FunctionDebugContext.
Eduard-Mihai Burtescu
-25
/
+26
2019-10-31
rustc_codegen_ssa: change set_var_name back to taking a &str.
Eduard-Mihai Burtescu
-2
/
+2
2019-10-31
rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module.
Eduard-Mihai Burtescu
-5
/
+6
2019-10-21
Convert some `InternedString`s to `Symbols`.
Nicholas Nethercote
-2
/
+2
2019-10-05
Replaces some instances of `as *[const | mut] _` with `.cast()`
memoryruins
-3
/
+3
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-2
/
+2
2019-09-25
Rename `sty` to `kind`
varkor
-4
/
+4
2019-09-06
rustc_codegen_llvm: give names to non-alloca variable values.
Eduard-Mihai Burtescu
-3
/
+32
2019-09-04
Remove `LocalInternedString` uses from `librustc/ty/`.
Nicholas Nethercote
-1
/
+1
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-2
/
+1
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-2
/
+2
2019-05-20
Avoid symbol interning in `file_metadata`.
Nicholas Nethercote
-2
/
+2
2019-05-02
Avoid repeated interning of static strings.
Nicholas Nethercote
-1
/
+1
2019-04-26
Update handling of Tuple
varkor
-1
/
+1
2019-04-23
rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv...
Eduard-Mihai Burtescu
-1
/
+1
2019-04-20
Move cg_llvm/debuginfo/type_names.rs to cg_ssa
bjorn3
-3
/
+2
2019-04-05
rustc: Start implementing compat with LLVM 9
Alex Crichton
-6
/
+5
2019-03-29
Move get_param and set_value_name
bjorn3
-0
/
+7
2019-03-29
[WIP] Make some debug info methods take &mut FunctionDebugContext
bjorn3
-2
/
+2
2019-03-29
Remove internal mutability from source_locations_enabled
bjorn3
-3
/
+3
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-4
/
+4
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-7
/
+7
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-01-25
Rebase to the llvm-project monorepo
Josh Stone
-5
/
+10
2019-01-15
Querify entry_fn
Igor Matuszewski
-4
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
[next]