about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-10-27add LetStmt armLastExceed-0/+18
2024-10-27Merge pull request #3987 from TDecking/vpclmulRalf Jung-38/+249
2024-10-27Rollup merge of #132234 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-299/+612
2024-10-27Properly resolve prelude paths inside modules inside blocksChayim Refael Friedman-52/+180
2024-10-27Dynamically link run-make supportclubby789-0/+4
2024-10-27fix: Allow public re-export of `extern crate` importShoyu Vanilla-3/+79
2024-10-27Merge pull request #18419 from ChayimFriedman2/leading-orLukas Wirth-31/+87
2024-10-27Put leading `|` in patterns under `OrPat`Chayim Refael Friedman-31/+87
2024-10-27Merge pull request #18410 from Veykril/veykril/push-lvwxpnowqrxkLukas Wirth-50/+59
2024-10-27Invert token iteration order in macro mappingLukas Wirth-15/+23
2024-10-27Merge pull request #18418 from ChayimFriedman2/explicitly-disableLukas Wirth-34/+77
2024-10-27Merge pull request #18417 from ChayimFriedman2/hash-stringLukas Wirth-7/+30
2024-10-27Support `cfg(true)` and `cfg(false)`Chayim Refael Friedman-6/+87
2024-10-27Split `macro-error` diagnostic so users can ignore only parts of itChayim Refael Friedman-34/+77
2024-10-26Update compiler-builtins to 0.1.136Trevor Gross-0/+1
2024-10-27Correctly handle `#""` in edition <2024Chayim Refael Friedman-7/+30
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-10/+69
2024-10-26Merge pull request #3995 from RalfJung/readdir_rOli Scherer-26/+16
2024-10-26Adjust the vpclmulqdq test caseTobias Decking-3/+7
2024-10-26Implement LLVM x86 vpclmulqdq intrinsicsTobias Decking-38/+245
2024-10-26do not set the file type to an error codeRalf Jung-1/+4
2024-10-26do not use host 'raw_os_error' to compute target error codeRalf Jung-24/+11
2024-10-26fix error returned from readdir_r when isolation is enabledRalf Jung-2/+2
2024-10-26Merge pull request #3993 from RalfJung/dir-entry-drop-explicitRalf Jung-2/+5
2024-10-26Bump MSRV to 1.82Laurențiu Nicola-1/+1
2024-10-26Use method syntaxMoskalykA-2/+2
2024-10-26Start using `Option::is_none_or`MoskalykA-20/+3
2024-10-26Turn Remove dbg into a quick fix for better prioritizationLaurențiu Nicola-4/+3
2024-10-26automatic PR: explain how to trigger CIRalf Jung-1/+1
2024-10-26indicate more explicitly where we close host file/dir handlesRalf Jung-2/+5
2024-10-26Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errorsMatthias Krüger-1/+1
2024-10-26Effects cleanupDeadbeef-1/+1
2024-10-26Auto merge of #132149 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-8/+12
2024-10-25Auto merge of #132148 - matthiaskrgr:rollup-c155tcy, r=matthiaskrgrbors-2/+2
2024-10-25Update cargoWeihang Lo-0/+0
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-8/+12
2024-10-25Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzolbors-5/+91
2024-10-25Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkovMatthias Krüger-2/+2
2024-10-25Merge pull request #3989 from RalfJung/ciRalf Jung-4/+5
2024-10-25some more opportunities for set_last_error_and_returnRalf Jung-14/+7
2024-10-25get rid of fd_not_found; improve error handling in FileMetadataRalf Jung-71/+54
2024-10-25CI workflow: tweak conclusion jobRalf Jung-4/+5
2024-10-25Clear more `eval_libc` errors from unix shimsNoah Bright-53/+28
2024-10-25Stop producing .gz artifacts for WindowsLaurențiu Nicola-1/+2
2024-10-25Factor out token rankingLukas Wirth-37/+38
2024-10-25Only construct a resolver in macro descension when neededLukas Wirth-14/+20
2024-10-25Merge pull request #18408 from Veykril/veykril/push-ulxyznwzokutLukas Wirth-22/+59
2024-10-25Add server cancellation support to pull diagnostic handlerLukas Wirth-14/+45
2024-10-25Don't compute diagnostics for non local filesLukas Wirth-10/+16