about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-21Make `InlayHint::linked_location` computation lazyLukas Wirth-204/+285
2025-01-21add tests differing between stable and new rules (with errors on new rules)dianne-18/+155
2025-01-21organize old well-typed-edition-2024 testsdianne-85/+100
2025-01-21remove support for the #[start] attributeRalf Jung-1260/+454
2025-01-21remove support for the #[start] attributeRalf Jung-185/+37
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-22/+148
2025-01-21remove is_pwr2Luuk Wester-17/+3
2025-01-21switch from using leading zeros to trailing zerosLuuk Wester-1/+4
2025-01-21rustc_resolve: don't open-code `Option::filter`Yotam Ofek-4/+1
2025-01-21rustc_resolve: use `Iterator` combinators instead of `for` loops where applic...Yotam Ofek-26/+12
2025-01-21rustc_resolve: reduce rightwards drift with `let..else` 👉💨Yotam Ofek-381/+387
2025-01-21tests: delete `cat-and-grep-sanity-check`许杰友 Jieyou Xu (Joe)-51/+0
2025-01-21fix OsString::from_encoded_bytes_unchecked descriptionMarijn Schouten-2/+2
2025-01-21rustc_resolve: flatten nested `if`sYotam Ofek-229/+198
2025-01-21rustc_resolve: remove unneeded `return`sYotam Ofek-2/+0
2025-01-21add a stable edition 2021 revision to pattern typing testsdianne-198/+1103
2025-01-21add more information to old testsdianne-28/+36
2025-01-21minor test cleanupdianne-59/+26
2025-01-21Auto merge of #133830 - compiler-errors:span-key, r=lcnrbors-642/+561
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-21Merge pull request #18988 from ChayimFriedman2/iter-relevanceChayim Refael Friedman-0/+26
2025-01-21Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlinbors-30/+125
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-21Merge pull request #18990 from Veykril/push-tqonnqxyrnsvLukas Wirth-249/+145
2025-01-21Add Kobzol on vacationJakub Beránek-0/+1
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/+124
2025-01-21Cleanup `Name` string renderingLukas Wirth-249/+145
2025-01-21Add more testsOli Scherer-0/+49
2025-01-21Treat undef bytes as equal to any other byteOli Scherer-7/+40
2025-01-21Ensure we always get a constant, even without mir optsOli Scherer-1/+1
2025-01-21add missing allocator safety in alloc crateLemonJ-2/+5
2025-01-21Also generate undef scalars and scalar pairsOli Scherer-25/+38
2025-01-21`short_circuit_statement`: handle macros and parenthesis betterSamuel Tardieu-13/+108
2025-01-21Merge pull request #18977 from ChayimFriedman2/fix-upmappingLukas Wirth-13/+68
2025-01-21Merge pull request #18989 from Giga-Bowser/syntax-tree-refreshLukas Wirth-1/+8
2025-01-21Auto merge of #135632 - marcoieni:split-x86_64-msvc-2025, r=Kobzolbors-11/+17
2025-01-20rename tests' revisions to allow testing multiple editionsdianne-93/+93
2025-01-21Note that cg_llvm's gimli should match the version used elsewhereZalathar-0/+2
2025-01-21Make our `DIFlags` match `LLVMDIFlags` in the LLVM-C APIZalathar-117/+85
2025-01-21fix: correct suggestion for significant_drop_in_scrutinee in expressions (#14...Timo-3/+33
2025-01-21Auto merge of #135224 - wyfo:tls-panic-outline, r=cuviperbors-8/+16
2025-01-20"structural" ruleset: match against the inherited ref when a reference patter...dianne-64/+72