| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | also skip abi_required_features check in rustdoc | Ralf Jung | -5/+10 |
| 2025-03-14 | also fix potential issues with mixed stable/unstable target features in rustdoc | Ralf Jung | -8/+32 |
| 2025-03-14 | rustdoc: disable forbidden #[target_feature] check | Ralf Jung | -2/+5 |
| 2025-02-06 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+28 |
| 2025-01-23 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -4/+2 |
| 2025-01-07 | Pass objcopy args for stripping on OSX | Noratrieb | -18/+7 |
| 2025-01-01 | upstream rustc_codegen_llvm changes for enzyme/autodiff | Manuel Drehwald | -0/+30 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -2/+2 |
| 2024-12-29 | review fixes: Adjust whitespace | Piotr Osiewicz | -0/+3 |
| 2024-12-29 | rustc_codegen_ssa: Buffer file writes in link_rlib | Piotr Osiewicz | -5/+5 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -2/+2 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -0/+1 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+1 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -28/+1 |
| 2024-12-20 | Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -6/+6 |
| 2024-12-20 | Review comments | bjorn3 | -3/+2 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -11/+6 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -6/+6 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -1/+2 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -17/+11 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -7/+8 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -3/+5 |
| 2024-12-15 | Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkov | bors | -51/+46 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -51/+46 |
| 2024-12-15 | Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubilee | bors | -2/+2 |
| 2024-12-15 | Auto merge of #134117 - DianQK:gep-i8, r=oli-obk | bors | -4/+1 |
| 2024-12-15 | Simplify the GEP instruction for index | DianQK | -4/+1 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -2/+2 |
| 2024-12-15 | Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514 | Stuart Cook | -6/+68 |
| 2024-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -6/+68 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -2/+2 |
| 2024-12-14 | target_features: control separately whether enabling and disabling a target f... | Ralf Jung | -2/+2 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -27/+16 |
| 2024-12-13 | Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubilee | bors | -31/+26 |
| 2024-12-13 | Make dependency_formats an FxIndexMap rather than a list of tuples | bjorn3 | -22/+14 |
| 2024-12-13 | Remove jobserver from Session | bjorn3 | -5/+2 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -13/+8 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -5/+294 |
| 2024-12-11 | apply review feedback | Ralf Jung | -2/+2 |
| 2024-12-11 | generalize 'forbidden feature' concept so that even (un)stable feature can be... | Ralf Jung | -31/+26 |
| 2024-12-11 | Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlin | Jacob Pratt | -0/+2 |
| 2024-12-10 | emit `.weak_definition` instead of `.weak` on macos | Folkert de Vries | -28/+37 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -5/+285 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -0/+9 |
| 2024-12-10 | Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxu | León Orell Valerian Liehr | -0/+9 |
| 2024-12-10 | Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp... | León Orell Valerian Liehr | -4/+67 |
| 2024-12-09 | Apply suggestions from code review | Sven Kanoldt | -8/+8 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -43/+31 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -13/+11 |