Age | Commit message (Expand) | Author | Files | Lines |
2024-06-02 | Notes: Usability, references, numeric types / comparisons, etc.HEADmain | Samuel Lidén Borell | 9 | -1/+671 |
2024-06-02 | Don't use ref types for function references | Samuel Lidén Borell | 2 | -0/+42 |
2024-04-26 | Backend: Add CSBE_TRAP_ON_ERROR define | Samuel Lidén Borell | 1 | -0/+5 |
2024-04-22 | Notes: if-else interlude | Samuel Lidén Borell | 1 | -0/+75 |
2024-04-13 | Notes: OS function names, capabilities, type inference, usability, misc | Samuel Lidén Borell | 5 | -0/+142 |
2024-04-13 | Remove cli/gui distinction. Make \name and \type optional for apps | Samuel Lidén Borell | 6 | -10/+66 |
2024-03-17 | Notes: Aliasing, linting attrs, hardening, overflows, pipes, unified lists | Samuel Lidén Borell | 6 | -0/+245 |
2024-03-10 | Notes: Arenas and CHERI. Bitmask/set type | Samuel Lidén Borell | 3 | -1/+71 |
2024-03-08 | Notes: ABI, optional linkage, GC, unsafe/system code, versioning, map | Samuel Lidén Borell | 6 | -0/+298 |
2024-03-03 | Makefile: Add targets to run gcc -fanalyzer (not enabled by default) | Samuel Lidén Borell | 1 | -0/+3 |
2024-03-03 | Restructure cppcheck target and update suppressions | Samuel Lidén Borell | 1 | -0/+3 |
2024-03-03 | Notes: Update build_defines.txt with new struct-type debug checks | Samuel Lidén Borell | 1 | -2/+6 |
2024-01-21 | Notes: Security hardening against exploits / memory corruption | Samuel Lidén Borell | 2 | -1/+167 |
2024-01-14 | Notes: Generics+int64, bitmasks, GC, jagged arrays, 2-level pkg namespaces | Samuel Lidén Borell | 11 | -14/+440 |
2024-01-05 | Notes: Modules/versioning, logging, GC/pointers, typestates, etc. | Samuel Lidén Borell | 10 | -15/+227 |
2024-01-01 | Notes: capabilities, language version per API, usability | Samuel Lidén Borell | 3 | -0/+138 |
2023-12-25 | Notes: integer overflow, lifetimes on typeparams, pointer-less, unicode | Samuel Lidén Borell | 4 | -0/+100 |
2023-12-17 | Notes: Strings, type inference, GC, multi-impl, macros, pointers | Samuel Lidén Borell | 7 | -0/+256 |
2023-12-09 | Notes: Versioned funcs, comptime checks, types, green threads, etc | Samuel Lidén Borell | 10 | -2/+513 |
2023-11-12 | Notes: API hashes for namespacing | Samuel Lidén Borell | 1 | -0/+49 |
2023-10-07 | Notes: Optional packages, sized generics, sys-funcs vs effects | Samuel Lidén Borell | 3 | -0/+106 |
2023-08-22 | Notes: Usability improvements, capabilities | Samuel Lidén Borell | 2 | -0/+85 |
2023-08-20 | Notes: arenas, ctors, fmt strings, license, memory model, methods | Samuel Lidén Borell | 6 | -0/+176 |
2023-08-09 | Notes: Namespaces, metaprogramming | Samuel Lidén Borell | 2 | -0/+147 |
2023-08-06 | Add interface file for slulrt + interface path improvements | Samuel Lidén Borell | 1 | -1/+6 |
2023-08-05 | Add runtime library (with some stub functions only so far) | Samuel Lidén Borell | 1 | -0/+7 |
2023-07-30 | Notes: Dependencies, if-assign/guard, sigils, submodules | Samuel Lidén Borell | 4 | -0/+111 |
2023-07-26 | Notes/readme: Turn start function into a method | Samuel Lidén Borell | 1 | -21/+24 |
2023-07-14 | Notes: ABI, compile-time execution, language server | Samuel Lidén Borell | 3 | -0/+219 |
2023-07-14 | Notes: More ideas about the runtime loader | Samuel Lidén Borell | 1 | -0/+35 |
2023-06-25 | Notes: Dynamic loader. Module restrictions | Samuel Lidén Borell | 2 | -0/+60 |
2023-05-14 | Various notes | Samuel Lidén Borell | 6 | -0/+419 |
2023-04-14 | Notes: Readability of multi-line variable declarations | Samuel Lidén Borell | 1 | -0/+62 |
2023-03-31 | Makefile: Add variable VALGRIND_OPTS | Samuel Lidén Borell | 1 | -1/+9 |
2023-02-26 | Notes: goto without fallthrough. select syntax | Samuel Lidén Borell | 2 | -0/+40 |
2023-02-19 | Notes: Old notes about format strings | Samuel Lidén Borell | 1 | -0/+26 |
2023-01-22 | Notes: Comments, debugging, globals, package trust and system overrides | Samuel Lidén Borell | 5 | -0/+188 |
2023-01-02 | Notes: Automatic ref types | Samuel Lidén Borell | 1 | -0/+109 |
2022-12-31 | Notes: Enum maps. Error object reference (errno alternative) | Samuel Lidén Borell | 2 | -0/+80 |
2022-11-26 | Various notes: sigils, main(), tagged-unions, hardening of opaque pointers | Samuel Lidén Borell | 3 | -0/+78 |
2022-11-06 | Note about implicit refs. Update TODO about ownership-taking methods | Samuel Lidén Borell | 1 | -0/+32 |
2022-11-03 | Notes: Lifetimes, main / startup_library, makefile defines, etc | Samuel Lidén Borell | 4 | -3/+254 |
2022-10-30 | Notes: Explicit "copy" keyword. Arena resource problem | Samuel Lidén Borell | 2 | -0/+34 |
2022-10-16 | Notes: Transitive parameter/return qualifiers and threaded fields | Samuel Lidén Borell | 2 | -0/+59 |
2022-10-01 | Notes: Jagged arrays, format strings alternatives, slul command | Samuel Lidén Borell | 4 | -0/+211 |
2022-08-28 | Notes: Notes about code generation and structs | Samuel Lidén Borell | 2 | -0/+38 |
2022-08-13 | Notes: Updates to submodules and \disable / \supports | Samuel Lidén Borell | 2 | -1/+20 |
2022-08-12 | Use getpwuid when neither $XDG_DATA_HOME or $HOME is set | Samuel Lidén Borell | 1 | -0/+4 |
2022-08-05 | Notes: More notes | Samuel Lidén Borell | 12 | -0/+699 |
2022-08-05 | Notes: Various old notes from 2021 - early 2022 | Samuel Lidén Borell | 13 | -0/+394 |