summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
2024-02-29[ruby/prism] Lazily create Location objects in Prism::Serialize::Loader#load_...Benoit Daloze
2024-02-29[ruby/prism] Warn on integers in flip-flopsKevin Newton
2024-02-29[ruby/prism] Command line options as a bitsetKevin Newton
2024-02-29[ruby/prism] Resync RBI and test it in CIKevin Newton
2024-02-29[ruby/prism] Better hashing between positive/negative integersKevin Newton
2024-02-28[ruby/prism] Rewrite logic for CHECK_FIELD_KIND to improve readabilityBenoit Daloze
2024-02-28[ruby/prism] More precise types for NodeListField in prism.rbiBenoit Daloze
2024-02-28[ruby/prism] Make NodeKindField subclass NodeKindFieldBenoit Daloze
2024-02-28[ruby/prism] Add a simple way to check field kinds are correct by setting $CH...Benoit Daloze
2024-02-28[ruby/prism] Give a kind to all node[] fields which can have one more specifi...Benoit Daloze
2024-02-28[ruby/prism] Set proper types for node[] in Java-generated codeBenoit Daloze
2024-02-28[ruby/prism] Switch static literals to use a hashKevin Newton
2024-02-28[ruby/prism] Refactor static literals into hashKevin Newton
2024-02-27[ruby/prism] Disallow it implicit in evalKevin Newton
2024-02-27[ruby/prism] Switch invalid _1 targeting even on syntax errorKevin Newton
2024-02-27[ruby/prism] Ensure symbol nodes not in interpolated symbolKevin Newton
2024-02-27[ruby/prism] Support -p, -n, -a, and -l command line optionsKevin Newton
2024-02-26[ruby/prism] Triple-check prism encodingsKevin Newton
2024-02-26[ruby/prism] Fix multi write with modifier rescueKevin Newton
2024-02-24[ruby/prism] Less code modifications. More steep:ignore for nowGopal Patel
2024-02-24[ruby/prism] Replace awkward code changes with steep:ignoreGopal Patel
2024-02-24[ruby/prism] Relax Location#source to be optionalGopal Patel
2024-02-24[ruby/prism] Remove Ripper from public RBS, type-assert remaining issuesGopal Patel
2024-02-24[ruby/prism] Split private typesGopal Patel
2024-02-24[ruby/prism] wip: node unionsGopal Patel
2024-02-24[ruby/prism] Use steep to type check RBS and Ruby filesGopal Patel
2024-02-23[PRISM] Sync to latest prismKevin Newton
2024-02-23[ruby/prism] Convert pm_integer_t to stringsKevin Newton
2024-02-23[ruby/prism] Add some encoding debugging to make testing easierKevin Newton
2024-02-23[ruby/prism] Factor in sign to integer comparisonKevin Newton
2024-02-23[ruby/prism] Refactor pm_node_list_insert to use a binary searchKevin Newton
2024-02-23[ruby/prism] Duplicated when clausesKevin Newton
2024-02-23[ruby/prism] Duplicated hash keysKevin Newton
2024-02-23Typo fix.Mike Shaver
2024-02-22[ruby/prism] Ignore other ERANGE errors for floatsKevin Newton
2024-02-22[ruby/prism] Parse float valuesKevin Newton
2024-02-22[ruby/prism] Regenerate snapshots using integer valuesKevin Newton
2024-02-22[ruby/prism] Add an IntegerField for parsing integer valuesKevin Newton
2024-02-22[ruby/prism] Parse numeric valuesKevin Newton
2024-02-21[ruby/prism] Update for Ruby 3.4 errorsKevin Newton
2024-02-21[ruby/prism] Support ItParametersNodeKevin Newton
2024-02-21[ruby/prism] Only call encoding_changed callback on changeKevin Newton
2024-02-21[ruby/prism] Remove non-ASCII characters from --dump=parsetreeKevin Newton
2024-02-20[ruby/prism] Fix eval encoding switching to UTF-8Kevin Newton
2024-02-20[ruby/prism] Fix windows build checking for _POSIX_MAPPED_FILESKevin Newton
2024-02-20[ruby/prism] Include unistd.h before cheching _POSIX_MAPPED_FILESHASUMI Hitoshi
2024-02-20[ruby/prism] Use `_POSIX_MAPPED_FILES` and `_WIN32` to know if memory map int...HASUMI Hitoshi
2024-02-18[ruby/prism] Account for encoding in regexp named capturesKevin Newton
2024-02-18[ruby/prism] Lazy methods for start and end offset on nodeKevin Newton
2024-02-17[ruby/prism] Fix up GCC analyzerKevin Newton