| 6 years ago | dec05eba | | Use better haystack size and needle size for cutoff between linear and BMH |
| 6 years ago | dec05eba | | Add comment to clearify why the first/last element in preprocess is |
| 6 years ago | dec05eba | | Fix indexOf and lastIndexOf with empty needle |
| 6 years ago | dec05eba | | Fix start index if @sizeOf(T) > 1 |
| 6 years ago | dec05eba | | Check if the type has unique bit representation to see if it can be compared byte-wise |
| 6 years ago | dec05eba | | Remove type size check, looks like its not needed |
| 6 years ago | dec05eba | | Make preprocess function take comptime sized slice |
| 6 years ago | dec05eba | | Fix lastIndexOf and add tests that do not fallback to linear search |
| 6 years ago | dec05eba | | Only use boyer-moore-horsepool for types that are power of 2 |
| 6 years ago | dec05eba | | Use boyer-moore-horspool with all types of T |
| 6 years ago | dec05eba | | Create skipping table |
| 6 years ago | dec05eba | | Use boyer-moore-horspool algorithm for indexOfPos and lastIndexOf |
| 6 years ago | Andrew Kelley |  | Merge pull request #6247 from alexnask/stage2_pe |
| 6 years ago | Andrew Kelley | | provide default implementation of std.log on freestanding |
| 6 years ago | yettinmoor |  | document how to escape curly braces in fmt.format |
| 6 years ago | Veikka Tuominen |  | langref: atomic ops are allowed on pointers |
| 6 years ago | Felix "xq" Queißner | | Introduces a space after the ellipsis for test and progress. |
| 6 years ago | Andrew Kelley |  | Merge pull request #6243 from ifreund/uid-gid-cleanup |
| 6 years ago | Andrew Kelley | | stage2: upgrade Scope.Container decls from ArrayList to HashMap |
| 6 years ago | Andrew Kelley |  | Merge pull request #6242 from Vexu/stage2 |
| 6 years ago | Jakub Konka | | Write out simple Mach-O object file |
| 6 years ago | Lachlan Easton | | std meta: fix use of alignOf in meta.cast |
| 6 years ago | Andrew Kelley |  | Merge pull request #6238 from Aransentin/master |
| 6 years ago | Kenta Iwasaki |  | os: return error.SocketNotListening for EINVAL on accept (#6226) |
| 6 years ago | LemonBoy | | std: Fix silent overflow in float parsing code |
| 6 years ago | daurnimator | | std: add fmt option to escape non-printable characters |
| 6 years ago | Andrew Kelley |  | Merge pull request #6229 from LemonBoy/fix-6054 |
| 6 years ago | Andrew Kelley |  | Merge pull request #6194 from LakeByTheWoods/fmt_indentation |
| 6 years ago | Andrew Kelley | | stage2: support dbg_stmt at comptime |
| 6 years ago | Sahnvour |  | Merge pull request #5999 from Sahnvour/hashmap |
| 6 years ago | Tadeo Kondrak | | builtin: Add TypeInfo.StructField.is_comptime |
| 6 years ago | Andrew Kelley |  | Merge pull request #6225 from ziglang/stage2-comptime |
| 6 years ago | pwzk | | Fixing dylib search path |
| 6 years ago | Andrew Kelley | | ci: skip compile error tests on Windows |
| 6 years ago | Jan200101 | | follow filesystem hierarchy standard when adding lib directories |
| 6 years ago | Andrew Kelley |  | Merge pull request #6208 from tadeokondrak/remove-@OpaqueType |
| 6 years ago | Andrew Kelley | | readme: link to wiki page for installing from a package manager |
| 6 years ago | Andrew Kelley | | zen of zig: reword the last one a little bit |
| 6 years ago | Andrew Kelley |  | Merge pull request #6197 from LemonBoy/fix-6049 |
| 6 years ago | Tadeo Kondrak | | translate_c: fix shadowing on nested blocks |
| 6 years ago | Andrew Kelley |  | Merge pull request #6212 from ziglang/update-glibc |
| 6 years ago | Andrew Kelley |  | Merge pull request #6184 from tadeokondrak/TrailerFlags-update |
| 6 years ago | Andrew Kelley | | fix tools/process_headers.zig regression |
| 6 years ago | daurnimator | | std.ChildProcess: pass CLOEXEC when creating error pipe |
| 6 years ago | Jakub Konka | | Add more missing MachO constants and structs |
| 6 years ago | Andrew Kelley |  | Merge pull request #6189 from katesuyu/div-ceil |
| 6 years ago | Sahnvour | | handle lack of privilege to create symbolic links on windows |
| 6 years ago | LemonBoy | | compiler-rt: Add missing floatdisf routine |
| 6 years ago | LemonBoy | | std: Open the eventfd fd with CLOEXEC flag |
| 6 years ago | wozeparrot | | fix SimpleTextInputProtocol |
|