about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-10-10Auto merge of #3956 - RalfJung:epoll-ready-list, r=RalfJungbors-4/+5
2024-10-10epoll event adding: no need to join, there's no old clock hereRalf Jung-1/+1
2024-10-10Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgrbors-0/+6
2024-10-10Auto merge of #3959 - JakeRoggenbuck:fix-spelling-in-readme, r=saethlinbors-2/+2
2024-10-09Skip #[test_case] expansionDavid Richey-2/+5
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-4/+0
2024-10-09Rollup merge of #123951 - pitaj:reserve-guarded-strings, r=traviscrossMatthias Krüger-0/+6
2024-10-09Auto merge of #18245 - boattime:master, r=davidbarskybors-2/+2
2024-10-09Update wasm-component-ld to 0.5.10Alex Crichton-1/+1
2024-10-09syscall/eventfd2: add supportFrank Rehwinkel-29/+21
2024-10-09syscall/eventfd2: add failing testFrank Rehwinkel-0/+29
2024-10-09Rollup merge of #131382 - ehuss:compiletest-reference, r=jieyouxuMatthias Krüger-0/+1
2024-10-09Auto merge of #3946 - FrankReh:fix-over-synchronization-of-epoll, r=RalfJungbors-11/+128
2024-10-09epoll: change clock to be per eventFrank Rehwinkel-28/+41
2024-10-09Auto merge of #3953 - YohDeadfall:glibc-thread-name, r=RalfJungbors-24/+80
2024-10-09Fixed pthread_getname_np impl for glibcYoh Deadfall-24/+80
2024-10-09Auto merge of #18247 - jhgg:lsp/fix-something-to-resolve, r=Veykrilbors-7/+7
2024-10-09Auto merge of #18246 - ChayimFriedman2:fix-18238, r=Veykrilbors-1/+34
2024-10-09epoll: rename blocking_epoll_callback since it is not just called after unblo...Ralf Jung-4/+5
2024-10-09Add "reference" as a known compiletest headerEric Huss-0/+1
2024-10-09explain the review bot useRalf Jung-0/+8
2024-10-09No need to cache the `profiler_runtime` flagZalathar-3/+1
2024-10-09Rename `profiler_support` to `profiler_runtime` throughout compiletestZalathar-18/+18
2024-10-09Rename directive `needs-profiler-support` to `needs-profiler-runtime`Zalathar-7/+7
2024-10-09Auto merge of #131421 - weihanglo:update-cargo, r=weihanglobors-0/+3
2024-10-08epoll: test case showing too much clock syncFrank Rehwinkel-0/+104
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+6
2024-10-08Update cargoWeihang Lo-0/+3
2024-10-08Only Highlight Exit Points on `async` TokenChristopher Serr-7/+13
2024-10-08include fn prefix for all callable defsJake-36/+29
2024-10-08Rollup merge of #131400 - Zalathar:ignore-coverage, r=jieyouxuMatthias Krüger-19/+14
2024-10-08hir-ty: change struct constructor formatting.Jake-53/+54
2024-10-08Auto merge of #131404 - matthiaskrgr:rollup-z0dawoo, r=matthiaskrgrbors-93/+48
2024-10-08Stabilize `isqrt` featureChai T. Rex-93/+92
2024-10-08Rollup merge of #131392 - jieyouxu:remove-legacy-directive-check, r=UrgauMatthias Krüger-93/+48
2024-10-08fix behavior of release_clock()Ralf Jung-30/+90
2024-10-08Simplify the directives for ignoring coverage-test modesZalathar-19/+14
2024-10-08Merge from rust-lang/rustLaurențiu Nicola-5825/+13288
2024-10-08Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-10-08Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGETLaurențiu Nicola-3/+3
2024-10-08prettier formatkouhe3-14/+13
2024-10-08semicolonkouhe3-1/+1
2024-10-08fix array sourceMapkouhe3-9/+19
2024-10-08Drop compiletest legacy directive checks许杰友 Jieyou Xu (Joe)-93/+48
2024-10-08lldbdap env dict to stringkouhe3-2/+3
2024-10-08Rollup merge of #131355 - clubby789:old-tests, r=jieyouxuStuart Cook-2/+24
2024-10-07Fix spelling in READMEJake-2/+2
2024-10-07Add basic pin sugar support to rustfmtEric Holk-1/+26
2024-10-07Fix clippy and rustfmt compilationEric Holk-5/+6
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-2/+6