| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add short function expression. | Mike Pall | 2026-07-04 | 1 | -1/+1 |
| | | |||||
| * | Add const declaration. | Mike Pall | 2026-06-28 | 1 | -1/+1 |
| | | |||||
| * | Use a hash to lookup variable names in the parser. | Mike Pall | 2026-06-28 | 1 | -0/+8 |
| | | | | | Only a modest 5% speedup. But a prerequisite for const declarations. | ||||
| * | Add continue statement. | Mike Pall | 2026-06-27 | 1 | -1/+1 |
| | | | | | This is a soft keyword. It can still be used as a variable name. | ||||
| * | Improve error messages for customary operators. | Mike Pall | 2026-06-25 | 1 | -0/+1 |
| | | |||||
| * | Backport some v3.0 syntax extensions. | Mike Pall | 2026-06-22 | 1 | -0/+1 |
| | | | | | See discussion in: #1476 | ||||
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Add cross-32/64 bit and deterministic bytecode generation. | Mike Pall | 2024-01-22 | 1 | -0/+1 |
| | | | | | | | | | Contributed by Peter Cawley. #993 #1008 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -0/+6 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-13 | 1 | -0/+1 |
| |\| | |||||
| | * | Fix embedded bytecode loader. | Mike Pall | 2020-01-13 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | String buffer refactoring, part 3. | Mike Pall | 2013-02-28 | 1 | -2/+2 |
| | | | | | | | | | Switch to pointers for start/end of buffer in lexer. | ||||
| * | | Cleanup lexer source code. | Mike Pall | 2013-02-28 | 1 | -6/+7 |
| | | | |||||
| * | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -1/+0 |
| | | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | ||||
| * | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -0/+1 |
| |/ | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | ||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -2/+1 |
| | | |||||
| * | Fix detection of immutable upvalues. | Mike Pall | 2012-10-21 | 1 | -1/+3 |
| | | |||||
| * | Move load/dump functions to lj_load.c. Add load modes. | Mike Pall | 2012-09-21 | 1 | -0/+1 |
| | | |||||
| * | From Lua 5.2: Add goto and ::label:: statements. | Mike Pall | 2012-09-16 | 1 | -2/+3 |
| | | |||||
| * | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -1/+1 |
| | | |||||
| * | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 1 | -0/+7 |
| | | |||||
| * | Reorder various structs to reduce padding (thanks to /usr/bin/pahole). | Mike Pall | 2010-03-15 | 1 | -2/+2 |
| | | |||||
| * | Redesign of prototype generation, part 3: bc and lineinfo. | Mike Pall | 2010-02-08 | 1 | -0/+8 |
| | | | | | | Use a growable, per-chunk bytecode instruction/line stack. Collect bc/lineinfo for prototype at the end. | ||||
| * | Redesign of prototype generation, part 1: varinfo and uvname. | Mike Pall | 2010-02-08 | 1 | -1/+5 |
| | | | | | | Use a growable, per-chunk variable stack. Collect varinfo/uvname for prototype at the end. | ||||
| * | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+63 |
