| Age | Commit message (Expand) | Author | Lines |
| 2024-12-17 | Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxu | Matthias Krüger | -204/+129 |
| 2024-12-17 | coverage: Track used functions in a set instead of a map | Zalathar | -90/+37 |
| 2024-12-17 | coverage: Pull function source hash out of `map_data.rs` | Zalathar | -12/+7 |
| 2024-12-17 | coverage: Pull region conversion out of `map_data.rs` | Zalathar | -37/+14 |
| 2024-12-17 | coverage: Pull expression conversion out of `map_data.rs` | Zalathar | -33/+44 |
| 2024-12-17 | coverage: Build the global file table on the fly | Zalathar | -33/+29 |
| 2024-12-17 | coverage: Use `is_eligible_for_coverage` to filter unused functions | Zalathar | -8/+7 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -2/+2 |
| 2024-12-15 | Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubilee | bors | -3/+3 |
| 2024-12-14 | target_features: control separately whether enabling and disabling a target f... | Ralf Jung | -3/+3 |
| 2024-12-14 | Rollup merge of #134208 - Zalathar:covmap-covfun, r=compiler-errors | Matthias Krüger | -65/+61 |
| 2024-12-13 | Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubilee | bors | -16/+20 |
| 2024-12-12 | coverage: Tidy up creation of covfun records | Zalathar | -32/+34 |
| 2024-12-12 | coverage: Tidy up creation of covmap records | Zalathar | -33/+27 |
| 2024-12-12 | Fix our `llvm::Bool` typedef to be signed, to match `LLVMBool` | Zalathar | -1/+3 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -19/+29 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -11/+11 |
| 2024-12-11 | apply review feedback | Ralf Jung | -3/+5 |
| 2024-12-11 | generalize 'forbidden feature' concept so that even (un)stable feature can be... | Ralf Jung | -16/+18 |
| 2024-12-11 | Rollup merge of #134165 - durin42:wasm-target-string, r=jieyouxu | Matthias Krüger | -0/+5 |
| 2024-12-11 | Rollup merge of #134163 - Zalathar:covfun, r=SparrowLii,jieyouxu | Matthias Krüger | -182/+263 |
| 2024-12-11 | wasm(32|64): update alignment string | Augie Fackler | -0/+5 |
| 2024-12-11 | coverage: Store intermediate region tables in `CovfunRecord` | Zalathar | -55/+77 |
| 2024-12-11 | coverage: Only generate a CGU's covmap record if it has covfun records | Zalathar | -4/+14 |
| 2024-12-11 | coverage: Reify `CovfunRecord` as an intermediate step | Zalathar | -36/+45 |
| 2024-12-11 | coverage: Extract function metadata handling to a `covfun` submodule | Zalathar | -166/+206 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -11/+11 |
| 2024-12-10 | Rollup merge of #134115 - durin42:ppc64-target-string, r=jieyouxu | León Orell Valerian Liehr | -0/+5 |
| 2024-12-10 | Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxu | León Orell Valerian Liehr | -0/+3 |
| 2024-12-10 | rustc_target: ppc64 target string fixes for LLVM 20 | Augie Fackler | -0/+5 |
| 2024-12-10 | Rollup merge of #134029 - Zalathar:zero, r=oli-obk | León Orell Valerian Liehr | -188/+26 |
| 2024-12-09 | Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr | bors | -8/+3 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -8/+3 |
| 2024-12-09 | Add the `power8-crypto` target feature | Sayantan Chakraborty | -0/+3 |
| 2024-12-08 | coverage: Unused functions don't need to store `CoverageIdsInfo` | Zalathar | -13/+13 |
| 2024-12-08 | coverage: Remove FunctionCoverageCollector | Zalathar | -70/+17 |
| 2024-12-08 | coverage: Use a query to find counters/expressions that must be zero | Zalathar | -112/+4 |
| 2024-12-08 | coverage: Move `CoverageIdsInfo` into `mir::coverage` | Zalathar | -3/+2 |
| 2024-12-07 | Remove unnecessary `int_type_width_signed` function | Scott McMurray | -91/+75 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -26/+3 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -8/+3 |
| 2024-12-05 | Rollup merge of #127565 - esp-rs:xtensa-vaargs, r=workingjubilee | Jacob Pratt | -2/+111 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -27/+228 |
| 2024-12-03 | Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg fo... | Brian J. Tarricone | -2/+111 |
| 2024-12-03 | Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -2/+2 |
| 2024-12-01 | Rollup merge of #133446 - Zalathar:querify, r=cjgillot | Jacob Pratt | -91/+55 |
| 2024-12-01 | Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrum | bors | -0/+5 |
| 2024-11-30 | Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -6/+46 |
| 2024-11-30 | coverage: Use a query to identify which counter/expression IDs are used | Zalathar | -72/+34 |