| Age | Commit message (Expand) | Author | Lines |
| 2025-01-22 | modify comment | Shunpoco | -1/+1 |
| 2025-01-22 | address review: modify matches/mod.rs | Shunpoco | -4/+9 |
| 2025-01-21 | Only assert the `Parser` size on specific arches | Josh Stone | -2/+3 |
| 2025-01-22 | Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgr | bors | -25/+31 |
| 2025-01-22 | Point at invalid utf-8 span on user's source code | Esteban Küber | -9/+70 |
| 2025-01-21 | remove long-deprecated no-op attributes no_start and crate_id | Ralf Jung | -31/+2 |
| 2025-01-21 | Rollup merge of #135833 - lqd:add-ice-test, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2025-01-21 | Rollup merge of #135706 - compiler-errors:elaborate, r=lcnr | Matthias Krüger | -25/+25 |
| 2025-01-21 | Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrum | bors | -8/+8 |
| 2025-01-21 | Detect missing fields with default values and suggest `..` | Esteban Küber | -0/+30 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -441/+116 |
| 2025-01-21 | Move supertrait_def_ids into the elaborate module like all other fns | Michael Goulet | -25/+25 |
| 2025-01-21 | add fixme in typoed const pattern lint | Rémy Rakic | -0/+6 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -441/+116 |
| 2025-01-21 | bumpt compiler and tools to windows 0.59 | klensy | -8/+8 |
| 2025-01-21 | rustc_resolve: don't open-code `Option::filter` | Yotam Ofek | -4/+1 |
| 2025-01-21 | rustc_resolve: use `Iterator` combinators instead of `for` loops where applic... | Yotam Ofek | -26/+12 |
| 2025-01-21 | rustc_resolve: reduce rightwards drift with `let..else` 👉💨 | Yotam Ofek | -381/+387 |
| 2025-01-21 | rustc_resolve: flatten nested `if`s | Yotam Ofek | -229/+198 |
| 2025-01-21 | rustc_resolve: remove unneeded `return`s | Yotam Ofek | -2/+0 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -291/+199 |
| 2025-01-21 | Treat undef bytes as equal to any other byte | Oli Scherer | -2/+35 |
| 2025-01-21 | Also generate undef scalars and scalar pairs | Oli Scherer | -23/+38 |
| 2025-01-21 | use slice patterns for checking for elements of slice | Yotam Ofek | -5/+6 |
| 2025-01-21 | don't use partial ordering on types that support total ordering | Yotam Ofek | -2/+2 |
| 2025-01-21 | Note that cg_llvm's gimli should match the version used elsewhere | Zalathar | -0/+2 |
| 2025-01-21 | Make our `DIFlags` match `LLVMDIFlags` in the LLVM-C API | Zalathar | -117/+85 |
| 2025-01-20 | "structural" ruleset: match against the inherited ref when a reference patter... | dianne | -2/+11 |
| 2025-01-20 | "structural" ruleset: use the "classic" ruleset's diagnostic and fallback for... | dianne | -27/+31 |
| 2025-01-20 | "structural" ruleset: account for dbm mutability cap in Deref(EatInner) rules | dianne | -1/+6 |
| 2025-01-20 | remove Rule 3 from `ref_pat_eat_one_layer_2024` | dianne | -3/+5 |
| 2025-01-20 | Don't require `--verbose` to show linker stdout | jyn | -8/+20 |
| 2025-01-20 | don't ICE when emitting linker errors during `-Z link-only` | jyn | -21/+37 |
| 2025-01-20 | warn on unused linker_messages warning attributes | jyn | -0/+34 |
| 2025-01-20 | make it possible to silence linker warnings with a crate-level attribute | jyn | -11/+85 |
| 2025-01-20 | show linker warnings even if it returns 0 | jyn | -3/+31 |
| 2025-01-20 | Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm` | Wesley Wiser | -2/+2 |
| 2025-01-20 | on s390x, use `PassMode::Direct` for vector types | Folkert de Vries | -3/+11 |
| 2025-01-20 | Rollup merge of #135776 - bjorn3:sync_cg_clif-2025-01-20, r=bjorn3 | Matthias Krüger | -5/+12 |
| 2025-01-20 | Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJung | Matthias Krüger | -0/+1 |
| 2025-01-20 | Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd | Matthias Krüger | -19/+31 |
| 2025-01-20 | handle global trait bounds defining assoc type | lcnr | -2/+22 |
| 2025-01-20 | remove unnecessary collection | lcnr | -19/+6 |
| 2025-01-20 | Auto merge of #135769 - jieyouxu:rollup-3h384pz, r=jieyouxu | bors | -24/+15 |
| 2025-01-20 | work around the `wasm32-unknown-unknown` ABI being broken | Folkert de Vries | -8/+39 |
| 2025-01-20 | support wasm inline assembly in naked functions | Folkert de Vries | -4/+136 |
| 2025-01-20 | Respect --target in get_backend_from_raw_matches | bjorn3 | -9/+15 |
| 2025-01-20 | Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-202... | bjorn3 | -5/+12 |
| 2025-01-20 | Auto merge of #135643 - khuey:135332, r=jieyouxu | bors | -52/+35 |
| 2025-01-20 | Updated several files to use rust intrinsic macros instead of the legacy exte... | vayunbiyani | -0/+1 |