about summary refs log tree commit diff
path: root/compiler/rustc_llvm/src
AgeCommit message (Expand)AuthorLines
2025-04-24feat: Add XtensaAsmPrinterSergio Gasquez-0/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2024-11-09Make `RustString` an extern type to avoid `improper_ctypes` warningsZalathar-18/+51
2024-09-05update cfgsBoxy-1/+0
2024-08-27Rollup merge of #129648 - nnethercote:unreachable_pub-2, r=UrgauMatthias Krüger-0/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_llvm`.Nicholas Nethercote-0/+1
2024-08-26Use unsafe extern blocks throughout the compilerMichael Goulet-2/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-16Fix unsafe_op_in_unsafe_fn in compilerMichael Goulet-1/+1
2024-06-12Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwcobors-0/+7
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-1/+3
2024-05-29Add Xtensa as an experimental targetScott Mabin-0/+7
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+8
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+8
2023-04-09Remove identity castsNilstrieb-1/+1
2023-04-04Enable loongarch64 LLVM targetzhaixiaojuan-0/+8
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-1/+1
2021-10-23Repace use of `static_nobundle` with `native_link_modifiers`Mateusz Mikuła-1/+1
2021-10-01Fix clippy lintsGuillaume Gomez-0/+4
2021-09-17compiler/rustc_llvm: Enable M68k LLVM targetJohn Paul Adrian Glaubitz-0/+8
2021-05-23Add BPF targetAlessandro Decina-0/+8
2021-03-22All supported LLVM versions have MSP430AsmPrinterJosh Stone-4/+1
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2020-12-01Add wasm32 support to inline asmGus Caplan-1/+2
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-0/+173