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_llvm
/
src
/
debuginfo
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-2
/
+2
2024-05-06
Refactor float `Primitive`s to a separate `Float` type
beetrees
-4
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+3
2024-03-24
Require coroutine kind type to be passed to TyCtxt::coroutine_layout
Michael Goulet
-3
/
+7
2024-03-24
Always use tcx.coroutine_layout over calling optimized_mir directly
Michael Goulet
-3
/
+2
2024-02-28
Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`
Trevor Gross
-0
/
+2
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-3
/
+3
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-1
/
+1
2023-12-15
codegen_llvm: set DW_AT_accessibility
David Wood
-13
/
+24
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-100
/
+100
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-12
/
+12
2023-08-01
Use upvar_tys in more places, make it a list
Michael Goulet
-0
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-12
/
+12
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-7
/
+11
2023-06-19
Store generator field names in GeneratorLayout.
Camille GILLOT
-9
/
+5
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-3
/
+4
2023-06-10
Support 128-bit enum variant in debuginfo codegen
DonoughLiu
-7
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-2
/
+2
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-1
/
+2
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-3
/
+5
2023-03-11
Address the new odd backticks tidy lint in compiler/
est31
-0
/
+1
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-1
/
+2
2022-12-07
Move closure/generator type info methods to TyCtxt
Michael Goulet
-8
/
+7
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-1
/
+1
2022-10-09
Pass 128-bit C-style enum enumerator values to LLVM
beetrees
-11
/
+7
2022-09-07
Change name of "dataful" variant to "untagged"
Michael Benfield
-13
/
+13
2022-08-12
[debuginfo] Use IndexMap instead of FxHashMap while generating cpp-like gener...
Michael Woerister
-6
/
+15
2022-08-12
[debuginfo] Update cpp-like enum decoding docs to account for wrapping tag ra...
Michael Woerister
-2
/
+12
2022-08-12
[debuginfo] Don't mark fields and types as artificial in CPP-like enum debugi...
Michael Woerister
-5
/
+5
2022-08-12
[debuginfo] Remove the notion of a 'fallback variant' from the CPP-like enum ...
Michael Woerister
-19
/
+69
2022-08-12
Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.
Michael Woerister
-6
/
+21
2022-08-12
debuginfo: Change C++-like encoding for enums.
Michael Woerister
-202
/
+569
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-3
/
+3
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-2
/
+3
2022-04-13
couple of clippy::perf fixes
Matthias Krüger
-1
/
+0
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-6
/
+2
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-3
/
+3
2022-03-30
Spellchecking compiler code
Yuri Astrakhan
-1
/
+1
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Address review comments.
Michael Woerister
-2
/
+3
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Address outstanding FIX...
Michael Woerister
-11
/
+18
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-0
/
+1655