| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | Rollup merge of #125399 - scottmcm:less-hir-in-cg_ssa, r=compiler-errors | León Orell Valerian Liehr | -23/+22 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -0/+10 |
| 2024-05-22 | self-contained linker: retry without -fuse-ld=lld on older GCCs | Rémy Rakic | -0/+21 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -3/+3 |
| 2024-05-22 | Stop using `to_hir_binop` in codegen | Scott McMurray | -23/+22 |
| 2024-05-21 | PR feedback | Ben Kimock | -1/+1 |
| 2024-05-21 | Add a footer in FileEncoder and check for it in MemDecoder | Ben Kimock | -1/+4 |
| 2024-05-21 | Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvalle | bors | -1/+4 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -15/+21 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -2/+2 |
| 2024-05-18 | Rollup merge of #125184 - scottmcm:fix-thin-ptr-ice, r=jieyouxu | Matthias Krüger | -1/+5 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -15/+21 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -2/+2 |
| 2024-05-16 | Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen | Scott McMurray | -1/+5 |
| 2024-05-16 | Fix assertion when attempting to convert `f16` and `f128` with `as` | Trevor Gross | -1/+4 |
| 2024-05-15 | Don't link lsan rt if asan or hwasan are enabled | David Koloski | -1/+4 |
| 2024-05-15 | codegen: tweak/extend shift comments | Ralf Jung | -4/+13 |
| 2024-05-13 | Only allow immutable statics with #[linkage] | bjorn3 | -0/+12 |
| 2024-05-11 | Make `index_by_increasing_offset` return one item for primitives | Scott McMurray | -11/+2 |
| 2024-05-11 | Unify `Rvalue::Aggregate` paths in cg_ssa | Scott McMurray | -21/+29 |
| 2024-05-10 | Refactoring after the `PlaceValue` addition | Scott McMurray | -127/+152 |
| 2024-05-10 | Auto merge of #123886 - scottmcm:more-rvalue-operands, r=matthewjasper | bors | -13/+103 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -8/+5 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -6/+14 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -8/+5 |
| 2024-05-08 | Make SSA aggregates without needing an alloca | Scott McMurray | -12/+99 |
| 2024-05-08 | Aggregating arrays can always take the place path | Scott McMurray | -2/+5 |
| 2024-05-08 | Auto merge of #124858 - alexcrichton:some-wasi-changes, r=michaelwoerister | bors | -1/+7 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -6/+14 |
| 2024-05-05 | Auto merge of #124606 - scottmcm:less-expect, r=cjgillot | bors | -2/+2 |
| 2024-05-04 | some comments or dynamic drop handling | Ralf Jung | -2/+2 |
| 2024-05-03 | rustc: Don't pass `-fuse-ld=lld` on wasm targets | Alex Crichton | -1/+7 |
| 2024-05-03 | Rollup merge of #124555 - Zalathar:init-coverage, r=nnethercote | Matthias Krüger | -0/+9 |
| 2024-05-02 | Rollup merge of #124414 - lqd:subdiagnostics, r=davidtwco | Matthias Krüger | -1/+0 |
| 2024-05-01 | Stop `llvm.expect`ing assert terminators | Scott McMurray | -2/+2 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-05-01 | coverage: Eagerly do start-of-function codegen for coverage | Zalathar | -0/+9 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -6/+25 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -2/+1 |
| 2024-04-26 | remove extraneous note on `UnableToRunDsymutil` diagnostic | Rémy Rakic | -1/+0 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -19/+3 |
| 2024-04-25 | Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebank | Matthias Krüger | -1/+1 |
| 2024-04-24 | Rename `NestedMetaItem::name_value_literal`. | Nicholas Nethercote | -1/+1 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -7/+7 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -1/+45 |
| 2024-04-22 | Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoerister | bors | -42/+35 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -1/+21 |
| 2024-04-19 | Show files produced by --emit foo in json artifact notifications | Michael Baikov | -0/+41 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -1/+4 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -1/+1 |