about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-01-22make bootstrap self test to use bootstrap cargoonur-ozkan-15/+26
2025-01-22fix outdated file path ref in llvmonur-ozkan-1/+1
2025-01-22ci: use 8 core arm runner for dist-aarch64-linuxMarcoIeni-1/+3
2025-01-22Run the glibc run-make test in opt-distJakub Beránek-1/+2
2025-01-22Apply LTO config to rustdocJakub Beránek-9/+29
2025-01-22Use `structurally_normalize` instead of manual `normalizes-to` goalsBoxy-1/+1
2025-01-22rustdoc: extract duplicated code into methodYotam Ofek-72/+45
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-91/+73
2025-01-22rustdoc: pass around decoration info by refYotam Ofek-9/+9
2025-01-22tests: port `jobserver-error.rs` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2025-01-22run-make-support: add `set_aux_fd` helper许杰友 Jieyou Xu (Joe)-0/+66
2025-01-22rustdoc: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-2/+1
2025-01-22Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgrbors-11/+11
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-1/+3
2025-01-21Update the `wasm-component-ld` toolAlex Crichton-1/+1
2025-01-21TRPL: integrate edits to Chapter 17Chris Krycho-0/+0
2025-01-21Rollup merge of #135824 - jieyouxu:delete-bintools-check, r=NoratriebMatthias Krüger-1/+0
2025-01-21Rollup merge of #135706 - compiler-errors:elaborate, r=lcnrMatthias Krüger-1/+2
2025-01-21Rollup merge of #132232 - asomers:fbsd-13.4, r=Mark-SimulacrumMatthias Krüger-9/+9
2025-01-21Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrumbors-26/+7
2025-01-21TRPL: more backward-compatible Edition changesChris Krycho-0/+0
2025-01-21manual: Document all rust-project.json fieldsWilfred Hughes-8/+84
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-331/+97
2025-01-21internal: Treat cfg fetching failures as a warningWilfred Hughes-1/+1
2025-01-21Move supertrait_def_ids into the elaborate module like all other fnsMichael Goulet-1/+2
2025-01-21Provide a config to control auto-insertion of `await` and `iter()`Chayim Refael Friedman-56/+111
2025-01-21Add `@bors rollup=never` to rustc-push PR bodyJakub Beránek-1/+1
2025-01-21CI: free disk with in-tree script instead of GitHub ActionMarcoIeni-0/+142
2025-01-21Keep already computed inlay hint properties instead of late resolving themLukas Wirth-92/+99
2025-01-21Make `InlayHint::linked_location` computation lazyLukas Wirth-204/+285
2025-01-21remove support for the #[start] attributeRalf Jung-331/+97
2025-01-21tidyklensy-0/+1
2025-01-21bump bootsrap windows to 0.57klensy-23/+4
2025-01-21bumpt compiler and tools to windows 0.59klensy-3/+2
2025-01-21remove is_pwr2Luuk Wester-17/+3
2025-01-21switch from using leading zeros to trailing zerosLuuk Wester-1/+4
2025-01-21tests: delete `cat-and-grep-sanity-check`许杰友 Jieyou Xu (Joe)-1/+0
2025-01-21ci: use ghcr buildkit imageMarcoIeni-2/+7
2025-01-21Make it possible to build GCC on CIJakub Beránek-4/+57
2025-01-21Fix Param::as_local treating closures wrongLukas Wirth-53/+67
2025-01-21Sort completion items that skip `await` and `iter()` behind those that don'tChayim Refael Friedman-0/+26
2025-01-21make large niche description more terse, switch to using u128::is_power_of_twoLuuk Wester-5/+5
2025-01-21Merge pull request #18986 from Veykril/push-zlwvwlowpzqmLukas Wirth-0/+49
2025-01-21change lookup from `OsString.inner.inner.0` -> `OsString.inner.inner.bytes`Walnut-1/+1
2025-01-21Enable verbose tests in opt-dist testsJakub Beránek-0/+1
2025-01-21Add test for checking used glibc symbolsJakub Beránek-2/+16
2025-01-21Cleanup `Name` string renderingLukas Wirth-249/+145
2025-01-21Merge pull request #18977 from ChayimFriedman2/fix-upmappingLukas Wirth-13/+68
2025-01-21Auto merge of #135632 - marcoieni:split-x86_64-msvc-2025, r=Kobzolbors-11/+17
2025-01-20Auto merge of #134286 - Urgau:unreach_pub-std, r=ibraheemdevbors-5/+5