| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-24 | add type coercion: [:x]T to [*:x]T | Andrew Kelley | |
| 2019-11-24 | Call DllMain entry point if declared | syscall0 | |
| 2019-11-21 | string literals are now null terminated | Andrew Kelley | |
| this also deletes C string literals from the language, and then makes the std lib changes and compiler changes necessary to get the behavior tests and std lib tests passing again. | |||
| 2019-11-15 | add container doc comments to generated docs | Vexu | |
| 2019-11-13 | std.io.getStdOut and related fns no longer can error | Andrew Kelley | |
| Thanks to the Windows Process Environment Block, it is possible to obtain handles to the standard input, output, and error streams without possibility of failure. | |||
| 2019-11-08 | update the codebase to use `@as` | Andrew Kelley | |
| 2019-11-07 | make callMainAsync async | Vexu | |
| 2019-11-06 | improve the start code for evented I/O | Andrew Kelley | |
| When evented I/O is being used, prevent event loop from terminating at least until main() has returned. | |||
| 2019-11-05 | fix noreturn function that may return. | Shawn Landden | |
| we do not want undefined behavior here in --release-fast and --release-small modes | |||
| 2019-11-05 | remove duplicate isNan implementation | Shawn Landden | |
| 2019-10-31 | startup code respects root source file's event_loop if present | Andrew Kelley | |
| 2019-10-31 | startup code sets up event loop if I/O mode is declared evented | Andrew Kelley | |
| 2019-10-30 | generated docs: move color to box-shadow CSS prop | Henry Wu | |
| 2019-10-28 | remove dead tls code | Andrew Kelley | |
| 2019-10-28 | Std docs: Fix a js error that would cause some function to be not rendered | Timon Kruiper | |
| 2019-10-27 | generated docs: vertically align fns with comments | Henry Wu | |
| 2019-10-23 | move types from builtin to std | Andrew Kelley | |
| * All the data types from `@import("builtin")` are moved to `@import("std").builtin`. The target-related types are moved to `std.Target`. This allows the data types to have methods, such as `std.Target.current.isDarwin()`. * `std.os.windows.subsystem` is moved to `std.Target.current.subsystem`. * Remove the concept of the panic package from the compiler implementation. Instead, `std.builtin.panic` is always the panic function. It checks for `@hasDecl(@import("root"), "panic")`, or else provides a default implementation. This is an important step for multibuilds (#3028). Without this change, the types inside the builtin namespace look like different types, when trying to merge builds with different target settings. With this change, Zig can figure out that, e.g., `std.builtin.Os` (the enum type) from one compilation and `std.builtin.Os` from another compilation are the same type, even if the target OS value differs. | |||
| 2019-10-22 | Merge branch 'master' of https://github.com/ziglang/zig into markdown-renderer | Felix Queißner | |
| 2019-10-21 | Merge branch 'stratact-no-dir-allocators' | Andrew Kelley | |
| closes #2885 closes #2886 closes #2888 closes #3249 | |||
| 2019-10-21 | test runner: restore previous behavior of printing all tests passed | Andrew Kelley | |
| 2019-10-21 | test runner: restore previous behavior when... | Andrew Kelley | |
| ...stderr does not support ansi escape codes | |||
| 2019-10-21 | test runner: refresh display before running test | Andrew Kelley | |
| This makes it so that when a test fails quickly, and writes output, it will do so after the test name is printed. | |||
| 2019-10-21 | adjust test runner to print the test name when error occurs | Andrew Kelley | |
| 2019-10-20 | Starts to implement markdown parser. Implemented: strong, emphasis, ↵ | Felix Queißner | |
| strikethrough, underline, code blocks, ulist, olist, paragraphs, headings. Planned: Links, Images, internal references. | |||
| 2019-10-19 | Merge pull request #3429 from Rocknest/docs-local | Andrew Kelley | |
| Design suggestion for generated docs | |||
| 2019-10-17 | improve progress reporting | Andrew Kelley | |
| * use erase rest of line escape code. * use `stderr.supportsAnsiEscapeCodes` rather than `isTty`. * respect `--color off` * avoid unnecessary recursion * add `Progress.log` * disable the progress std lib test since it's noisy and uses `time.sleep()`. * enable/integrate progress printing with the default test runner | |||
| 2019-10-17 | Merge branch 'master' into docs-local | Rocknest | |
| 2019-10-17 | Cleanup | Rocknest | |
| 2019-10-17 | Changes from master | Rocknest | |
| 2019-10-16 | generated docs: progress towards generic types being useful | Andrew Kelley | |
| See #3406 | |||
| 2019-10-15 | generated docs: further clean up keyboard shortcut handling | Andrew Kelley | |
| now it's harder to introduce a bug when modifying keyboard shortcut code. | |||
| 2019-10-15 | fix small misstake, 'escape' v. 'Escape' | dtw-waleee | |
| 2019-10-15 | Fix keyboard layout issue with help-modal | dtw-waleee | |
| Some keyboard layouts produces a different ev.which value in firefox for ? than 191, eg. the Swedish QWERTY one produces 171. Chrome/chromium doesn't have this issue. | |||
| 2019-10-12 | Consistent margins | Rocknest | |
| 2019-10-11 | merge targets of generated docs | Andrew Kelley | |
| 2019-10-10 | Merge pull request #3421 from LemonBoy/win32-mingw | Andrew Kelley | |
| Win32 mingw | |||
| 2019-10-11 | Merge branch 'master' into docs-local | Rocknest | |
| 2019-10-11 | Changes from master | Rocknest | |
| 2019-10-10 | generated docs: add optional type support | Andrew Kelley | |
| 2019-10-10 | generated docs: better rendering of unknown decls | Andrew Kelley | |
| 2019-10-11 | Merge branch 'master' into docs-local | Rocknest | |
| 2019-10-11 | Changes from master | Rocknest | |
| 2019-10-11 | Fix dark mode | Rocknest | |
| Additionally introduces css variables | |||
| 2019-10-10 | generated docs: clean up type names and param names | Andrew Kelley | |
| closes #3410 | |||
| 2019-10-10 | generated docs: css: wider tables | Andrew Kelley | |
| 2019-10-10 | Merge branch 'docs-union-enum' of https://github.com/Vexu/zig into ↵ | Andrew Kelley | |
| Vexu-docs-union-enum | |||
| 2019-10-10 | Add transtition to search field | Rocknest | |
| 2019-10-10 | Change layout and styles | Rocknest | |
| 2019-10-10 | generated docs: better listing of functions | Andrew Kelley | |
| 2019-10-10 | Generated docs: Add function paramater names | Timon Kruiper | |
