- eeb94be Auto merge of #149366 - cjgillot:gvn-primitive, r=RalfJung by bors · 8 hours ago main
- d3e8bd9 Auto merge of #153000 - Zalathar:rollup-68jDIBK, r=Zalathar by bors · 12 hours ago
- 8c96521 Rollup merge of #152987 - Zoxc:hashstable-derives, r=JonathanBrouwer by Stuart Cook · 12 hours ago
- 499fca9 Rollup merge of #152984 - stellanomia:remove-redundant-inline-check, r=JonathanBrouwer by Stuart Cook · 12 hours ago
- 867a480 Rollup merge of #152963 - JonathanBrouwer:revert-str-as-str, r=jhpratt by Stuart Cook · 12 hours ago
- 42994d6 Rollup merge of #152640 - shibcreate:add-rustc-dev-guide-link, r=Mark-Simulacrum by Stuart Cook · 12 hours ago
- 51b5459 Rollup merge of #152366 - BitSyndicate1:vec-fallible-shrink, r=Mark-Simulacrum by Stuart Cook · 12 hours ago
- 565d1bb Rollup merge of #151744 - enthropy7:fix-refining-impl-trait-rtn, r=davidtwco by Stuart Cook · 12 hours ago
- 6bcb461 Rollup merge of #149783 - folkertdev:stabilize-cfg-select, r=JonathanBrouwer by Stuart Cook · 12 hours ago
- 62bc872 Rollup merge of #152970 - RalfJung:unpin-noalias-tests, r=Mark-Simulacrum by Stuart Cook · 12 hours ago
- 5ec5136 Rollup merge of #152229 - Zoxc:rem-det-pick, r=nnethercote by Stuart Cook · 12 hours ago
- 1f076d2 Add try_shrink_to and try_shrink_to_fit to Vec by BitSyndicate1 · 13 hours ago
- 9f7d502 Remove deterministic picking from query cycle handling by John Kåre Alsaker · 14 hours ago
- a2c3ebf Rebase fallout. by Camille Gillot · 18 hours ago
- 912c7d3 Use HashStable derive in more places by John Kåre Alsaker · 18 hours ago
- e83ccae Use may_have_provenance. by Camille Gillot · 19 hours ago
- 38c6851 Move methods to gvn.rs. Elaborate comments. by Camille Gillot · 19 hours ago
- a182053 Bless incremental. by Camille Gillot · 19 hours ago
- 4953a8b Constants of primitive types are always deterministic. by Camille Gillot · 19 hours ago
- 8c90786 Try harder to evaluate constants. by Camille Gillot · 19 hours ago
- c78a294 Auto merge of #152986 - JonathanBrouwer:rollup-YgdiVyQ, r=JonathanBrouwer by bors · 19 hours ago
- 6aa7b31 Rollup merge of #152927 - AlexCeleste:thir-missing-index-subexpressions, r=TaKO8Ki by Jonathan Brouwer · 19 hours ago
- 6aad104 Rollup merge of #152926 - makai410:final-on-assoc-type, r=fmease by Jonathan Brouwer · 19 hours ago
- 4f2673f Rollup merge of #152921 - blkerby:bootstrap-rustdoc-config, r=Kobzol by Jonathan Brouwer · 19 hours ago
- ae8fa15 Rollup merge of #152708 - PaulDance:patches/nix-stdenv.cc.cc.lib, r=clubby789 by Jonathan Brouwer · 19 hours ago
- 3880323 Rollup merge of #152385 - LaneAsade:gate-type-const-defaults, r=BoxyUwU by Jonathan Brouwer · 19 hours ago
- 85cc4b2 Rollup merge of #152958 - nnethercote:rustc_queries-fixes, r=oli-obk by Jonathan Brouwer · 19 hours ago
- 143ca0b Rollup merge of #152779 - nnethercote:clarify-aspects-of-query-macros, r=Zalathar by Jonathan Brouwer · 19 hours ago
- 14d29f9 Stabilize `cfg_select` by Folkert de Vries · 19 hours ago
- febd3b9 rustc_mir_transform: Remove redundant call to check_codegen_attributes_extra by stellanomia · 22 hours ago
- bde075b6 Fix ICE when an associated type or const is wrongly marked as `final` by Makai · 23 hours ago
- b56949b extend unpin noalias tests to cover mutable references by Ralf Jung · 24 hours ago
- 1500f0f Auto merge of #152965 - JonathanBrouwer:rollup-QnrcBRx, r=JonathanBrouwer by bors · 25 hours ago
- 51d7272 Add regression test by Jonathan Brouwer · 28 hours ago
- 91010cf Rollup merge of #152953 - willschlitzer:patch-1, r=petrochenkov by Jonathan Brouwer · 28 hours ago
- 738d1e7 Rollup merge of #152937 - cyrgani:box-box, r=JonathanBrouwer by Jonathan Brouwer · 28 hours ago
- 1f1e6bd Rollup merge of #152933 - GuillaumeGomez:start-migrating-lintdiag, r=JonathanBrouwer by Jonathan Brouwer · 28 hours ago
- 0afd9c3 Rollup merge of #152879 - nnethercote:rm-impl-IntoQueryParam-ref-P, r=oli-obk by Jonathan Brouwer · 28 hours ago
- 503064b Rollup merge of #152871 - mati865:fix-rs-begin-end-warnings, r=joboet by Jonathan Brouwer · 28 hours ago
- 4486e4f Rollup merge of #152837 - TKanX:bugfix/152340-codegen-fn-attrs-const-caller, r=dingxiangfei2009 by Jonathan Brouwer · 28 hours ago
- 72ab51c Rollup merge of #152767 - folkertdev:clmul-rhs-lhs, r=joboet by Jonathan Brouwer · 28 hours ago
- 893abbc Rollup merge of #152705 - PaulDance:patches/skip-raw_attributes-doctest, r=joboet by Jonathan Brouwer · 28 hours ago
- 66cccfd Rollup merge of #147859 - cyrgani:nonfatal-tokenstream-parse, r=petrochenkov,JonathanBrouwer by Jonathan Brouwer · 28 hours ago
- 3ed70ba Rollup merge of #152865 - asder8215:path_display, r=joboet by Jonathan Brouwer · 28 hours ago
- 00d849a Rollup merge of #152591 - alexcrichton:simplify-rc-arc-default, r=joboet by Jonathan Brouwer · 28 hours ago
- b3cfe5e Rollup merge of #151871 - jdonszelmann:no-env-with-infer-vars, r=BoxyUwU by Jonathan Brouwer · 28 hours ago
- 8a3d112 Rollup merge of #151628 - enthropy7:fix-simd-const-eval-ice, r=RalfJung by Jonathan Brouwer · 28 hours ago
- 7360a83 Rollup merge of #150468 - Gelbpunkt:rustc-target-callconv-spec-elf-abi, r=RalfJung by Jonathan Brouwer · 28 hours ago
- 9f0a410 Revert "Stabilize `str_as_str`" by Jonathan Brouwer · 29 hours ago
- ecb778f Remove explicit `tcx` bindings from `query` entries. by Nicholas Nethercote · 30 hours ago
- cb08314 Remove explicit `tcx` bindings from query `desc`s. by Nicholas Nethercote · 31 hours ago
- 46ccd82 Fix bad key names in a couple of queries. by Nicholas Nethercote · 31 hours ago
- a3d59088 Remove `impl IntoQueryParam<P> for &'a P`. by Nicholas Nethercote · 31 hours ago
- 417e4f9 Fix typo in armv7a-vex-v5.md by Will Schlitzer · 35 hours ago
- d8b2222 Auto merge of #152737 - scottmcm:box_new_uninit_layout, r=RalfJung by bors · 2 days ago
- 5fb2ff8 Auto merge of #152934 - matthiaskrgr:rollup-lcy7ROk, r=matthiaskrgr by bors · 2 days ago
- 223c253 remove unneeded reboxing by cyrgani · 2 days ago
- 4f23c48 Migrate `LinkerOutput` lint to `Diagnostic` by Guillaume Gomez · 2 days ago
- 36116e3 Create new `diag_lint_level` function, aiming to replace `lint_level` once all `LintDiagnostic` items have been removed by Guillaume Gomez · 2 days ago
- cc0b9d5 Rollup merge of #152928 - alexcrichton:update-wasm-component-ld, r=jieyouxu by Matthias Krüger · 2 days ago
- 3faf282 Rollup merge of #152925 - ferrocene:hoverbear/improve-revision-flag-check, r=clubby789,jieyouxu by Matthias Krüger · 2 days ago
- 48cf90f Rollup merge of #152915 - CrooseGit:dev/reucru01/error-illegal-sv-init, r=mati865 by Matthias Krüger · 2 days ago
- 069c329 Rollup merge of #152878 - Zalathar:oneshot, r=workingjubilee by Matthias Krüger · 2 days ago
- a919df8 Rollup merge of #151603 - GrigorenkoPV:stabilize/str_as_str, r=jhpratt by Matthias Krüger · 2 days ago
- 7339fc5 Rollup merge of #152929 - scottmcm:better-alignment-ranges, r=mati865 by Matthias Krüger · 2 days ago
- bb2d55e Add new `MultiSpan` methods: `push_primary_span`, `push_span_diag` and `span_labels_raw` by Guillaume Gomez · 2 days ago
- 99246f4 Auto merge of #152896 - weihanglo:update-cargo, r=weihanglo by bors · 2 days ago
- 3fc3732 Auto merge of #152624 - camsteffen:symbols-audit, r=petrochenkov by bors · 2 days ago
- 0187acc Include the `Align::MAX` limit in the `!range` metadata for loading alignment from a vtable by Scott McMurray · 2 days ago
- 1c00e98 Auto merge of #152924 - JonathanBrouwer:rollup-vnwkCh0, r=JonathanBrouwer by bors · 2 days ago
- 757b7c1 Update wasm-component-ld by Alex Crichton · 3 days ago
- b7c28a8 Index expressions rendered the index: subexpression as the id, instead of actually showing the content of the subexpression by Alex Celeste · 3 days ago
- 3c9ca9b Add reasoning for double iteration by Ana Hobden · 3 days ago
- d6ff921 Fixed ByteStr not padding within its Display trait when no specific alignment is not mentioned (e.g. ':10' instead of ':<10', ':>10', or ':^1') by Mahdi Ali-Raihan · 3 days ago
- 7c01112 Fix copy_and_clone.rs by Ana Hobden · 3 days ago
- fd20f16 Always check compile_flags for revision by Ana Hobden · 3 days ago
- 7655d93 Rollup merge of #152912 - HKalbasi:rustc_public_def_span, r=makai410 by Jonathan Brouwer · 3 days ago
- 47e2fec Rollup merge of #152813 - makai410:debug-impl, r=lqd by Jonathan Brouwer · 3 days ago
- b0cdafb Rollup merge of #152455 - JonathanBrouwer:remove_translation, r=jdonszelmann by Jonathan Brouwer · 3 days ago
- fd38ec4 Rollup merge of #152907 - aerooneqq:delegation-generics-new-tests, r=petrochenkov by Jonathan Brouwer · 3 days ago
- 07b3734 Rollup merge of #152769 - Kobzol:try-builds-fail-fast, r=marcoieni by Jonathan Brouwer · 3 days ago
- bbce734 Rollup merge of #152527 - bjorn3:remove_z_emit_thin_lto, r=cuviper by Jonathan Brouwer · 3 days ago
- 1706756 Rollup merge of #152241 - hoodmane:wasm-unwind-link-cpp-exception, r=alexcrichton by Jonathan Brouwer · 3 days ago
- ff7d14e Rollup merge of #146972 - mu001999-contrib:fix/use-dollar-crate, r=petrochenkov by Jonathan Brouwer · 3 days ago
- fb6d939 Rollup merge of #146832 - Natural-selection1:not-in-chains, r=petrochenkov by Jonathan Brouwer · 3 days ago
- bc1b6b8 Reduce `$K` and `$V` usage in query macros. by Nicholas Nethercote · 3 days ago
- 5142af7 Remove `$attr` from `QueryArenas`/`QueryCaches`. by Nicholas Nethercote · 3 days ago
- eefb116 Reindent `define_callbacks` and `define_feedable`. by Nicholas Nethercote · 3 days ago
- 6c6f586 Fix warnings in rs{begin,end}.rs files by Mateusz Mikuła · 3 days ago
- ae4fd17 Streamline query modifier macros. by Nicholas Nethercote · 3 days ago
- 7df7485 Add build.rustdoc option to bootstrap config by Brent Kerby · 3 days ago
- 279b8cd Skip `Debug` on `use_existential_projection_new_instead` by Makai · 3 days ago
- 0376d43 Auto merge of #152904 - JonathanBrouwer:rollup-8vFeFeZ, r=JonathanBrouwer by bors · 3 days ago
- 1ded3a6 Expose Span for all DefIds in rustc_public by hkalbasi · 3 days ago
- a561a4b Errors on illegal SV init by reucru01 · 3 days ago
- 7348ffb Add tests by aerooneqq · 3 days ago
- a196a00 Rollup merge of #152883 - mu001999-contrib:fix/final-bad-use, r=Kivooeo by Jonathan Brouwer · 3 days ago
- a2abf2a Rollup merge of #152877 - DanielEScherzer:patch-3, r=scottmcm by Jonathan Brouwer · 3 days ago
- be34085 Rollup merge of #152873 - DanielEScherzer:patch-2, r=jhpratt by Jonathan Brouwer · 3 days ago
- c013bcc Rollup merge of #152861 - ozankenangungor:fix-underscore-import-suggestion, r=Kivooeo by Jonathan Brouwer · 3 days ago