summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/write.rs
AgeCommit message (Expand)AuthorLines
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-0/+1
2022-10-01Remove unused Context assoc type from WriteBackendMethodsbjorn3-1/+0
2022-04-30Remove config parameter of optimize_fat and avoid interior mutability for modulebjorn3-2/+1
2022-04-30Let LtoModuleCodegen::optimize take self by valuebjorn3-1/+1
2022-04-30Rename run_lto_pass_manager to optimize_fat and remove thin parameterbjorn3-6/+5
2021-05-08Support -C passes in NewPMNikita Popov-1/+1
2020-09-09Add `-Z combine_cgu` flagVictor Ding-0/+6
2020-08-30mv compiler to compiler/mark-0/+64