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_ssa
/
mir
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-31
rustc_codegen_ssa: introduce MIR VarDebugInfo, but only for codegen.
Eduard-Mihai Burtescu
-0
/
+2
2019-10-31
rustc_codegen_ssa: move debuginfo scopes into FunctionDebugContext.
Eduard-Mihai Burtescu
-8
/
+7
2019-10-31
rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo.
Eduard-Mihai Burtescu
-39
/
+5
2019-10-31
rustc_codegen_ssa: move local variable debuginfo to mir::debuginfo.
Eduard-Mihai Burtescu
-233
/
+30
2019-10-31
rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module.
Eduard-Mihai Burtescu
-61
/
+4
2019-10-13
s/FuncId/Function
bjorn3
-2
/
+2
2019-10-13
Introduce FuncId backend type
bjorn3
-2
/
+2
2019-10-10
Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa
bors
-0
/
+2
2019-10-04
clean up GeneratorSubsts
csmoe
-1
/
+1
2019-10-04
Rollup merge of #64817 - csmoe:closure, r=nikomatsakis
Mazdak Farrokhzad
-1
/
+2
2019-10-03
generate ClosureSubsts from SubstsRef
csmoe
-1
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-29
remove ClosureSubsts with SubstsRef
csmoe
-1
/
+2
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-28
rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`.
Eduard-Mihai Burtescu
-13
/
+1
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-28
/
+30
2019-09-28
Generate llvm.sideeffect at function entry instead of call
Xiang Fan
-0
/
+2
2019-09-25
Rename `sty` to `kind`
varkor
-7
/
+7
2019-09-13
codegen: use "_N" (like for other locals) instead of "argN", for argument names.
Eduard-Mihai Burtescu
-1
/
+2
2019-09-12
codegen: be more explicit about setting giving names to allocas.
Eduard-Mihai Burtescu
-11
/
+15
2019-09-06
rustc_codegen_llvm: give names to non-alloca variable values.
Eduard-Mihai Burtescu
-8
/
+8
2019-08-29
`new_sized` is mostly used without align
Dante-Broggi
-2
/
+2
2019-08-15
syntax_pos: Introduce a helper for checking whether a span comes from expansion
Vadim Petrochenkov
-2
/
+2
2019-06-18
Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb
bors
-22
/
+11
2019-06-18
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-5
/
+6
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-6
/
+6
2019-06-17
Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...
Andrei Homescu
-22
/
+11
2019-06-05
Add `walk_chain`.
Nicholas Nethercote
-8
/
+1
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-2
/
+1
2019-05-30
Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov
bors
-1
/
+1
2019-05-29
Introduce and use `SyntaxContext::outer_expn_info()`.
Nicholas Nethercote
-1
/
+1
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-4
/
+4
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-3
/
+3
2019-05-14
removes `AbiMethods`
Saleem Jaffer
-2
/
+2
2019-05-03
Split out debuginfo from type info in MIR GeneratorLayout
Tyler Mandry
-3
/
+5
2019-04-25
Preserve visibility scopes in stored generator locals
Tyler Mandry
-9
/
+17
2019-04-25
Support variantful generators
Tyler Mandry
-10
/
+27
2019-04-25
Give GeneratorLayout a list of fields for each variant
Tyler Mandry
-2
/
+4
2019-04-23
rustc: dissuade compiler developers from misusing upvar debuginfo.
Eduard-Mihai Burtescu
-5
/
+6
2019-04-23
rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_sequence to debuginfo_upv...
Eduard-Mihai Burtescu
-1
/
+1
2019-03-29
Move get_param and set_value_name
bjorn3
-7
/
+7
2019-03-29
[WIP] Make some debug info methods take &mut FunctionDebugContext
bjorn3
-9
/
+5
2019-03-29
Remove internal mutability from source_locations_enabled
bjorn3
-1
/
+1
2019-03-29
Remove param_substs from FunctionCx
bjorn3
-9
/
+3
2019-03-29
Use Builder instead of CodegenCx for OperandRef and LocalRef
bjorn3
-7
/
+7
2019-03-29
Don't use c_uint in cg_ssa
bjorn3
-7
/
+6
2019-03-09
Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini
bors
-0
/
+1
2019-03-08
Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=Zoxc
Pietro Albini
-0
/
+1
2019-03-07
Fix segfaults in release build C-variadic fns
Dan Robertson
-7
/
+1
2019-03-04
Monomorphize generator field types for debuginfo
Wim Looman
-0
/
+1
[next]