1. dd804ce [libc] Run tests in matching build configurations only (#215333) by Pavel Labath · 2 hours ago main master
  2. 15c2935 [libc] Implement expected<void, E> and use it in internal utilities (#215020) by Pavel Labath · 2 hours ago
  3. 5dd76c7 [libc] Annotate RPC members as global pointers (#215412) by Joseph Huber · 3 hours ago
  4. c3ffdb8 [libc] Relax read errno check (#215053) by Pavel Labath · 27 hours ago
  5. 7bf6a52 [libc] Fix HermeticTestUtils signature of operator delete (#215041) by Pavel Labath · 27 hours ago
  6. 12032e5 Revert "[libc] Add realpath to linux entrypoints" (#215156) by Jackson Stogel · 2 days ago
  7. 35043b8 [libc] Add realpath to linux entrypoints (#212925) by Jackson Stogel · 2 days ago
  8. bb0a1e2 [libc] Disable read() on linux/arm (#215035) by Pavel Labath · 3 days ago
  9. 37b29c1 [libc] Disable hermetic version of printf_core.parser_test (#215037) by Pavel Labath · 3 days ago
  10. bfd9d49 [libc] Enable most tests in hermetic mode (#213852) by Pavel Labath · 3 days ago
  11. d3d3fe6 [libc] Fix Atan2f128 and add tests for all versions (#215023) by Zorojuro · 3 days ago
  12. e2f1e18 [compiler-rt][builtins] libc-backed int-to-double/float builtins (#209900) by hulxv · 3 days ago
  13. 405de29 [compiler-rt][builtins] add libc-backed double/float-to-int builtins (#207543) by hulxv · 3 days ago
  14. 570ac1a [libc] Read multiple interfaces per netlink message in if_nameindex (#213952) by Pavel Labath · 3 days ago
  15. f47e127 [libc] Enable unistd.h on linux/arm and aarch64 (#214429) by Pavel Labath · 3 days ago
  16. e6e59fe [libc][time] Add timer_t. (#214776) by lntue · 4 days ago
  17. 5e85f15 [libc] introduce hardening mode and add heap integrity check as example (#210373) by Schrodinger ZHU Yifan · 4 days ago
  18. 1cecdfd [libc] armv8m hard float build check (#214090) by Prabhu Rajasekaran · 4 days ago
  19. d102ab8 [libc] Add getpwent, setpwent, and endpwent entrypoints (#213076) by Jeff Bailey · 4 days ago
  20. 6dda519 [libc][NFC] Format all CMake files under libc/ (#213132) by Jeff Bailey · 4 days ago
  21. a8f766b [libc] Add more Linux-specific macro for fcntl and sched. (#213727) by Alexey Samsonov · 5 days ago
  22. 2995874 [libc] Add missing type/macro headers for generated public headers (#213395) by Chris Copeland · 5 days ago
  23. 1c40070 [libc] Fix two issues in sprintf_test after #213860 (#214435) by Pavel Labath · 5 days ago
  24. fd0be10 [libc] (Re)skip tests failing after #213860 (#214425) by Pavel Labath · 5 days ago
  25. d4c3d47 [libc] Implement sleep and usleep for Linux (#213912) by Pavel Labath · 5 days ago
  26. 25ac454 [libc] Enable UNIT_TEST_ONLY tests in hermetic mode (#213860) by Pavel Labath · 5 days ago
  27. 4282aa8 [cmake][docs] Fix incremental docs builds under deletion and renames (#211411) by Reid Kleckner · 6 days ago
  28. 63ed76c [libc] Skip the RPC doorbell interrupt when the mailbox is uninitialized (#214037) by Minseob Shin · 6 days ago
  29. 69ef281 [libc][cmake] Enable assertions and Werror for baremetal builds (#214093) by Prabhu Rajasekaran · 7 days ago
  30. c9691d7 [libc][mathvec] Vectorise exp2f and exp10f (#211365) by DylanFleming-arm · 7 days ago
  31. 1970e90 [libc] Add program_invocation(_short)_name and tweak err.h functions (#212448) by Pavel Labath · 7 days ago
  32. b6abfb9 [libc] Add optional::value_or and clean up if_nameindex_test TODOs (#213682) by Pavel Labath · 8 days ago
  33. bea400f [libc] Add a C unit test framework wrapper and convert existing tests (#213657) by Pavel Labath · 8 days ago
  34. 6d7e50e [libc] Fix elf_proxy header generation (#213737) by Michael Jones · 8 days ago
  35. 1dd6233 [libc] Add if_nameindex and if_freenameindex as an experimental entrypoint (#208438) by Pavel Labath · 8 days ago
  36. 1e39d7b [libc] Add __isoc99_fscanf alias. (#213125) by lntue · 9 days ago
  37. 7fbf89f [libc] Use llvm-link approach to create libc bitcode library for GPU targets (#210662) by jinge90 · 9 days ago
  38. ff3b4f7 [libc] Add missing LIBC_INLINE to functions defined in .h files (#213442) by Nico Weber · 10 days ago
  39. e4014bb [libc] Fix LLVM_LIBC_FUNCTION on 32-bit x86 Windows (#213456) by Nico Weber · 10 days ago
  40. 44a1d58 [libc] Add conversion tests between emulated and native f128 (#213422) by Zorojuro · 10 days ago
  41. 3f467a7 [libc] Move generated elf header to include (#211428) by Michael Jones · 11 days ago
  42. 886fe0f [libc] Fix math failures for fmod on NVPTX (#213168) by Joseph Huber · 11 days ago
  43. 3332ffd [libc] Add SIGPOLL si_code values. (#212873) by Alexey Samsonov · 11 days ago
  44. 1b17a10 [libc] Add <sys/statfs.h> header and entrypoints. (#213108) by Alexey Samsonov · 11 days ago
  45. 0a8bc98 [libc] Add 'struct ucred' definition. (#213152) by Alexey Samsonov · 11 days ago
  46. 624f38d [libc] Fix float128-to-integer conversion UB (#211593) by Zorojuro · 11 days ago
  47. ec1fce8 [compiler-rt][builtins] libc-backed floating-point extend/trunct builtins (#209984) by hulxv · 12 days ago
  48. 0028d9b [libc][docs] Add logo to website (#213120) by Michael Jones · 12 days ago
  49. 8d2f366 [libc] Fix aligned_alloc used in hermetic tests. (#213041) by Alexey Samsonov · 12 days ago
  50. ed81d9d [libc] Refactor statfs Linux syscalls and provide 'struct statfs' (#212930) by Alexey Samsonov · 12 days ago
  51. 3887e37 [libc] Add struct passwd type, pwd.yaml, and pwd_utils parser (#212421) by Jeff Bailey · 12 days ago
  52. c99bbbc [libc] Move test macro implementations out of the Test class (#212783) by Pavel Labath · 12 days ago
  53. 0ab8f5f [libc][test] Add EXPECT_STREQ and ASSERT_STREQ macros for integration tests (#212729) by Pavel Labath · 12 days ago
  54. e61b025 [libc][cmake] Make hermetic tests support FLAGS (#212460) by Pavel Labath · 12 days ago
  55. ac85d3d [libc] Modernize and extend dirent.h header. (#212902) by Alexey Samsonov · 13 days ago
  56. 96d3ea4 [libc][realpath] Follow symlinks (#212164) by Jackson Stogel · 13 days ago
  57. 29b6c9f [compiler-rt][builtins] add libc-backed arithmetic builtins (#207092) by hulxv · 14 days ago
  58. 5900461 Revert "[libc] Implement cpp::unique_ptr utility" (#212644) by Jeff Bailey · 14 days ago
  59. 870da96 [libc] Add missing type dependencies to sys_types header target (#212601) by Jeff Bailey · 14 days ago
  60. c63bc47 [libc][CPP] Fix ASan alloc-dealloc-mismatch in custom operator delete (#212629) by Jeff Bailey · 14 days ago
  61. f24fdbc [libc] Implement cpp::unique_ptr utility (#206701) by Jeff Bailey · 14 days ago
  62. 60f65f1 [libc] Fix Global addrspace (#212531) by Robert Imschweiler · 2 weeks ago
  63. 909cf6d [libc] Fix EOF handling in fscanf (#211982) by Alexey Samsonov · 2 weeks ago
  64. 9b8ab0c [libc] Add POSIX redirection header specifications in YAML (#211859) by Jeff Bailey · 2 weeks ago
  65. 63bf396 [libc][stdlib] Add putenv (#208339) by Jeff Bailey · 2 weeks ago
  66. 91bb796 [libc] Make hash_test hermetic (#212428) by Pavel Labath · 2 weeks ago
  67. 323e0bd [libc] Fix path collisions between unit and hermetic tests (#212425) by Pavel Labath · 2 weeks ago
  68. be0e124 [libc] Make <sys/mman.h> tests hermetic (#210697) by Pavel Labath · 2 weeks ago
  69. 68ba219 [libc] Make assert_test hermetic (#210700) by Pavel Labath · 2 weeks ago
  70. 1a93dbb [libc] Add aligned_alloc and delete[] to hermetic tests (#210693) by Pavel Labath · 2 weeks ago
  71. ab74c90 [libc] Fix atexit_test in hermetic mode (#210656) by Pavel Labath · 2 weeks ago
  72. 2884eeb [libc] Add stub implementation for strptime. (#211088) by Alex Strelnikov · 2 weeks ago
  73. 1e86b7d [libc][AArch64] Avoid -Wshadow warnings about uint128_t etc (#212227) by Simon Tatham · 2 weeks ago
  74. 5057c02 [libc][test][NFC] Fix compiler warnings in libc tests (#212100) by Jeff Bailey · 2 weeks ago
  75. e6a23cf [libc][cpp::string] Allocate fewer temp strings in operator= and += (#210895) by Jackson Stogel · 2 weeks ago
  76. 3eb3f99 [libc][test][NFC] Fix pthread_setschedparam_test flakiness (#212067) by Jeff Bailey · 2 weeks ago
  77. 225fca2 [libc] Add symbolic constants for si_code values. (#211945) by Alexey Samsonov · 3 weeks ago
  78. 9aa6705 [libc][cpp::string] Do not count null terminator in capacity() (#211918) by Jackson Stogel · 3 weeks ago
  79. c8f43e7 [libc] Small correctness tweaks to GPU allocator (#211610) by Joseph Huber · 3 weeks ago
  80. c008738 [libc] Add missing standard and Linux header macros (#211862) by Jeff Bailey · 3 weeks ago
  81. d031028 [libc] Add missing sys/types.h integer and BSD/System V type definitions (#211861) by Jeff Bailey · 3 weeks ago
  82. d98a89a [libc][termios] Make termios hermetic and fix its compatibility with glibc 2.42 or after. (#211039) by lntue · 3 weeks ago
  83. e0e4c1c [libc][memory_utils] Rename shadowed load/store to avoid ADL ambiguity (#211714) by Jackson Stogel · 3 weeks ago
  84. 38ad267 [libc] Convert readv, writev, and read_write tests to use pipes (#210725) by Pavel Labath · 3 weeks ago
  85. 6331b15 [libc] Make getauxval test hermetic (#210706) by Pavel Labath · 3 weeks ago
  86. 19a257a Reapply "[libc] Port process utilities to hermetic mode and enable some tests" (#211484) by Pavel Labath · 3 weeks ago
  87. 15827cf [libc] Fix compilation when AVX is not available (#211726) by Roland McGrath · 3 weeks ago
  88. e2e96ad [libc] Silence sanitizer OOB reports in SIMD read/write helpers. (#211148) by Alexey Samsonov · 3 weeks ago
  89. 419e80a [libc] Implement pthread_setschedparam and getschedparam (#205770) by Jeff Bailey · 3 weeks ago
  90. f5245af [libc] Fix missed errno deps for integration tests (#211415) by Michael Jones · 3 weeks ago
  91. def25e0 [libc] Add err.h to Linux public header target lists (#210995) by Jeff Bailey · 3 weeks ago
  92. 8a63fa3 [libc][cmake] Add LIBC_TEST_SUBPROCESS_TESTS (#211238) by Pavel Labath · 3 weeks ago
  93. 2d47d1f [libc] Add missing functions in FEnvImpl.h under LIBC_MATH_USE_SYSTEM_FENV config. (#211303) by lntue · 3 weeks ago
  94. faf3555 [libc] Add langinfo.h header generation, macros, and types (#210941) by Jeff Bailey · 3 weeks ago
  95. cf5d596 [libc] Migrate printf_core from stdio/ to __support/. (#208303) by Alex Strelnikov · 3 weeks ago
  96. 8b54b1c [libc] Float128 Emulation in LLVM libc (#200565) by Zorojuro · 3 weeks ago
  97. b40843a [ilbc] Revert recent changes to the hermetic tests (#210889) by Pavel Labath · 3 weeks ago
  98. e4bc17b [libc] Add struct group_req, struct group_source_req, and related socket options (#210029) by Pavel Labath · 3 weeks ago
  99. eab23c9 [libc] Make hermetic test syscall deps linux-only (#210715) by Pavel Labath · 3 weeks ago
  100. f93cc6f [libc][realpath] Validate path components (#209370) by Jackson Stogel · 3 weeks ago