about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2025-01-20don't ICE when emitting linker errors during `-Z link-only`jyn-1/+1
2025-01-20ignore linker errors on all platformsjyn-0/+9
2025-01-20Rollup merge of #135775 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-2920/+9088
2025-01-20Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJungMatthias Krüger-85/+60
2025-01-20Fix another bug with completion of trait items inside macrosChayim Refael Friedman-11/+36
2025-01-20fix: Only refresh syntax tree view when the active document changesGiga Bowser-1/+8
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-5/+5
2025-01-20Send a message to Zulip when a sync finishesJakub Beránek-2/+32
2025-01-20CI: free disk on linux arm runnerMarcoIeni-0/+2
2025-01-20Goto `Display::fmt` when invoked on `to_string`Lukas Wirth-0/+49
2025-01-20Bring back goto def redirect for parse -> FromStrLukas Wirth-4/+59
2025-01-20Move dual blanket impl logic from source analyzer to goto_defLukas Wirth-114/+93
2025-01-20Merge pull request #2215 from Kobzol/pullJakub Beránek-3187/+6352
2025-01-20Updated several files to use rust intrinsic macros instead of the legacy exte...vayunbiyani-85/+60
2025-01-20Merge pull request #18967 from Veykril/push-pwonkmwqmmolLukas Wirth-265/+368