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
Age
Commit message (
Expand
)
Author
Lines
2020-03-05
debuginfo: Use is unsigned flag when emitting enumerators
Tomasz Miąsko
-1
/
+6
2020-03-05
debuginfo: Generators use u32 as discriminant type repr
Tomasz Miąsko
-3
/
+3
2020-03-05
Change DIBuilderCreateEnumerator signature to match LLVM 9
Tomasz Miąsko
-6
/
+10
2020-03-03
Remove the `no_debug` feature
Yuki Okushi
-12
/
+1
2020-03-01
Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum
Dylan DPC
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-3
/
+3
2020-02-29
simplify boolean expressions
Matthias Krüger
-1
/
+1
2020-02-26
Use byte offsets when emitting debuginfo columns
Tomasz Miąsko
-45
/
+57
2020-02-26
Emit 1-based column numbers in debuginfo
Tomasz Miąsko
-2
/
+4
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
-33
/
+8
2020-02-08
rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr.
Eduard-Mihai Burtescu
-64
/
+35
2020-02-08
rustc_codegen_llvm: remove unnecessary special-casing of root scopes' children.
Eduard-Mihai Burtescu
-8
/
+2
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-10
Remove PlaceBase enum and make Place base field be local: Local
Santiago Pastorino
-2
/
+2
2020-01-06
Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa
bors
-5
/
+5
2020-01-05
Rename Instance.ty to Instance.monomorphic_ty
Aaron Hill
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-5
/
+5
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-2
/
+1
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-2
/
+3
2020-01-04
extract rustc::middle::codegen_fn_attrs
Mazdak Farrokhzad
-2
/
+2
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-3
/
+3
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-20
/
+20
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-733
/
+713
2019-12-22
Format the world
Mark Rousskov
-173
/
+152
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+6
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-11-27
rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...
Eduard-Mihai Burtescu
-24
/
+82
2019-11-21
Applied suggestions from code review.
Alexander Regueiro
-15
/
+15
2019-11-21
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-127
/
+124
2019-11-07
rustc_target: inline abi::FloatTy into abi::Primitive.
Eduard-Mihai Burtescu
-2
/
+2
2019-11-07
syntax: use distinct FloatTy from rustc_target.
Mazdak Farrokhzad
-3
/
+3
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-3
/
+3
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
-74
/
+50
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
-12
/
+13
2019-10-23
Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb
Mazdak Farrokhzad
-5
/
+5
2019-10-21
Convert fields within `DefPathData` from `InternedString` to `Symbol`.
Nicholas Nethercote
-1
/
+1
2019-10-21
Convert some `InternedString`s to `Symbols`.
Nicholas Nethercote
-4
/
+4
2019-10-16
Make use of the return value of `HashSet::insert`
Shotaro Yamada
-3
/
+1
2019-10-05
Rollup merge of #65124 - memoryruins:castaway, r=petrochenkov
Tyler Mandry
-8
/
+8
2019-10-05
Replaces some instances of `as *[const | mut] _` with `.cast()`
memoryruins
-8
/
+8
2019-10-04
clean up GeneratorSubsts
csmoe
-8
/
+10
2019-10-04
Rollup merge of #64817 - csmoe:closure, r=nikomatsakis
Mazdak Farrokhzad
-2
/
+2
2019-10-03
generate ClosureSubsts from SubstsRef
csmoe
-2
/
+2
[prev]
[next]