• Joined on 2025-08-24
mirrors synced commits to devel at mirrors/Nim from mirror 2026-03-13 20:15:41 +00:00
1a1586a5fb properly codegen structs on deref [backport:2.2] (#25600)
2db13e05ac nimdoc: anchors fix (#25601)
Compare 2 commits »
mirrors synced commits to master at mirrors/Odin from mirror 2026-03-13 20:05:39 +00:00
1cc9c1f723 Merge pull request #6408 from Yawning/feature/arm-hw-crypto
3139b7e755 core/crypto/aes: Migrate to generic SIMD + HW AES
e09923f585 core/crypto/deoxysii: Migrate to generic SIMD + HW AES
df1a966100 core/crypto/aegis: Migrate to generic SIMD + HW AES
6aeed0e20e core/crypto/_aes/hw: Initial import
Compare 7 commits »
mirrors synced commits to bill/fixed-capacity-dynamic-array at mirrors/Odin from mirror 2026-03-13 20:05:39 +00:00
411e85f02e Fix copy-and-paste doc typo
mirrors synced commits to refs/renovate/branches/renovate/configure at mirrors/gitea from mirror 2026-03-13 12:35:57 +00:00
5d46a67412 Add renovate.json
28e09ffc67 Vendor relative-time-element as local web component (#36853)
Compare 2 commits »
mirrors synced commits to main at mirrors/gitea from mirror 2026-03-13 12:35:57 +00:00
28e09ffc67 Vendor relative-time-element as local web component (#36853)
mirrors synced commits to master at mirrors/neovim from mirror 2026-03-13 12:35:48 +00:00
6766e6104f ci: label disclosed AI-assisted PRs
9d052ddc79 test: set NVIM_TEST in zig build #38281
caf7808591 feat(diagnostic): custom status format function #36696
7b8deacc3f fix(ui): preview float doesn't respond to mouse scroll #38270
3f10bb87ef fix(completion): wrong CompleteDone reason for auto-inserted sole match #38280
Compare 6 commits »
mirrors synced commits to master at mirrors/raylib from mirror 2026-03-13 12:35:42 +00:00
f83590aa37 Update BINDINGS.md (#5648)
c5712db1e0 Update raylib-odin binding license (#5647)
Compare 2 commits »
mirrors synced commits to master at mirrors/Odin from mirror 2026-03-13 11:55:39 +00:00
27667ce36b iff -> if and only if (⟺)
mirrors synced commits to bill/fixed-capacity-dynamic-array at mirrors/Odin from mirror 2026-03-13 11:55:39 +00:00
b5801ea5c1 Handle endianness for floats
987aa04d6c Minor formatting improvements, and more use of or_return
Compare 2 commits »
mirrors synced new reference refs/tags/v1.25.5 to mirrors/gitea from mirror 2026-03-13 04:25:57 +00:00
mirrors synced commits to main at mirrors/gitea from mirror 2026-03-13 04:25:56 +00:00
2601f50026 Bound PageSize in ListUnadoptedRepositories (#36884)
mirrors synced commits to refs/tags/v1.25.5 at mirrors/gitea from mirror 2026-03-13 04:25:56 +00:00
mirrors synced commits to refs/renovate/branches/renovate/configure at mirrors/gitea from mirror 2026-03-13 04:25:56 +00:00
ac3198f309 Add renovate.json
2601f50026 Bound PageSize in ListUnadoptedRepositories (#36884)
Compare 2 commits »
mirrors synced commits to release/v1.25 at mirrors/gitea from mirror 2026-03-13 04:25:56 +00:00
f913d90ab6 Update CHANGELOG for v1.25.5 (#36885)
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2026-03-13 04:25:50 +00:00
be81ea30bd docs: update version.c
b027de3a87 test: include :cd in pcall() in rmdir() (#38278)
957eb1fde0 vim-patch:3697c6b: runtime(ssh): ignore case in 'keywordprg', update syntax script (#38277)
878c9739e1 vim-patch:9.2.0147: blob: concatenation can be improved (#38276)
52dd62aa6e fix(ui2): use pager to list consecutively typed commands #38272
Compare 16 commits »
mirrors synced commits to release-0.11 at mirrors/neovim from mirror 2026-03-13 04:25:50 +00:00
8189bb8e48 test: include :cd in pcall() in rmdir() (#38278)
mirrors synced commits to master at mirrors/neovim from mirror 2026-03-13 04:25:50 +00:00
b027de3a87 test: include :cd in pcall() in rmdir() (#38278)
957eb1fde0 vim-patch:3697c6b: runtime(ssh): ignore case in 'keywordprg', update syntax script (#38277)
878c9739e1 vim-patch:9.2.0147: blob: concatenation can be improved (#38276)
52dd62aa6e fix(ui2): use pager to list consecutively typed commands #38272
Compare 4 commits »
mirrors synced commits to main at mirrors/ghostty from mirror 2026-03-13 04:25:41 +00:00
d4019fa484 build(deps): bump dorny/paths-filter from 3.0.2 to 4.0.0 (#11436)
eccf960def build(deps): bump dorny/paths-filter from 3.0.2 to 4.0.0
174aae359d snap: Don't leak LD_LIBRARY_PATH set by the snap launcher (#11431)
64331b8c35 snap: Don't leak LD_LIBRARY_PATH set by the snap launcher
Compare 4 commits »
mirrors synced commits to master at mirrors/stb from mirror 2026-03-13 03:25:40 +00:00
904aa67e1e stb_image_resize 2.18
29ac5c4da5 Merge pull request #1913 from jeffrbig2/stb_image_resize_218
e7fc6c9dfb stb_image_resize 2.18
Compare 3 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2026-03-12 20:15:50 +00:00
6dbda97fee Backends: OpenGL2, OpenGL3, SDLRenderer3: replaced erroneous IM_ASSERT(tex->TexID == 0) calls. (#9295, #9293)
90743d3112 Nav: allow ImGuiKey_Menu or Shift + F10 to work on Begin()...BeginPopupContextItem() sequence aiming at title bar. (#8803, #9270)
14a500a476 Nav: allow ImGuiKey_Menu or Shift + F10 to open context menus. Rework with polling in NavUpdate(). (#8803, #9270)
6cc99a6e2b Nav: allow ImGuiKey_Menu or Shift + F10 to open context menus. Amends. (#8803, #9270)
a103826154 Nav: allow ImGuiKey_Menu or Shift + F10 to open context menus. (#8803, #9270)
Compare 6 commits »