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
/
traits
/
backend.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-06-04
Provide a default provide* implementation for CodegenBackend
bjorn3
-2
/
+2
2020-12-16
cg_ssa: introduce `TargetMachineFactoryFn` alias
David Wood
-2
/
+2
2020-10-21
rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.
Eduard-Mihai Burtescu
-0
/
+1
2020-10-14
Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk
Dylan DPC
-5
/
+5
2020-10-13
Auto merge of #76830 - Artoria2e5:tune, r=nagisa
bors
-0
/
+1
2020-10-10
Use fixed type for CodegenResults
bjorn3
-3
/
+3
2020-10-10
Move save_work_product_index call out of cg_llvm
bjorn3
-3
/
+3
2020-10-05
Pass tune-cpu to LLVM
Mingye Wang
-0
/
+1
2020-10-02
Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)
Harald Hoyer
-0
/
+1
2020-09-17
PR feedback
khyperia
-2
/
+4
2020-09-17
Let backends define custom targets
khyperia
-0
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+119