about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-30Remove unneeded conversionsChayim Refael Friedman-14/+14
2024-12-30Merge pull request #18792 from Veykril/push-wonkvzozmmwzLukas Wirth-315/+345
2024-12-30Move proc-macro protocol into legacy moduleLukas Wirth-33/+38
2024-12-30Cleanup proc-macro dylib handlingLukas Wirth-74/+74
2024-12-30Decouple proc-macro server protocol from the server implementationLukas Wirth-218/+243
2024-12-30Opt into, rather than out of, linkcheck (#2180)Noah Lev-7/+9
2024-12-30chore: fix typosHoru-7/+7
2024-12-30fix: avoid generating colliding names in extract_variableroife-91/+126
2024-12-30Auto merge of #134865 - clubby789:proc-macro-tls, r=onur-ozkanbors-5/+150
2024-12-30Move some more AST makers to the quote macroChayim Refael Friedman-53/+58
2024-12-30Create a `quote!`-like API for crafting AST nodesChayim Refael Friedman-9/+182
2024-12-30Add a function to convert a SyntaxKind to its text, where possibleChayim Refael Friedman-0/+341
2024-12-30Generate a method for static retrieval of the SyntaxKind of a node, where pos...Chayim Refael Friedman-0/+1093
2024-12-30Remove stale implementation details of coverage instrumentation (#2179)Stuart Cook-354/+2
2024-12-29Auto merge of #134901 - matthiaskrgr:rollup-b0wwuht, r=matthiaskrgrbors-1/+7
2024-12-29bootstrap: Don't apply `-Ztls-model=initial-exec` to deps of proc-macrosclubby789-1/+4
2024-12-29Add tidy check for list of proc-macro crate transitive dependenciesclubby789-4/+146
2024-12-29Remove properly tracked config file from .gitignore & add support for skippin...Martin Liška-9/+18
2024-12-29Add a couple of linkcheck exceptions: (#2120)Martin Liška-1/+7
2024-12-30Add missing link for [Node] (#2177)Martin Liška-0/+1
2024-12-30Fix 403 received for HEAD request (#2176)Martin Liška-1/+1
2024-12-29Rollup merge of #134894 - Kobzol:docker-ci-documentation, r=the8472Matthias Krüger-0/+6
2024-12-29Rollup merge of #134884 - calciumbe:patch1, r=jieyouxuMatthias Krüger-1/+1
2024-12-29Auto merge of #134765 - Noratrieb:linux-none-cant-unwind-silly, r=jieyouxubors-0/+5
2024-12-29Document x86_64-unknown-linux-none is PIE by defaultNoratrieb-0/+5
2024-12-29Document how to run the split Docker pipelinesJakub Beránek-0/+6
2024-12-29Auto merge of #134891 - dxsullivan:fix-typo, r=GuillaumeGomezbors-4/+4
2024-12-29fix: Fix invalid `-O` flag used by cfg discoveryLukas Wirth-2/+23
2024-12-29docs: fix typosdxsullivan-4/+4
2024-12-29fix: typoscalciumbe-1/+1
2024-12-29Merge pull request #18785 from Veykril/push-uvsqposqyvmoLukas Wirth-436/+438
2024-12-29Merge pull request #18787 from Veykril/push-uymlpukspxqrLukas Wirth-1/+5
2024-12-29Auto merge of #134887 - Zalathar:rollup-ghpz7oy, r=Zalatharbors-118/+137
2024-12-29Inline toolchain_info moduleLukas Wirth-17/+19
2024-12-29Automatically cancel CI checks on new push to same PRLukas Wirth-1/+5
2024-12-29Merge pull request #18774 from Veykril/push-ysppqxpuknnwLukas Wirth-129/+1335
2024-12-29Force a current dir to be supplied for rustc info fetchingLukas Wirth-25/+37
2024-12-29Split out `ProjectWorkspace::load_cargo`Lukas Wirth-142/+139
2024-12-29Enforce a current directory being set for spawned commandsLukas Wirth-75/+99
2024-12-29Rollup merge of #134883 - Zalathar:shared-helpers, r=clubby789Stuart Cook-3/+14
2024-12-29Rollup merge of #134876 - Zalathar:bootstrap-test-macros, r=jieyouxuStuart Cook-103/+113
2024-12-29Rollup merge of #134799 - poliorcetics:ab/push-xuxotrnrtysz, r=GuillaumeGomezStuart Cook-12/+10
2024-12-29Cleanup toolchain info fetchingLukas Wirth-230/+197
2024-12-29Merge pull request #18784 from Veykril/push-pqtwsvquxotyLukas Wirth-1/+1
2024-12-29fix: Do not merge spans if they have different anchorsLukas Wirth-1/+1
2024-12-29Auto merge of #134650 - onur-ozkan:clean-up-fixmes, r=Kobzolbors-14/+9
2024-12-29Describe variance resolution approach differences to rustcLukas Wirth-36/+27
2024-12-29Fix `./x check bootstrap` by moving `shared_helpers::tests`Zalathar-3/+14
2024-12-29Merge pull request #4115 from RalfJung/epollOli Scherer-41/+40
2024-12-29concurrency: Generalize UnblockCallback to MachineCallbackshamb0-130/+186