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
/
compiler
/
rustc_codegen_ssa
/
src
/
traits
/
backend.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-09
Pass owned CodegenResults to link_binary
bjorn3
-1
/
+1
2024-11-09
Add a default implementation for CodegenBackend::link
bjorn3
-1
/
+5
2024-09-24
Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic
bors
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-19
replace some deprecated functions
Luv-Ray
-0
/
+1
2024-09-18
Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3
Matthias Krüger
-20
/
+1
2024-09-17
Clean up formatting.
Nicholas Nethercote
-0
/
+7
2024-09-17
Remove `Backend`.
Nicholas Nethercote
-9
/
+1
2024-09-17
Use trait aliases to shorten some code.
Nicholas Nethercote
-13
/
+2
2024-08-12
Rework MIR inlining debuginfo so function parameters show up in debuggers.
Kyle Huey
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+7
2024-06-21
Remove PrintBackendInfo trait
bjorn3
-19
/
+1
2024-03-21
Remove `CodegenBackend::target_override`.
Nicholas Nethercote
-7
/
+0
2024-03-11
Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obk
Jubilee
-0
/
+7
2024-02-17
Make `CodegenBackend::join_codegen` infallible.
Nicholas Nethercote
-1
/
+1
2024-02-15
Allow codegen backends to opt-out of parallel codegen
Maybe Waffle
-0
/
+7
2023-11-30
Move `MetadataLoader{,Dyn}` to `rustc_metadata`.
Nicholas Nethercote
-1
/
+1
2023-11-05
Update doc comment for CodegenBackend::link
bjorn3
-5
/
+1
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-2
/
+0
2023-09-22
Have a single struct for queries and hook
Oli Scherer
-3
/
+3
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-1
/
+2
2023-07-31
Remove `ExtraBackendMethods::spawn_thread`.
Nicholas Nethercote
-9
/
+0
2023-07-20
Implement printing to file in codegen_backend.print
David Tolnay
-1
/
+19
2023-07-20
Store individual output file name with every PrintRequest
David Tolnay
-1
/
+1
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-2
/
+2
2023-05-17
Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb
Dylan DPC
-5
/
+3
2023-05-16
Remove `MetadataRef` type alias
Maybe Waffle
-5
/
+3
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-1
/
+4
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-0
/
+1
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-1
/
+0
2023-02-22
various: translation resources from cg backend
David Wood
-0
/
+4
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-1
/
+1
2022-10-01
Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
bjorn3
-2
/
+0
2022-07-11
Keep unstable target features for asm feature checking
Amanieu d'Antras
-1
/
+1
2022-04-30
Merge new_metadata into codegen_allocator
bjorn3
-3
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-3
/
+3
2022-03-01
Querify `global_backend_features`
Simonas Kazlauskas
-0
/
+1
2021-12-13
Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`
Tomasz Miąsko
-0
/
+1
2021-12-07
Use object crate for .rustc metadata generation
Nikita Popov
-6
/
+0
2021-11-05
Initialize LLVM time trace profiler on each code generation thread
Tomasz Miąsko
-0
/
+22
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-2
/
+2
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-1
/
+2
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-4
/
+12
2021-09-05
Auto merge of #88499 - eddyb:layout-off, r=nagisa
bors
-10
/
+4
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-10
/
+4
2021-08-31
Include debug info for the allocator shim
Daniel Paoliello
-1
/
+2
2021-08-27
rustc_target: add lifetime parameter to `LayoutOf`.
Eduard-Mihai Burtescu
-2
/
+7
2021-06-04
Provide default MetadataLoader
bjorn3
-1
/
+8
[next]