about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-08-25Fix error in the timeout value error messagetiif-1/+1
2024-08-25Rename event to eventstiif-2/+2
2024-08-25Pass dest place reference to epoll_waittiif-5/+6
2024-08-25Improve commentbyt-1/+1
2024-08-25Support blocking for epolltiif-40/+239
2024-08-24update the doc comment on lintchecker b/c it parses html nowbinarycat-2/+4
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-2/+2
2024-08-24panicking: improve hint for Miri's RUST_BACKTRACE behaviorRalf Jung-33/+33
2024-08-24Handle edge case for epoll_ctltiif-24/+105
2024-08-24Auto merge of #3836 - tiif:einval_ctl, r=oli-obkbors-0/+21
2024-08-24epoll: Add EINVAL casetiif-0/+21
2024-08-24Auto merge of #3840 - RalfJung:pipe-to-array, r=RalfJungbors-1/+12
2024-08-24fix calling pipe, pipe2, socketpair with a pointer-to-arrayRalf Jung-1/+12
2024-08-23Include buildfile path in watcher listWilfred Hughes-0/+17
2024-08-23Auto merge of #128507 - Oneirical:testart-from-scratch, r=jieyouxubors-1/+2
2024-08-24fix: Wrong `Self: Sized` predicate for trait assoc itemsShoyu Vanilla-8/+32
2024-08-23rewrite libtest-thread-limit to rmakeOneirical-1/+2
2024-08-23Auto merge of #17857 - ChayimFriedman2:rust-project-cfg-group, r=Veykrilbors-4/+619
2024-08-23Auto merge of #17946 - Veykril:flycheck-crates-for, r=Veykrilbors-22/+26
2024-08-23internal: Don't requery crates_for for flycheck when crates are knownLukas Wirth-22/+26
2024-08-23Auto merge of #17936 - Veykril:module_path, r=Veykrilbors-71/+278
2024-08-23Auto merge of #17927 - ChayimFriedman2:speedup-new-usages, r=Veykrilbors-80/+707
2024-08-23Remove incorrect FIXME commentLukas Wirth-1/+0
2024-08-23Auto merge of #17912 - alibektas:cargo_check_on_binary, r=Veykrilbors-22/+69
2024-08-23Rollup merge of #129433 - GrigorenkoPV:run-make-support-path-rustdoc, r=jieyouxuMatthias Krüger-0/+1
2024-08-23Rollup merge of #129055 - Oneirical:fortanix-fortification, r=jieyouxuMatthias Krüger-2/+9
2024-08-23Fix a missing import in a doc in run-make-supportPavel Grigorenko-0/+1
2024-08-22Auto merge of #129413 - jieyouxu:revert-remove-dir-all, r=compiler-errorsbors-2/+25
2024-08-22Apply changesAli Bektas-35/+51
2024-08-22Auto merge of #129410 - RalfJung:miri-sync, r=RalfJungbors-86/+658
2024-08-22Add cov_marks to test #17927Chayim Refael Friedman-0/+19
2024-08-22Speed up search for short associated functions, especially very common identi...Chayim Refael Friedman-80/+657
2024-08-22When descending into macros in search, first check if there is a need to - i....Chayim Refael Friedman-0/+31
2024-08-22Auto merge of #17943 - Veykril:diags, r=Veykrilbors-3/+4
2024-08-22Improve proc-macro panic message and workspace loading failure diagnosticLukas Wirth-3/+4
2024-08-22Auto merge of #17898 - Veykril:descend-2.0, r=Veykrilbors-419/+487
2024-08-22Fix sorting order for tokens in hoverLukas Wirth-13/+15
2024-08-22Auto merge of #3835 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJungbors-21/+24
2024-08-22Revert "compiletest: use `std::fs::remove_dir_all` now that it is available"许杰友 Jieyou Xu (Joe)-2/+25
2024-08-22Consider interleaving hover kindsLukas Wirth-84/+95
2024-08-22Avoid extra copy by using `retain_mut` and moving the deletion into the closureJohannes Hostert-21/+24
2024-08-22Sort hover results by relevanceLukas Wirth-6/+18
2024-08-22Thread file id through descension API for semantic highlightingLukas Wirth-75/+117
2024-08-22Rename macro descension functionsLukas Wirth-19/+16
2024-08-22rewrite x86_64-fortanix-unknown-sgx-lvi to rmakeOneirical-2/+9
2024-08-22fix a misleading comment in TB testssun-jacobi-1/+1
2024-08-22Fully remove old macro descension APILukas Wirth-103/+66
2024-08-22Remove DescendPreference::SameKindLukas Wirth-37/+53
2024-08-22Implement floating point casts in const evalhkalbasi-3/+102
2024-08-22Auto merge of #3833 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJungbors-47/+74