summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
2024-02-14[PRISM] Correctly hook up line numbers for evalKevin Newton
2024-02-14Prefer `Array.new(n) {}` to `n.times.map {}`Benoit Daloze
2024-02-14Initialize the Prism::Source directly with all 3 fields for the C extensionBenoit Daloze
2024-02-14[ruby/prism] Remove attr_writer's for ParseResult#start_line and #offsetsBenoit Daloze
2024-02-14[ruby/prism] Serialize the newline_list to avoid recomputing it again laterBenoit Daloze
2024-02-14[PRISM] Sync to latest prismKevin Newton
2024-02-14[ruby/prism] Match up token name to CRubyKevin Newton
2024-02-14[ruby/prism] Validate multibyte characters in stringsKevin Newton
2024-02-13[ruby/prism] Fix KOI-8 char width checkKevin Newton
2024-02-13[ruby/prism] Convert more error messages to match specsKevin Newton
2024-02-13[ruby/prism] Introduce `version: "3.4.0"`Kevin Newton
2024-02-13[ruby/prism] Fix an error when specifying the parsing version `latest`Koichi ITO
2024-02-12[ruby/prism] Fix typo in class variable name errorKevin Newton
2024-02-12[ruby/prism] Error messages closer to CRubyKevin Newton
2024-02-12[ruby/prism] Fix unary not locationKevin Newton
2024-02-12[ruby/prism] Unary not name locationKevin Newton
2024-02-08[PRISM] Support the DATA constantKevin Newton
2024-02-08[PRISM] Compile constant reads using opt_getconstant_pathKevin Newton
2024-02-07Bump prism versionKevin Newton
2024-02-07[ruby/prism] Support for Ruby 2.7Kevin Newton
2024-02-06[ruby/prism] Implement file parsing error handlingeileencodes
2024-02-06[ruby/prism] Better invalid token messagesKevin Newton
2024-02-05[ruby/prism] Change the location of an implicit begin to methodKevin Newton
2024-02-05[ruby/prism] Add another error type for raising argument errorsKevin Newton
2024-02-05Sync to latest prismKevin Newton
2024-02-02[ruby/prism] Provide APIs for finding value in constant poolKevin Newton
2024-02-02[ruby/prism] Handle missing begin bodyKevin Newton
2024-02-02[ruby/prism] Fix up multibyte escapesKevin Newton
2024-02-02[ruby/prism] Fix overlapping memcpyAlan Wu
2024-02-01[ruby/prism] Amend assert in pm_utf_8_codepoint(), n=0 is fineAlan Wu
2024-02-01[PRISM] Emit parse warningsKevin Newton
2024-02-01[ruby/prism] Add parentheses around macro argumentsJenny Shen
2024-02-01[ruby/prism] Reject operator writes on operator methodsKevin Newton
2024-02-01Sync to latest prismKevin Newton
2024-02-01[ruby/prism] Remove locals_body_indexKevin Newton
2024-02-01[ruby/prism] Check literals for receiverHaldun Bayhantopcu
2024-02-01[ruby/prism] Only warn for unary + on spcargKevin Newton
2024-01-31[ruby/prism] Always return the character width for char_is_identifier_start()...Benoit Daloze
2024-01-31[ruby/prism] Fix description of line parsing option and state it's 1-indexedAndrew Konchin
2024-01-30Update forwarding locals for prismAaron Patterson
2024-01-30[ruby/prism] Better error messages for unexpected tokens in prefixKevin Newton
2024-01-29[ruby/prism] Fix binding power for modifier rescueKevin Newton
2024-01-27[ruby/prism] Error follow-upKevin Newton
2024-01-26[ruby/prism] Add level to warnings and errors to categorize themBenoit Daloze
2024-01-26[ruby/prism] Symbol encoding follow-upKevin Newton
2024-01-26[ruby/prism] Track whether a Symbol should have its encoding changed from the...Kevin Menard
2024-01-26[ruby/prism] Update src/prism.cKevin Newton
2024-01-26[ruby/prism] Fix multiple assigns with newlinesHaldun Bayhantopcu
2024-01-26[ruby/prism] Fix parsing calls with labelsHaldun Bayhantopcu
2024-01-26[ruby/prism] Change binding power for modifiers in case-in nodesMax Prokopiev