| Age | Commit message (Expand) | Author | Lines |
| 2023-10-07 | linker: Remove unstable legacy CLI linker flavors | Vadim Petrochenkov | -12/+3 |
| 2023-10-07 | Auto merge of #116330 - RalfJung:dont-key-on-allocid, r=oli-obk | bors | -33/+0 |
| 2023-10-07 | Auto merge of #116310 - Enselic:check_fn_args_move_size, r=oli-obk | bors | -58/+83 |
| 2023-10-07 | Auto merge of #115583 - RalfJung:packed-unsized, r=lcnr | bors | -1/+9 |
| 2023-10-07 | Auto merge of #116457 - RalfJung:try_eval_scalar_int, r=cjgillot | bors | -15/+15 |
| 2023-10-07 | rustc_monomorphize: Introduce check_fn_args_move_size() | Martin Nordholts | -56/+76 |
| 2023-10-07 | rustc_monomorphize: Move limit check into check_move_size() | Martin Nordholts | -5/+10 |
| 2023-10-07 | Copy 1-element arrays as scalars, not vectors | Scott McMurray | -1/+6 |
| 2023-10-06 | Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkin | Jubilee | -19/+89 |
| 2023-10-06 | Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk | Jubilee | -79/+31 |
| 2023-10-06 | Auto merge of #116492 - matthiaskrgr:rollup-xzfhmq1, r=matthiaskrgr | bors | -157/+69 |
| 2023-10-06 | Rollup merge of #116474 - nnethercote:rustc_assorted, r=spastorino | Matthias Krüger | -79/+28 |
| 2023-10-06 | Rollup merge of #116466 - nnethercote:rustc_transmute, r=oli-obk | Matthias Krüger | -78/+36 |
| 2023-10-06 | Rollup merge of #116297 - RalfJung:hooks, r=oli-obk | Matthias Krüger | -0/+5 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -3511/+3644 |
| 2023-10-06 | add some comments explaining how the required_consts stuff fits together | Ralf Jung | -0/+10 |
| 2023-10-06 | Preserve DebugInfo in DeadStoreElimination. | Camille GILLOT | -8/+43 |
| 2023-10-06 | Fix sdkname for tvos simulator | Sebastian Imlay | -0/+1 |
| 2023-10-06 | Fix typos | Sebastian Imlay | -5/+3 |
| 2023-10-06 | Initial target specification for aarch64-apple-tvos-sim | Sebastian Imlay | -0/+34 |
| 2023-10-06 | Auto merge of #115304 - Enselic:trailing-gt, r=cjgillot | bors | -1/+0 |
| 2023-10-06 | rustc_metadata: use try_canonicalize | Tamir Duberstein | -2/+3 |
| 2023-10-06 | rustc_codegen_ssa: use try_canonicalize in rpath | Tamir Duberstein | -8/+6 |
| 2023-10-06 | rustc_driver: avoid fallible conversions | Tamir Duberstein | -15/+18 |
| 2023-10-06 | compiler: always use var_os("RUST_BACKTRACE") | Tamir Duberstein | -3/+3 |
| 2023-10-06 | fix to register analysis pass from llvm plugin | Emanuele Vannacci | -14/+14 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2023-10-06 | Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkin | Guillaume Gomez | -0/+49 |
| 2023-10-06 | Sort `rustc_driver_impl` dependencies. | Nicholas Nethercote | -26/+28 |
| 2023-10-06 | Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obk | Matthias Krüger | -11/+21 |
| 2023-10-06 | Remove unnecessary `pub`. | Nicholas Nethercote | -1/+1 |
| 2023-10-06 | Remove unneeded features. | Nicholas Nethercote | -4/+0 |
| 2023-10-06 | Remove unneeded dependency. | Nicholas Nethercote | -4/+3 |
| 2023-10-06 | Factor out `insert_or_error`. | Nicholas Nethercote | -62/+23 |
| 2023-10-06 | Remove unused `FileName::CfgSpec`. | Nicholas Nethercote | -7/+1 |
| 2023-10-06 | Remove unneeded dependency. | Nicholas Nethercote | -1/+0 |
| 2023-10-06 | Remove the `MaybeTransmutableQuery<&'l Dfa<...>, C>` impl. | Nicholas Nethercote | -16/+0 |
| 2023-10-06 | Fix a comment. | Nicholas Nethercote | -3/+1 |
| 2023-10-06 | Remove `map_layouts`. | Nicholas Nethercote | -57/+33 |
| 2023-10-06 | Auto merge of #116269 - Veykril:rustc-abi, r=WaffleLapkin | bors | -232/+294 |
| 2023-10-06 | Use `collect` to decode `Vec`. | Nicholas Nethercote | -23/+10 |
| 2023-10-06 | Streamline some `Encodable` impls. | Nicholas Nethercote | -6/+3 |
| 2023-10-06 | Use `collect` for decoding more collection types. | Nicholas Nethercote | -40/+6 |
| 2023-10-06 | rustc_serialize: merge `collection_impls.rs` into `serialize.rs`. | Nicholas Nethercote | -264/+258 |
| 2023-10-06 | Make the comment order match variant declaration order. | Nicholas Nethercote | -1/+1 |
| 2023-10-06 | Remove an unnecessary `pub(crate)`. | Nicholas Nethercote | -1/+1 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+49 |
| 2023-10-06 | Remove unused serialization support for `LinkedList`. | Nicholas Nethercote | -17/+1 |
| 2023-10-06 | rustc_serialize: Remove unneeded feature decls. | Nicholas Nethercote | -11/+5 |
| 2023-10-05 | Replace LocationExtended with DefLocation in SsaLocals | Tomasz Miąsko | -27/+11 |