| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 | |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 | |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 | |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier ↵ | Vadim Petrochenkov | -1/+1 | |
| specifically | ||||
| 2021-10-23 | Repace use of `static_nobundle` with `native_link_modifiers` | Mateusz Mikuła | -1/+1 | |
| This fixes warning when building Rust and running tests: ``` warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle` warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate) ``` | ||||
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -0/+4 | |
| 2021-09-17 | compiler/rustc_llvm: Enable M68k LLVM target | John Paul Adrian Glaubitz | -0/+8 | |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+8 | |
| This change adds the bpfel-unknown-none and bpfeb-unknown-none targets which can be used to generate little endian and big endian BPF | ||||
| 2021-03-22 | All supported LLVM versions have MSP430AsmPrinter | Josh Stone | -4/+1 | |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -1/+1 | |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -1/+2 | |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -1/+0 | |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 | |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 | |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -0/+173 | |
