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
Age
Commit message (
Expand
)
Author
Lines
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
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-2
/
+2
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-2
/
+2
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-4
/
+4
2019-09-25
Rename `sty` to `kind`
varkor
-18
/
+18
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
-2
/
+2
2019-08-25
debuginfo: give unique names to closure and generator types
Philip Craig
-3
/
+7
2019-08-07
Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakis
bors
-7
/
+7
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+1
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-08-05
A few cosmetic improvements.
Alexander Regueiro
-7
/
+7
2019-07-25
rustc: Update wasm32 support for LLVM 9
Alex Crichton
-2
/
+20
2019-06-15
Remove unnecessary `.clone()`
Shotaro Yamada
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc_codegen_llvm: `deny(internal)`.
Eduard-Mihai Burtescu
-5
/
+1
2019-06-12
rustc_codegen_llvm: `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-2
/
+1
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-4
/
+5
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-02
remove unneeded deps
Mark Mansi
-2
/
+1
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-3
/
+2
2019-06-02
Use `assert_usize` instead of `unwrap_usize` in several places
varkor
-3
/
+1
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-5
/
+5
2019-05-22
Rollup merge of #60973 - nnethercote:fix-file_metadata-more, r=michaelwoerister
Mazdak Farrokhzad
-34
/
+34
2019-05-21
debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1.
Michael Woerister
-2
/
+21
2019-05-20
Avoid symbol interning in `file_metadata`.
Nicholas Nethercote
-34
/
+34
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-05-04
Auto merge of #59897 - tmandry:variantful-generators, r=eddyb
bors
-91
/
+192
2019-05-03
Address review comments
Tyler Mandry
-5
/
+5
2019-05-03
Split out debuginfo from type info in MIR GeneratorLayout
Tyler Mandry
-2
/
+3
2019-05-03
Make variant_fields inner an IndexVec
Tyler Mandry
-1
/
+1
2019-05-02
Avoid repeated interning of static strings.
Nicholas Nethercote
-10
/
+14
2019-04-26
Update handling of Tuple
varkor
-2
/
+3
2019-04-25
Generalize discriminant info calls for generators and ADTs
Tyler Mandry
-8
/
+4
2019-04-25
Include generator locals as field names in debuginfo
Tyler Mandry
-8
/
+17
2019-04-25
Make generator object debuginfo easier to read
Tyler Mandry
-8
/
+17
2019-04-25
Describe generator variants in debuginfo
Tyler Mandry
-94
/
+176
2019-04-25
Support variantful generators
Tyler Mandry
-1
/
+5
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
-267
/
+10
2019-04-11
Add discr_index to multi-variant layouts
Tyler Mandry
-12
/
+24
2019-04-11
describe_enum_variant: Reduce code duplication
Tyler Mandry
-12
/
+10
2019-04-05
rustc: Start implementing compat with LLVM 9
Alex Crichton
-6
/
+5
2019-04-01
Fix typo
Aaron Hill
-1
/
+1
2019-03-31
Only track 'visited' state for function types
Aaron Hill
-18
/
+31
2019-03-31
Fix typos
Aaron Hill
-4
/
+2
2019-03-31
Fix inverted panic check
Aaron Hill
-1
/
+1
[prev]
[next]