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
/
compiler
/
rustc_codegen_ssa
/
src
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2023-09-13
make the eval() functions on our const types return the resulting value
Ralf Jung
-4
/
+2
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-9
/
+9
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-19
/
+23
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-2
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-3
/
+2
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-4
/
+12
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
2022-12-27
ADD - fixme in type_names.rs until we are able to translate InterpError
Jhonny Bill Mena
-0
/
+1
2022-12-25
fix more clippy::style findings
Matthias Krüger
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-13
Combine identical alias arms
Michael Goulet
-2
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-2
/
+2
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-5
/
+5
2022-10-31
[debuginfo] Make debuginfo type names for slices and str consistent.
Michael Woerister
-13
/
+13
2022-10-19
Remove byte swap of valtree hash on big endian
Qiu Chaofan
-4
/
+2
2022-08-12
Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.
Michael Woerister
-2
/
+2
2022-08-12
debuginfo: Change C++-like encoding for enums.
Michael Woerister
-48
/
+4
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-8
/
+12
2022-06-14
account for endianness in debuginfo for const args
b-naber
-3
/
+6
2022-06-14
rebase
b-naber
-1
/
+2
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-4
/
+4
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-6
/
+1
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-3
/
+3
2022-03-18
Auto merge of #95056 - Dylan-DPC:rollup-swtuw2n, r=Dylan-DPC
bors
-2
/
+23
2022-03-16
erase late-bound regions in dyn projection types for debuginfo
Michael Goulet
-1
/
+2
2022-03-16
debuginfo: Fix ICE when generating name for type that produces a layout error.
Michael Woerister
-2
/
+23
2022-03-15
Rollup merge of #94810 - michaelwoerister:fix-trait-pointer-debuginfo-names, ...
Matthias Krüger
-3
/
+10
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Address review comments.
Michael Woerister
-1
/
+1
2022-03-14
debuginfo: change cpp-like naming for generator environments so that NatVis w...
Michael Woerister
-48
/
+92
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-2
/
+38
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-7
/
+7
2022-03-10
debuginfo: Fix bug in type name generation for dyn types with associated type...
Michael Woerister
-3
/
+10
2022-03-07
Clarify `Layout` interning.
Nicholas Nethercote
-1
/
+1
2022-03-03
all: fix some typos
cuishuang
-1
/
+1
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-8
/
+8
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-08
debuginfo: Bring back DW_AT_containing_type for vtables -- address review com...
Michael Woerister
-1
/
+1
2022-02-03
debuginfo: Bring back DW_AT_containing_type for vtables after it has accident...
Michael Woerister
-2
/
+19
2022-02-01
debuginfo: Make sure that type names for closure and generator environments a...
Michael Woerister
-36
/
+74
2022-01-17
Add term to ExistentialProjection
kadmin
-2
/
+3
2022-01-13
Generate more precise generator names
Eric Holk
-2
/
+8
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-2
/
+2
2022-01-07
Consolidate checking for msvc when generating debuginfo
Wesley Wiser
-50
/
+51
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-2
/
+2
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-3
/
+3
2021-11-06
use matches!() macro in more places
Matthias Krüger
-4
/
+1
[prev]
[next]