about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-06Rollup merge of #144954 - Zalathar:run-make-bless, r=jieyouxuJakub Beránek-1/+10
2025-08-06Rollup merge of #144945 - WaffleLapkin:autolabeletc, r=WaffleLapkinJakub Beránek-0/+5
2025-08-06Rollup merge of #144928 - cuviper:rustc_thread_pool-msrv, r=lqdJakub Beránek-1/+0
2025-08-06Rollup merge of #144926 - JonathanBrouwer:fix-mustuse, r=cuviperJakub Beránek-1/+1
2025-08-06Rollup merge of #144924 - lolbinarycat:compiletest-pass-directives-hint, r=cl...Jakub Beránek-1/+1
2025-08-06Rollup merge of #144913 - GuillaumeGomez:fix-wrong-i-icon, r=fmeaseJakub Beránek-2/+35
2025-08-06Rollup merge of #144910 - ShoyuVanilla:add-regression-tests, r=fee1-deadJakub Beránek-0/+73
2025-08-06Rollup merge of #144836 - chotchki:patch-1, r=tgross35Jakub Beránek-1/+1
2025-08-06Rollup merge of #144676 - tiif:dev_guide_unstable_bound, r=BoxyUwUJakub Beránek-0/+3
2025-08-06Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxuJakub Beránek-58/+89
2025-08-06Merge pull request #20354 from A4-Tacks/clean-lit-stmt-remove-dbgChayim Refael Friedman-0/+50
2025-08-06Add remove simple dbg stmt for remove_dbgA4-Tacks-0/+50
2025-08-06Remove unneeded `stage` parameter when setting up stdlib CargoJakub Beránek-13/+9
2025-08-06Introduce ModernIdent type to unify macro 2.0 hygiene handlingxizheyin-44/+97
2025-08-06handle bootstrap cfgsBoxy-34/+12
2025-08-06Auto merge of #143679 - sebastianpoeplau:preserve-debug-gdb-scripts-section, ...bors-75/+77
2025-08-06Add a few missed entriesBoxy-2/+3
2025-08-06Fix suggestion for `collapsible_if` and `collapsible_else_if` when the inner ...llogiq-4/+163
2025-08-06mir: Do not modify NonUse in `super_projection_elem`dianqk-14/+20
2025-08-06Merge pull request #2537 from jdonszelmann/wasiJana Dönszelmann-1/+22
2025-08-06add note on how to build wasiJana Dönszelmann-1/+22
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-3046/+30
2025-08-06simplifycfg: Mark as changed when start is modified in collapse goto chaindianqk-0/+1
2025-08-06bump stage0Boxy-480/+500
2025-08-06replace version placeholderBoxy-34/+34
2025-08-06Embed GDB pretty printers in rlibs and dylibsSebastian Poeplau-33/+23
2025-08-06remove redundant _toml suffix and other misc changesbit-aloo-389/+371
2025-08-06Merge pull request #20387 from ChayimFriedman2/rename-macroShoyu Vanilla (Flint)-63/+81
2025-08-06Remove CSS bootstrap dependencyGuillaume Gomez-55/+325
2025-08-06Fix CSS indentGuillaume Gomez-12/+12
2025-08-06Add annotations to the graphviz region graph on region originsAmanda Stjerna-1/+15
2025-08-06expand the issue template for new lints (#15336)Philipp Krones-0/+21
2025-08-06Auto merge of #143684 - nikic:llvm-21, r=cuviperbors-3/+5
2025-08-06Rename some `PrettyPrinter` methods.Nicholas Nethercote-33/+33
2025-08-06Rename some `Printer` methods.Nicholas Nethercote-61/+71
2025-08-06run-make: Allow blessing snapshot files that don't exist yetZalathar-1/+10
2025-08-06Move `should_truncate` from trait `Printer` to sub-trait `PrettyPrinter`.Nicholas Nethercote-8/+8
2025-08-06Add comments to `Printer`.Nicholas Nethercote-17/+39
2025-08-05Fix some doc links for intrinsicsEric Huss-4/+4
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-285/+297
2025-08-05Do not lint for `wildcard_imports` in external macro (#15413)Alejandra González-4/+26
2025-08-05`File::set_times`: Add documentation about setting directory timestampsJosh Triplett-0/+4
2025-08-05`File::set_times`: Remove `write(true)` from the example so it works on direc...Josh Triplett-1/+1
2025-08-05Merge pull request #20384 from vxpm/fix-external-docsChayim Refael Friedman-1/+26
2025-08-05configure: Use `CARGO_CFG_*_{F16,F128}` rather than invoking rustcTrevor Gross-47/+10
2025-08-05Merge pull request #2534 from skrobchik/patch-1Manuel Drehwald-1/+1
2025-08-05fix external docs for exported macrosvinícius x-1/+26
2025-08-05add code example showing that file_prefix treats dotfiles as the name of a fi...The 8472-0/+2
2025-08-05Renamed `isolate_most_least_significant_one` functionsokaneco-38/+38
2025-08-05rustdoc: fix caching of intra-doc links on reexportsbinarycat-2/+60