summaryrefslogtreecommitdiff
path: root/lib/prism/prism.gemspec
AgeCommit message (Expand)Author
2026-03-20[ruby/prism] Prism.findKevin Newton
2026-03-20[ruby/prism] Rename strings to stringy because of linux conflictsKevin Newton
2026-03-20[ruby/prism] Fix up gemspec buildKevin Newton
2026-03-20[ruby/prism] Clean up rake buildKevin Newton
2026-03-20[ruby/prism] Make some token logic internalKevin Newton
2026-03-20[ruby/prism] Inline comments and magic comments, they do not need their own TUsKevin Newton
2026-03-20[ruby/prism] Fold node_new into node/astKevin Newton
2026-03-20[ruby/prism] Fix up buildKevin Newton
2026-03-20[ruby/prism] Move encoding entirely internalKevin Newton
2026-03-20[ruby/prism] Move static literals entirely internalKevin Newton
2026-03-20[ruby/prism] Move string query into its own fileKevin Newton
2026-03-20[ruby/prism] Split node.h headersKevin Newton
2026-03-20[ruby/prism] Move file system into compiler headersKevin Newton
2026-03-20[ruby/prism] Move allocator to internal headersKevin Newton
2026-03-20[ruby/prism] Move compiler detection stuff into include/prism/compilerKevin Newton
2026-03-20[ruby/prism] Remove definesKevin Newton
2026-03-20[ruby/prism] More splitting of headersKevin Newton
2026-03-20[ruby/prism] Split out excludes into its own headerKevin Newton
2026-03-20[ruby/prism] Move regexp to internalKevin Newton
2026-03-20[ruby/prism] Put inline in its own headerKevin Newton
2026-03-20[ruby/prism] Split up public/internal optionsKevin Newton
2026-03-20[ruby/prism] Split up static literals public and internalKevin Newton
2026-03-20[ruby/prism] Split up encoding public and internal headersKevin Newton
2026-03-20[ruby/prism] Move list out of utilsKevin Newton
2026-03-20[ruby/prism] Split up public and internal strings headersKevin Newton
2026-03-20[ruby/prism] Move strings out of utilKevin Newton
2026-03-20[ruby/prism] Split up constant pool headers between public and internalKevin Newton
2026-03-20[ruby/prism] Move constant pool out of utilsKevin Newton
2026-03-20[ruby/prism] Split up diagnostic headers into public and internalKevin Newton
2026-03-20[ruby/prism] Move strpbrk into internalKevin Newton
2026-03-20[ruby/prism] Move compiler macro definitions into include/prism/attributeKevin Newton
2026-03-20[ruby/prism] Split up arena headers into public and internalKevin Newton
2026-03-20[ruby/prism] Move arena out of utilsKevin Newton
2026-03-20[ruby/prism] Move char to internal headersKevin Newton
2026-03-20[ruby/prism] Split up line offset list into public and internalKevin Newton
2026-03-20[ruby/prism] Move line offset list out of utilKevin Newton
2026-03-20[ruby/prism] Split up integer between public and private headersKevin Newton
2026-03-20[ruby/prism] Move integer out of utilsKevin Newton
2026-03-20[ruby/prism] Make memchr implementation internalKevin Newton
2026-03-20[ruby/prism] Move strncasecmp out of utils and make internal onlyKevin Newton
2026-03-20[ruby/prism] Split up buffer headers between internal and externalKevin Newton
2026-03-20[ruby/prism] Move buffer out of utilsKevin Newton
2026-03-05[PRISM] Template out node creation functionsKevin Newton
2026-03-05[ruby/prism] Include ext/prism/extconf.rb explicitly in prism.gemspecBenoit Daloze
2026-03-05[ruby/prism] Revert "Recompile when config.yml changes"Benoit Daloze
2026-03-05[PRISM] Use arena allocator for nodesKevin Newton
2026-02-25[ruby/prism] Generate RBI from RBSKevin Newton
2026-02-25[ruby/prism] rbs-inlineKevin Newton
2026-02-24[ruby/prism] Introduce xfree_sized and xrealloc_sizedJean Boussier
2026-02-17[ruby/prism] Recompile when config.yml changesBenoit Daloze