| Age | Commit message (Expand) | Author | Lines |
| 2024-05-24 | Auto merge of #122494 - joboet:simplify_key_tls, r=m-ou-se | bors | -189/+63 |
| 2024-05-24 | Auto merge of #121150 - Swatinem:debug-ascii-str, r=joboet | bors | -20/+43 |
| 2024-05-24 | std: clean up the TLS implementation | joboet | -5/+4 |
| 2024-05-24 | std: simplify key-based thread locals | joboet | -185/+60 |
| 2024-05-24 | Auto merge of #125479 - scottmcm:validate-vtable-projections, r=Nilstrieb | bors | -8/+28 |
| 2024-05-24 | Auto merge of #125457 - fmease:gacs-diag-infer-plac-missing-ty, r=compiler-er... | bors | -14/+79 |
| 2024-05-23 | Validate the special layout restriction on DynMetadata | Scott McMurray | -8/+28 |
| 2024-05-24 | Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez | bors | -187/+335 |
| 2024-05-24 | Auto merge of #123724 - joboet:static_tls, r=m-ou-se | bors | -70/+76 |
| 2024-05-24 | Handle trait/impl GAC mismatches when inferring missing/placeholder types | León Orell Valerian Liehr | -16/+27 |
| 2024-05-24 | Properly deal with missing/placeholder types inside GACs | León Orell Valerian Liehr | -4/+58 |
| 2024-05-23 | Rollup merge of #125452 - Urgau:check-cfg-libraries-cleanup, r=bjorn3 | Guillaume Gomez | -10/+21 |
| 2024-05-23 | Rollup merge of #125445 - GuillaumeGomez:rustdoc-migrate-short-out-dir, r=jie... | Guillaume Gomez | -9/+16 |
| 2024-05-23 | Rollup merge of #125412 - Urgau:check-cfg-less-build-rs, r=wesleywiser | Guillaume Gomez | -24/+107 |
| 2024-05-23 | Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb | Guillaume Gomez | -117/+44 |
| 2024-05-23 | Rollup merge of #125345 - durin42:thin-link-bitcode, r=bjorn3 | Guillaume Gomez | -18/+107 |
| 2024-05-23 | Rollup merge of #125263 - lqd:lld-fallback, r=petrochenkov | Guillaume Gomez | -9/+40 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -65/+193 |
| 2024-05-23 | Auto merge of #125456 - fmease:rollup-n8608gc, r=fmease | bors | -114/+322 |
| 2024-05-23 | rustc_codegen_gcc: fix changed method signature | Augie Fackler | -1/+1 |
| 2024-05-23 | Process a single not-ASCII-printable `char` per iteration | Arpad Borsos | -8/+5 |
| 2024-05-23 | cleanup: run rustfmt | Augie Fackler | -12/+26 |
| 2024-05-23 | cleanup: standardize on summary over index in names | Augie Fackler | -11/+11 |
| 2024-05-23 | thinlto: only build summary file if needed | Augie Fackler | -14/+17 |
| 2024-05-23 | Rollup merge of #125454 - mu001999-contrib:master, r=oli-obk | León Orell Valerian Liehr | -1/+1 |
| 2024-05-23 | Rollup merge of #125401 - GuillaumeGomez:migrate-rustdoc-scrape-examples-macr... | León Orell Valerian Liehr | -20/+64 |
| 2024-05-23 | Rollup merge of #125336 - momvart:smir-77-intrinsic, r=celinval | León Orell Valerian Liehr | -33/+111 |
| 2024-05-23 | Rollup merge of #125227 - Oneirical:seventh, r=jieyouxu | León Orell Valerian Liehr | -37/+38 |
| 2024-05-23 | Rollup merge of #125224 - Oneirical:sixth, r=jieyouxu | León Orell Valerian Liehr | -6/+12 |
| 2024-05-23 | Rollup merge of #124389 - CensoredUsername:master, r=petrochenkov | León Orell Valerian Liehr | -0/+12 |
| 2024-05-23 | Rollup merge of #122382 - mu001999:dead_code/enhance, r=petrochenkov | León Orell Valerian Liehr | -17/+84 |
| 2024-05-23 | Auto merge of #117804 - saethlin:no-recursive-panics, r=joboet | bors | -2/+5 |
| 2024-05-23 | Improve the doc of query associated_item | r0cky | -1/+1 |
| 2024-05-23 | emit an error if we can't find a path to the self-contained linker | Rémy Rakic | -3/+9 |
| 2024-05-23 | rust-lld: fallback to the default default sysroot where rustc is currently lo... | Rémy Rakic | -9/+26 |
| 2024-05-23 | Add conversion from IntrinsicDef to FnDef | Mohammad Omidvar | -6/+16 |
| 2024-05-23 | Auto merge of #116123 - joboet:rewrite_native_tls, r=m-ou-se | bors | -332/+331 |
| 2024-05-23 | Copy core/alloc check-cfg message also in std | Urgau | -0/+3 |
| 2024-05-23 | Move some expected cfgs to std build.rs as per Cargo recommandation | Urgau | -6/+7 |
| 2024-05-23 | Replace fake "restricted-std" Cargo feature by custom cfg | Urgau | -3/+5 |
| 2024-05-23 | panic_nounwind in Arguments::new* instead of recursing | Ben Kimock | -2/+5 |
| 2024-05-23 | Expect any feature cfg in core and std crates | Urgau | -2/+7 |
| 2024-05-23 | Auto merge of #125448 - matthiaskrgr:rollup-vn6nleh, r=matthiaskrgr | bors | -155/+404 |
| 2024-05-23 | Rollup merge of #125438 - tbu-:pr_rm_to_string_lossy, r=jieyouxu | Matthias Krüger | -5/+5 |
| 2024-05-23 | Rollup merge of #125421 - Oneirical:bundle-them-yet-again, r=jieyouxu | Matthias Krüger | -30/+85 |
| 2024-05-23 | Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnr | Matthias Krüger | -5/+25 |
| 2024-05-23 | Rollup merge of #125409 - tbu-:pr_raw_dylib_only_windows, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-05-23 | Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco | Matthias Krüger | -47/+57 |
| 2024-05-23 | Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk | Matthias Krüger | -47/+54 |
| 2024-05-23 | Rollup merge of #124516 - oli-obk:taint_const_eval, r=RalfJung | Matthias Krüger | -14/+76 |