| Age | Commit message (Expand) | Author | Lines |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-07-03 | Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoerister | bors | -85/+94 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -1/+3 |
| 2024-07-02 | Fix spans | Michael Goulet | -3/+3 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -0/+2 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -1/+1 |
| 2024-07-02 | Rollup merge of #127168 - DianQK:cast-size, r=workingjubilee | Matthias Krüger | -6/+24 |
| 2024-07-02 | Rollup merge of #127136 - compiler-errors:coroutine-closure-env-shim, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-02 | linker: Link dylib crates by path | Vadim Petrochenkov | -85/+94 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-07-02 | Use the aligned size for alloca at ret when the pass mode is cast. | DianQK | -5/+23 |
| 2024-07-02 | Use the aligned size for alloca at args when the pass mode is cast. | DianQK | -1/+1 |
| 2024-07-01 | linker: Bail out of rpath logic early if the target doesn't support rpath | Vadim Petrochenkov | -10/+4 |
| 2024-07-01 | linker: Refactor interface for passing arguments to linker | Vadim Petrochenkov | -373/+314 |
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -1/+1 |
| 2024-06-29 | Rollup merge of #123237 - bjorn3:debuginfo_refactor, r=compiler-errors | Matthias Krüger | -75/+40 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -2/+78 |
| 2024-06-27 | Updated diagnostic messages | Florian Schmiderer | -16/+36 |
| 2024-06-27 | Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obk | Jacob Pratt | -17/+0 |
| 2024-06-26 | coverage: Detach `#[coverage(..)]` from codegen attribute handling | Zalathar | -17/+0 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -15/+47 |
| 2024-06-25 | Support `#[patchable_function_entries]` | Matthew Maurer | -1/+25 |
| 2024-06-25 | Rollup merge of #126943 - Urgau:dedup-all, r=petrochenkov | Matthias Krüger | -5/+2 |
| 2024-06-25 | De-duplicate all consecutive native libs regardless of their options | Urgau | -5/+2 |
| 2024-06-24 | Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnr | Michael Goulet | -16/+4 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -2/+0 |
| 2024-06-24 | coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]` | Zalathar | -16/+4 |
| 2024-06-21 | Fix doc comment | bjorn3 | -2/+2 |
| 2024-06-21 | Remove type_i1 and type_struct from cg_ssa | bjorn3 | -2/+0 |
| 2024-06-21 | Remove check_overflow method from MiscMethods | bjorn3 | -2/+1 |
| 2024-06-21 | Move all intrinsic handling code in codegen_call_terminators together | bjorn3 | -25/+19 |
| 2024-06-21 | Dedup some intrinsic handling code for caller_location | bjorn3 | -25/+12 |
| 2024-06-21 | Remove const_bitcast from ConstMethods | bjorn3 | -1/+0 |
| 2024-06-21 | Remove PrintBackendInfo trait | bjorn3 | -22/+2 |
| 2024-06-21 | Move vcall_visibility_metadata optimization hint out of a debuginfo generatio... | bjorn3 | -0/+8 |
| 2024-06-20 | More GVN for PtrMetadata | Scott McMurray | -1/+3 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-19 | `bug!` more uses of these in runtime stuff | Scott McMurray | -5/+6 |
| 2024-06-19 | Rollup merge of #126594 - zetanumbers:fix-cross-crate-async-drop-glue, r=oli-obk | León Orell Valerian Liehr | -10/+13 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -15/+22 |
| 2024-06-18 | Apply suggestions from oli-obk's review | Daria Sukhonina | -10/+4 |
| 2024-06-18 | Make async drop code more consistent with regular drop code | Daria Sukhonina | -5/+14 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -12/+12 |
| 2024-06-14 | Only compute vtable information during codegen | Michael Goulet | -2/+1 |
| 2024-06-14 | rustc_codegen_ssa: Remove unused ModuleConfig::inline_threshold | Martin Nordholts | -2/+0 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -3/+5 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -1/+1 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -1/+4 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -3/+3 |