summaryrefslogtreecommitdiff
path: root/ext/json/parser/parser.rl
AgeCommit message (Expand)Author
2025-01-20Finalize Kevin's handrolled parser.Jean Boussier
2025-01-14[ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing stateJean Boussier
2024-12-19[ruby/json] Add support for Solaris 10 which lacks strnlen()Naohisa Goto
2024-11-26[ruby/json] Stop using `rb_gc_mark_locations`Jean Boussier
2024-11-14[ruby/json] Only use the key cache if the Hash is in an ArrayJean Boussier
2024-11-11[ruby/json] Rename parse_float into parse_numberJean Boussier
2024-11-11[ruby/json] Reduce comparisons when parsing numbersAaron Patterson
2024-11-06[ruby/json] Implement a fast path for integer parsingJean Boussier
2024-11-06[ruby/json] parser.rl: parse_string implement a fast pathJean Boussier
2024-11-06[ruby/json] Categorize deprecated warningNobuyoshi Nakada
2024-11-05[ruby/json] ResyncJean Boussier
2024-11-05[ruby/json] JSON::Ext::Parser mark the name cache entries when not on the heapJean Boussier
2024-11-01[ruby/json] json_string_unescape: Use the returned RString as bufferJean Boussier
2024-11-01[ruby/json] Remove String#-@ check in extconf.rbJean Boussier
2024-11-01[ruby/json] json_string_unescape: assume the string doesn't need escapingJean Boussier
2024-11-01[ruby/json] parser.rl: extract `build_string`Jean Boussier
2024-11-01[ruby/json] Use String#encode instead of rb_str_conv_enc()Benoit Daloze
2024-11-01[ruby/json] Emit warnings when dumping binary stringsJean Boussier
2024-11-01Deprecate unsafe default options of `JSON.load`Jean Boussier
2024-11-01[ruby/json] Allocate the initial generator buffer on the stackJean Boussier
2024-10-30[ruby/json] Remove double semicolon at end of line in parserPeter Zhu
2024-10-30[ruby/json] Allocate the FBuffer struct on the stackJean Boussier
2024-10-26[ruby/json] JSON.dump / String#to_json: raise on invalid encodingJean Boussier
2024-10-26[ruby/json] raise_parse_error: avoid UBJean Boussier
2024-10-26[ruby/json] Ext::Parser avoid costly check on decimal_class when it is nilJean Boussier
2024-10-26[ruby/json] Limit the size of ParserError exception messagesJean Boussier
2024-10-26[ruby/json] parser.c: refactor raise_parse_errorJean Boussier
2024-10-26[ruby/json] Get rid of the remaining tabs.Jean Boussier
2024-10-26Reduce allocations in `parse` and `load` argument handlingJean Boussier
2024-10-26Add more precise documentation for `object_class` and `array_class`Jean Boussier
2024-10-18[ruby/json] Always dup argument to preserve original encoding for force_encodingTakumasa Ochi
2024-10-18[ruby/json] Speedup Parser initializationJean Boussier
2024-10-17[ruby/json] Get rid of some more outdated compatibility codeJean Boussier
2024-10-08[ruby/json] Unicode string like ยง is not allowed in C files at ruby/ruby repoHiroshi SHIBATA
2024-10-08[ruby/json] Adjust to the CVTUTF code being goneLuke T. Shumaker
2024-09-03[flori/json] Remove outdated ifdef checksJean Boussier
2024-06-04[flori/json] Cleanup useless ifdefJean Boussier
2023-12-01Manually merged from flori/jsonHiroshi SHIBATA
2023-12-01Use ruby_xfree to free buffersJean Boussier
2023-12-01[flori/json] Fix "unexpected token" offset for InfinityJohn Hawthorn
2023-07-19[flori/json] [DOC] Remove duplicate sentenceNobuyoshi Nakada
2023-07-19[flori/json] Remove `HAVE_RB_SCAN_ARGS_OPTIONAL_HASH` checkNobuyoshi Nakada
2023-07-18[flori/json] Rename JSON::ParseError to JSON:ParserErrorDimitar Haralanov
2022-07-29[flori/json] Stop including the parser source __LINE__ in exceptionsJean Boussier
2022-05-20[flori/json] Fix parser bug for empty string allocationAndrew Bromwich
2022-05-20[flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!Hiroshi SHIBATA
2021-05-17[flori/json] Deduplicate strings inside json_string_unescapeJean Boussier
2021-05-17[flori/json] Refactor json_string_unescapeJean Boussier
2020-12-21[json] Make json Ractor safeKenta Murata
2020-12-21[json] JSON_parse_float: Fix how to convert numberKenta Murata