aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/string
AgeCommit message (Expand)AuthorFilesLines
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan1-0/+12
2025-11-06[libc] Fix stale char_ptr for find_first_character_wide read (#166594)Sterling-Augustine1-0/+5
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue1-5/+5
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh1-3/+6
2025-09-05[libc] Use anonymous namespace for test helper code (#157203)Roland McGrath2-4/+16
2025-09-03[libc] fixed signed char issues in strsep()/strtok()/strtok_r(). (#156705)enh-google6-0/+35
2025-08-21[libc] fix strsep()/strtok()/strtok_r() "subsequent searches" behavior. (#154...enh-google3-4/+28
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh1-6/+3
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh1-3/+6
2025-07-24[libc] Don't rely on LIBC_HAS_SANITIZER when enabling null checks. (#150341)Alexey Samsonov13-26/+26
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue3-2/+3
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov2-7/+7
2025-06-04[libc] Expand usage of libc null checks. (#116262)Aly ElAshram14-3/+131
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue1-1/+1
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh5-9/+12
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler5-11/+8
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh5-8/+11
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers8-402/+4
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones1-10/+10
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara5-7/+0
2024-10-30[libc] fix behavior of strrchr(x, '\0') (#112620)George Burgess IV1-14/+22
2024-10-30libc: strlcpy/strlcat shouldn't bzero the rest of `buf` (#114259)George Burgess IV2-2/+10
2024-10-10[libc] Temporarily disable strerror test on NVPTXJoseph Huber1-10/+12
2024-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu2-1/+3
2024-07-16[libc] Add `strerror` and `strerror_k` to the GPU (#99083)Joseph Huber1-141/+4
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty1-0/+22
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek12-24/+36
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini12-36/+24
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek12-24/+36
2024-05-15[libc] Fix typo in test messageJoseph Huber1-1/+1
2024-05-15[libc] Fix GPU test build error (#92235)Jan Patrick Lehr1-1/+1
2024-05-14[libc][bug] Fix out of bound write in memcpy w/ software prefetching (#90591)Guillaume Chatelet3-0/+171
2024-03-11[libc] Fix forward arm32 builtbot (#84794)Guillaume Chatelet2-0/+2
2024-03-09[libc] Provide `LIBC_TYPES_HAS_INT64` (#83441)Guillaume Chatelet1-7/+7
2024-03-07[libc][c23] add memset_explicit (#83577)Schrodinger ZHU Yifan2-0/+41
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google1-3/+3
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet1-3/+3
2024-01-11[libc] Fix buggy AVX2 / AVX512 `memcmp` (#77081)Guillaume Chatelet1-0/+7
2023-12-14[libc] fix msan failure in mempcpy_test (#75532)Nick Desaulniers1-1/+1
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet1-60/+0
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet1-0/+60
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet1-60/+0
2023-10-06[libc] Enable missing memory tests on the GPU (#68111)Joseph Huber1-1/+4
2023-09-26[libc][NFC] Remove an inappropriate -ffreestanding arg to memory_utils test. ...Siva Chandra1-1/+0
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet50-397/+402
2023-06-30[libc] Improve memcmp latency and codegenGuillaume Chatelet1-54/+57
2023-06-21Revert D148717 "[libc] Improve memcmp latency and codegen"Guillaume Chatelet1-57/+54
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet4-17/+17
2023-06-14Revert D152630 "[libc] Enable custom logging in LibcTest"Guillaume Chatelet4-17/+17
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet4-17/+17