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
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
2019-03-31
Fix stack overflow when generating debuginfo for 'recursive' type
Aaron Hill
-17
/
+100
2019-03-31
Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk
Mazdak Farrokhzad
-20
/
+48
2019-03-30
Rollup merge of #59380 - philipc:thinlto-variant, r=michaelwoerister
Mazdak Farrokhzad
-1
/
+17
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
-4
/
+4
2019-03-29
rustc_target: factor out common fields of non-Single Variants.
Eduard-Mihai Burtescu
-20
/
+48
2019-03-28
Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk
Mazdak Farrokhzad
-1
/
+2
2019-03-28
fixed shift overflow
Marcel Hellwig
-1
/
+2
2019-03-27
Give variant parts their own unique id
Philip Craig
-13
/
+23
2019-03-23
Fix invalid DWARF for enums when using thinlto
Philip Craig
-7
/
+13
2019-03-22
Correct minimum system LLVM version in tests
Samuel Holland
-3
/
+5
2019-03-11
Fix incorrect links in librustc_codegen_llvm documentation
Nikita Baksalyar
-3
/
+3
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-1
/
+1
2019-02-27
rename Substs to InternalSubsts
csmoe
-5
/
+5
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-16
/
+16
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-33
/
+33
2019-02-10
rustc: doc comments
Alexander Regueiro
-5
/
+5
2019-01-25
Set the DICompileUnit emissionKind
Josh Stone
-2
/
+4
2019-01-25
Rebase to the llvm-project monorepo
Josh Stone
-5
/
+10
2019-01-22
Simplify the version check
Tom Tromey
-4
/
+3
2019-01-22
Fix issue 57762
Tom Tromey
-1
/
+5
2019-01-15
Querify entry_fn
Igor Matuszewski
-4
/
+3
2019-01-12
Use `ptr::eq` where applicable
Igor Matuszewski
-1
/
+1
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-7
/
+12
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-90
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-6
/
+6
[prev]
[next]