Block a user
b75b401226
Merge
eab9a3eb63
into 4aa6246345
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
d2721fa4b2
Merge
c0bb0edddd
into 4aa6246345
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
2742ab4b5a
compiler-rt: Fix R_ARM_ABS32 relocation error in __clzsi2_thumb1().
Nixyri
synced and deleted reference 2024-11-24 05:10:20 +00:00
refs/tags/refs/pull/21909/merge
at Nixyri/zig from mirror
Nixyri
synced and deleted reference 2024-11-24 05:10:20 +00:00
refs/tags/refs/pull/22029/merge
at Nixyri/zig from mirror
Nixyri
synced and deleted reference 2024-11-24 05:10:20 +00:00
refs/tags/refs/pull/22037/merge
at Nixyri/zig from mirror
Nixyri
synced and deleted reference 2024-11-24 05:10:20 +00:00
refs/tags/refs/pull/22049/merge
at Nixyri/zig from mirror
70ad7dcd48
lldb: implement tuple types
ed8955cea6
Merge pull request #22049 from alexrp/musl-gen-stubs
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
67e524da54
musl: Update libc.S against musl 1.2.5.
17ed69e626
Merge
097a1777f0
into 4aa6246345
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
4c0e3dfe52
Merge
8688b0a3cf
into 4aa6246345
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
7fcf78e0a4
Merge
03fbf14c87
into 4aa6246345
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
2742ab4b5a
compiler-rt: Fix R_ARM_ABS32 relocation error in __clzsi2_thumb1().
ad710e98f4
Merge
4e380b89b8
into 4aa6246345
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
4dc44aabcb
Merge
d1bf035017
into 4aa6246345
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
2742ab4b5a
compiler-rt: Fix R_ARM_ABS32 relocation error in __clzsi2_thumb1().
281cb0dd4b
Merge
6ac744422a
into 2742ab4b5a
2742ab4b5a
compiler-rt: Fix R_ARM_ABS32 relocation error in __clzsi2_thumb1().
66a7c09def
link: use target to determine risc-v eflag validity
b2c62bcbf6
add assertLocked to std.debug.SafetyLock
73dcd19140
std.crypto.bcrypt: implement the actual OpenSSH KDF (#22027)
c425c8ade4
Merge
54950c9c4b
into 2742ab4b5a
2742ab4b5a
compiler-rt: Fix R_ARM_ABS32 relocation error in __clzsi2_thumb1().
3064dfbd70
Merge
ca8b0a5ecb
into 4aa6246345
4aa6246345
compiler_rt: Add hexagon builtins (#22029)
aef5c75602
compiler: Disallow align(0) everywhere in the language.
2742ab4b5a
compiler-rt: Fix R_ARM_ABS32 relocation error in __clzsi2_thumb1().
66a7c09def
link: use target to determine risc-v eflag validity
Nixyri
synced commits to refs/pull/97755/head at Nixyri/godot from mirror
2024-11-24 05:04:11 +00:00
9252a8dbac
Implement lightmap support for multimesh.
0c45ace151
Merge pull request #99054 from timothyqiu/session-names
7faad0cc7a
Merge pull request #97388 from tetrapod00/visualshader-linear-srgb
17e8cf0d87
Merge pull request #99044 from Sticksman/bug-fix-98873
ea3154a0d4
Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-binds
Nixyri
synced commits to refs/pull/97755/merge at Nixyri/godot from mirror
2024-11-24 05:04:11 +00:00
82bd508caa
Merge
9252a8dbac
into 0c45ace151
9252a8dbac
Implement lightmap support for multimesh.
0c45ace151
Merge pull request #99054 from timothyqiu/session-names
7faad0cc7a
Merge pull request #97388 from tetrapod00/visualshader-linear-srgb
17e8cf0d87
Merge pull request #99044 from Sticksman/bug-fix-98873
Nixyri
synced commits to refs/pull/94193/head at Nixyri/godot from mirror
2024-11-24 05:04:10 +00:00
1bffefb346
Adding ability to include build-in include files (precursor to custom shader templates)
Nixyri
synced commits to refs/pull/94193/merge at Nixyri/godot from mirror
2024-11-24 05:04:10 +00:00
9d879a8a96
Merge
1bffefb346
into 0c45ace151
1bffefb346
Adding ability to include build-in include files (precursor to custom shader templates)
Nixyri
synced commits to refs/pull/97521/head at Nixyri/godot from mirror
2024-11-24 05:04:10 +00:00
86ea0127a3
Add a focus border on
ScrollContainer