]> git.lizzy.rs Git - rust.git/history - src/global_asm.rs
Stop using a deprecated function
[rust.git] / src / global_asm.rs
2022-08-28 borsAuto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm
2022-08-27 borsAuto merge of #100999 - nnethercote:shrink-FnAbi, r...
2022-08-24 bjorn3Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193...
2022-08-24 bjorn3Sync from rust 4a24f08ba43166cfee86d868b3fe8612aec6faca
2022-08-15 bjorn3Sync from rust 6ce76091c7cef21692a15dce1f0a4c415d245be4
2022-08-13 bjorn3Merge pull request #1264 from bjorn3/parallel_comp_refactor
2022-08-13 bjorn3Remove TyCtxt parameter from emit_cgu
2022-08-12 bjorn3Enable inline asm on macOS
2022-08-12 bjorn3Remove the partial linking hack for global asm support
2022-08-12 bjorn3Don't take TyCtxt as argument for compile_global_asm
2022-08-12 bjorn3Move some sess.fatal calls out of compile_global_asm
2022-08-12 bjorn3Extract global_asm module