| Age | Commit message (Expand) | Author | Lines |
| 2024-10-03 | Auto merge of #131145 - ismailarilik:handle_potential_query_instability_lint_... | bors | -15/+14 |
| 2024-10-03 | Rollup merge of #131173 - madsmtm:target-info-solid_asp3-abi, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-10-03 | Rollup merge of #130419 - nnethercote:streamline-HirCollector, r=GuillaumeGomez | Matthias Krüger | -15/+15 |
| 2024-10-03 | Handle `rustc_metadata` cases of `rustc::potential_query_instability` lint | ismailarilik | -15/+14 |
| 2024-10-02 | Rollup merge of #131166 - madsmtm:target-info-switch-vendor, r=jieyouxu | Jubilee | -0/+1 |
| 2024-10-02 | Rollup merge of #130725 - GrigorenkoPV:@-in-struct-patterns, r=Nadrieril | Jubilee | -13/+67 |
| 2024-10-02 | Rollup merge of #126930 - Xaeroxe:file-checksum-hint, r=chenyukang | Jubilee | -28/+278 |
| 2024-10-03 | Auto merge of #131148 - Urgau:hashbrown-0.15, r=Amanieu | bors | -12/+12 |
| 2024-10-02 | Auto merge of #131006 - RalfJung:immediate-sanity, r=saethlin | bors | -3/+6 |
| 2024-10-02 | Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errors | bors | -132/+369 |
| 2024-10-02 | Fix target_abi in SOLID targets | Mads Marquart | -0/+2 |
| 2024-10-02 | Fix target_vendor for aarch64-nintendo-switch-freestanding | Mads Marquart | -0/+1 |
| 2024-10-02 | Rollup merge of #131152 - fee1-dead-contrib:fxdiag, r=compiler-errors | Matthias Krüger | -31/+110 |
| 2024-10-02 | Rollup merge of #131150 - bvanjoi:issue-128327, r=chenyukang | Matthias Krüger | -1/+1 |
| 2024-10-02 | Rollup merge of #131140 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -23/+22 |
| 2024-10-02 | Rollup merge of #131016 - madsmtm:no-sdk-version-in-object, r=jieyouxu | Matthias Krüger | -28/+49 |
| 2024-10-02 | Rollup merge of #130863 - compiler-errors:relax-codegen-dyn-assert, r=lcnr | Matthias Krüger | -20/+57 |
| 2024-10-02 | review | lcnr | -23/+31 |
| 2024-10-02 | Improve const traits diagnostics for new desugaring | Deadbeef | -31/+110 |
| 2024-10-02 | only query `params_in_repr` if def kind is adt | bohan | -1/+1 |
| 2024-10-02 | Adjust check-cfg get_many_mut usage following API change | Urgau | -12/+12 |
| 2024-10-02 | restore prior more readable suggestion | Jacob Kiesel | -5/+6 |
| 2024-10-01 | Rollup merge of #131121 - lqd:dataflow-viz, r=compiler-errors | Jubilee | -12/+2 |
| 2024-10-01 | Rollup merge of #130885 - RalfJung:interp-error-discard, r=oli-obk | Jubilee | -610/+836 |
| 2024-10-02 | Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint | ismailarilik | -23/+22 |
| 2024-10-01 | Restore prior behavior with less duplicate info in dep file | Jacob Kiesel | -21/+14 |
| 2024-10-01 | Write two newlines intentionally | Jacob Kiesel | -2/+1 |
| 2024-10-01 | no need to comma delimit this, it's already space delimited | Jacob Kiesel | -2/+2 |
| 2024-10-01 | Fix bug in depinfo output | Jacob Kiesel | -1/+2 |
| 2024-10-01 | improve shell help text | Jacob Kiesel | -1/+2 |
| 2024-10-01 | Pile all the checksum info into a comment that goes in the same order as the ... | Jacob Kiesel | -13/+20 |
| 2024-10-01 | disregard what we believe is supported in cargo for hash type | Jacob Kiesel | -14/+1 |
| 2024-10-01 | Fix options help text | Jacob Kiesel | -1/+1 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -28/+289 |
| 2024-10-02 | Auto merge of #131070 - tgross35:update-root-cc, r=wesleywiser | bors | -2/+2 |
| 2024-10-02 | make `Borrows` dataflow dumps about its loan domain | Rémy Rakic | -11/+1 |
| 2024-10-01 | fix extension for `-Zdump-mir-dataflow` graphviz files | Rémy Rakic | -1/+1 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -735/+851 |
| 2024-10-01 | Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgr | bors | -61/+154 |
| 2024-10-01 | Rollup merge of #130005 - davidlattimore:protected-vis-flag, r=Urgau | Matthias Krüger | -61/+154 |
| 2024-10-01 | Rollup merge of #131042 - compiler-errors:supertrait-vtable, r=lcnr | Guillaume Gomez | -26/+81 |
| 2024-10-01 | Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=Amanieu | Guillaume Gomez | -12/+143 |
| 2024-10-01 | add caches to multiple type folders | lcnr | -22/+222 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -61/+154 |
| 2024-10-01 | Auto merge of #129972 - eholk:stabilize-expr_2021, r=compiler-errors,traviscross | bors | -38/+8 |
| 2024-10-01 | Stabilize expr_2021 fragment in all editions | Eric Holk | -38/+8 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -0/+10 |
| 2024-09-30 | Rollup merge of #130877 - taiki-e:riscv-atomic, r=Amanieu | Trevor Gross | -1/+8 |
| 2024-09-30 | add `stable_since` convenience | Lukas Markeffsky | -0/+10 |
| 2024-09-30 | Unpin `cc` and upgrade to the latest version | Trevor Gross | -2/+2 |