about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-08Run `mingw-check-tidy` on auto buildsJakub Beránek-0/+4
2025-06-08try to manually bless windows test outputRalf Jung-2/+37
2025-06-08Mark `slice::swap_with_slice` unstably constPaolo Barbolini-1/+2
2025-06-08Do not free disk space in the `mingw-check-tidy` jobJakub Beránek-0/+1
2025-06-08docs: make unbuffered_bytes docs more consistentnekename-1/+1
2025-06-09early return in trait detection for non-trait itembohan-18/+43
2025-06-08Auto merge of #142095 - joshtriplett:optimize-veccache, r=SparrowLiibors-26/+23
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+1
2025-06-08Remove all unused feature gates from the compilerbjorn3-28/+1
2025-06-08fix: `iter_on_single_item` FP on let stmt with type annotationyanglsh-14/+42
2025-06-08Fix `match_single_binding` misses curlies on type signatures (#15017)llogiq-5/+82
2025-06-08add tests for pattern binding drop order edge casesdianne-0/+233
2025-06-08Fix `create_dir` ignores paths in suggestions (#15011)Alex Macleod-19/+89
2025-06-08De-duplicate f16 & f128 doctest attributesUrgau-180/+4
2025-06-08fix: `match_single_binding` misses curlies on type signaturesyanglsh-5/+82
2025-06-08Add the quickfix for increasing visibility of a private field to the private-...Chayim Refael Friedman-32/+125
2025-06-08Fix `std_instead_of_core` FP when part of the `use` cannot be replaced (#15016)llogiq-28/+63
2025-06-08Merge pull request #698 from GuillaumeGomez/signalantoyo-24/+27
2025-06-08Rustup to rustc 1.89.0-nightly (cdd545be1 2025-06-07)bjorn3-1/+1
2025-06-08fix: `std_instead_of_core` FP when part of the `use` cannot be replacedyanglsh-28/+63
2025-06-08Auto merge of #142088 - compiler-errors:perf-universal-stall, r=lcnrbors-3/+16
2025-06-08Sync from rust cdd545be1b4f024d38360aa9f000dcb782fbc81bbjorn3-13/+12
2025-06-08Add documentation about why we use `exec`Guillaume Gomez-0/+4
2025-06-08Invert suggestion if pointer is tested for non-nullness (#15015)llogiq-2/+21
2025-06-08Invert suggestion if pointer is tested for non-nullnessSamuel Tardieu-2/+21
2025-06-08moved render_tests in utils to new execution contextbit-aloo-2/+1
2025-06-08move git command to new execution contextbit-aloo-19/+39
2025-06-08add execution context to bootstrap workflowbit-aloo-8/+46
2025-06-08Add execution contextbit-aloo-2/+222
2025-06-08cleaned up some testsKivooeo-19/+18
2025-06-08Merge pull request #4385 from rust-lang/rustup-2025-06-08Ralf Jung-622/+1334
2025-06-08add specific help messages for stdcall and cdeclRalf Jung-106/+375
2025-06-08avoid repeating error annotations in test fileRalf Jung-418/+290
2025-06-08raw dylib: ensure that we have applied standard ABI checksRalf Jung-19/+41
2025-06-08add (back) unsupported_calling_conventions lint to reject more invalid callin...Ralf Jung-245/+1199
2025-06-08Auto merge of #142085 - compiler-errors:perf-self-obl, r=lcnrbors-0/+15
2025-06-08fix: `create_dir` ignores paths in suggestionsyanglsh-19/+89
2025-06-08Merge from rustcThe Miri Cronjob Bot-621/+1333
2025-06-08Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-1/+1
2025-06-08compiler-builtins: Fix a `rustdoc::bare-urls` errorTrevor Gross-1/+1
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-18/+61
2025-06-08Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkovbors-230/+204
2025-06-08Add missing word to `cloned_ref_to_slice_refs` docs (#15012)Catherine Flores-1/+1
2025-06-07Auto merge of #142181 - GuillaumeGomez:rollup-pn2p1lu, r=GuillaumeGomezbors-332/+976
2025-06-08added test for 30904Kivooeo-0/+53
2025-06-08Correctly handle attr macros placed in cfg_attr in speculative expansionChayim Refael Friedman-20/+26
2025-06-08Add support for automatically reducing found fuzz cases.michal kostrubiec-21/+379
2025-06-08Remove the optimization of builtin attrs in `is_inside_macro_call()`Chayim Refael Friedman-8/+0
2025-06-07Rollup merge of #142154 - RalfJung:no-more-cfg-bootstrap, r=oli-obkGuillaume Gomez-3/+0