aboutsummaryrefslogtreecommitdiff
path: root/src/lj_parse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2023-08-281-1/+3
|\
| * Fix predict_next() in parser (again).Mike Pall2023-08-281-1/+3
| | | | | | | | Reported by Sergey Bronnikov. #1054
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-08-121-0/+1
|\|
| * Fix predict_next() in parser.Mike Pall2023-08-121-0/+1
| | | | | | | | Reported by Sergey Kaplun. #1033
* | Merge branch 'master' into v2.1Mike Pall2022-12-221-6/+6
|\|
| * Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-6/+6
| | | | | | | | | | | | Reported by minoki. Recent C compilers 'take advantage' of the undefined behavior. This completely changes the meaning of expressions like (k == -k).
* | Merge branch 'master' into v2.1Mike Pall2022-03-131-1/+1
|\|
| * Fix BC_UCLO insertion for returns.Mike Pall2022-03-131-1/+1
| | | | | | | | Contributed by XmiliaH.
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-3/+3
| | | | | | | | Sponsored by fmad.io.
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Improve assertions.Mike Pall2020-06-151-49/+65
| |
* | Merge branch 'master' into v2.1Mike Pall2020-05-221-2/+5
|\|
| * Fix bytecode register allocation for comparisons.Mike Pall2020-05-221-2/+5
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2018-01-291-1/+2
|\|
| * Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2018-01-291-1/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2017-03-081-4/+6
|\|
| * Fix out-of-scope goto handling in parser.Mike Pall2017-03-081-4/+6
| | | | | | | | Many thanks to Demetrios Obenour for tracking down this long-standing bug.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-06-271-2/+2
|\|
| * Drop leftover regs in 'for' iterator assignment, too.Mike Pall2016-06-271-2/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | LJ_FR2: Fix bytecode generation for method lookups.Mike Pall2015-02-081-2/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-051-2/+4
|\|
| * Fix BC_UCLO/BC_JMP join optimization in Lua parser.Mike Pall2015-01-051-2/+4
| |
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-6/+8
| |
* | Cleanup of TValue setters. No functional changes.Mike Pall2014-12-201-3/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-10-151-1/+3
|\|
| * Fix line number for relocated bytecode after closure fixup.Mike Pall2013-10-151-1/+3
| |
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-2/+3
| |
* | String buffer refactoring, part 4.Mike Pall2013-02-281-4/+4
| | | | | | | | Add lua_State pointer to SBuf for buffer resizing.
* | Cleanup lexer source code.Mike Pall2013-02-281-50/+50
| |
* | String buffer refactoring, part 2.Mike Pall2013-02-271-38/+16
| | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers.
* | String buffer refactoring, part 1.Mike Pall2013-02-271-11/+2
|/ | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function.
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Keep line number for KPRI to KNIL optimization.Mike Pall2013-01-311-2/+2
|
* Fix discharge order of comparisons in Lua parser.Mike Pall2013-01-111-0/+1
|
* Add missing GC steps for template table creation.Mike Pall2012-11-161-0/+1
|