Open
Conversation
added 29 commits
April 18, 2024 23:49
Reported by nounwind.
Thanks to Sergey Kaplun. #1166
Reported by Sergey Bronnikov. #1181
Reported by Sergey Bronnikov. #1168
Thanks to Miku AuahDark. #1127
Thanks to Ryan Carsten Schmidt. #1189
Thanks to GitSparTV. #1219
Prevent misunderstandings like in #1216
Reported by pwnhacker0x18. #1203
Thanks to Sergey Kaplun. #1193
Thanks to IoriBranford. #1214
Reported by pwnhacker0x18. Fixed by Peter Cawley. #1196
Thanks to Sergey Kaplun. #1232
Thanks to Sergey Kaplun. #1224
Reported by leleliu008. #1221
Only use this for debugging purposes. NEVER set it for regular builds or distro builds! In Lua, tailcalls are a language guarantee. Suggested by Steve Vermeulen. #1220
Thanks to Sergey Kaplun. #1234
Reminder: the math.random() PRNG is NOT SUITABLE FOR CRYPTOGRAPHIC USE.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
added 30 commits
November 27, 2025 16:39
The reason for the error message is still unclear. #1412.
Reading MS docs is hard. #1412
They are only called from JIT-compiled code and not from C. Reported by Richard Beckmann. #1414
Reported by Sergey Kaplun. #1413
Reported by Sergey Kaplun. #1418
Reported by Yuichiro Naito. #1415
Reported by Doug Crawford. #1411
Enforce round-to-even semantics. #1363
Thanks to Michael Fisher. #1423
Note: this is not a vulnerability! minilua is only used during the LuaJIT build process. It only runs controlled and static Lua code (DynASM), which is entirely contained within this repo and does not trigger the undefined behavior. This change is solely for the benefit of others, who might possibly use minilua for purposes other than running DynASM. Reported by quart27219. #1424
Thanks to Sergey Kaplun. #1425
Thanks to Sergey Kaplun. #1428
Thanks to Sergey Kaplun. #1430
Reported by f32y. #1435
Thanks to Holger Hoffstätte. #1436
Reported by Vladimir Davydov and Sergey Kaplun. #1441
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.