1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add std.unicode.atIndex. More... over 10 years ago
Something with hashmaps and SDL, possibly repairing a previous incomplete commit. More... over 10 years ago
std.lib.glfw3 now depends on 3.0.3. More... over 10 years ago
Minor stuff. More... over 10 years ago
Add "type-is static-array T". More... over 10 years ago
Add __release_mode, use it to turn assert()s into no-ops. More... over 10 years ago
Unbreak enums over bytes More... over 10 years ago
Improve optimization of cast chains of literals over short/byte. More... over 10 years ago
Add error when user accidentally jams a && into a range expression More... over 10 years ago
Implement global doubles with initializers More... over 10 years ago
small stuff More... over 10 years ago
In case where static lambda is in nested function more than one level removed from the containing struct, handle base pointer lookup correctly More... over 10 years ago
Simplify cast parsing by combining all three casts into one function More... over 10 years ago
Fix unary operations for cases where the target value supports an implicit conversion to an lvalue that the arithmetic type also converts to (full mutual-compatibility check) More... over 10 years ago
Allow expressions that are constant properties of types More... over 10 years ago
oops More... over 10 years ago
Sanity test More... over 10 years ago
Built a new computer. More... over 10 years ago
Irrelevant small stuff More... over 10 years ago
Fix horrible bug where functions when dupped as part of a template had invalid stackframes More... over 10 years ago
Make enums work in functions More... over 10 years ago
Correctly warn on unused imports inside functions; only start on a "new" import if we have no other already-used sources (greedy strat) More... over 10 years ago
Reduce burden on LLVM by emitting less code and handling structs in-compiler when possible More... over 10 years ago
Set default sup pointer to current sup on dup (lol) More... over 10 years ago
Simplify tuple access logic; workaround breaking fallout from that change. (TODO: remove lvize entirely) (TODO: tmpize_maybe with a withtemp should if possible the result into an existing withtemp if called with one) More... over 10 years ago
Disable fpucw use pending investigation More... over 10 years ago
Mark __popFrameInfo as internal, so it gets declared as fastcc and can be reused in dg hack More... over 10 years ago
Make llvmver() return an integer (major*10+minor), implement LLVM 3.5 addrspacecast for addrspace(1)s. More... over 10 years ago
Simple string test More... over 10 years ago
Slight syntax unbreak, probably due to tab/spaces confusion More... over 10 years ago