index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare to release json-2.5.0
Hiroshi SHIBATA
2020-12-22
2
-6
/
+2
*
[json] Make json Ractor safe
Kenta Murata
2020-12-21
1
-0
/
+34
*
[json] Stop using prototype objects
Kenta Murata
2020-12-21
1
-36
/
+3
*
SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2
Hiroshi SHIBATA
2020-12-04
1
-4
/
+0
*
test/json/json_parser_test.rb: suppress warnings
Yusuke Endoh
2020-10-21
1
-2
/
+2
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-10-20
1
-1
/
+1
*
Fix an issue with generate_pretty and empty objects in the Ruby and Java impl...
Chris Seaton
2020-10-20
1
-0
/
+5
*
Implement a freeze: parser option
Jean Boussier
2020-10-20
1
-0
/
+21
*
Remove unneeded `begin` and `end`
Kazuhiro NISHIYAMA
2020-09-30
1
-6
/
+4
*
Fix `Leaked tempfile`s
Kazuhiro NISHIYAMA
2020-09-30
1
-15
/
+3
*
Remove unnecessary executable bit [ci skip]
Kazuhiro NISHIYAMA
2020-09-28
1
-0
/
+0
*
t/json/json_common_interface_test.rb: fix wrong indentation
Yusuke Endoh
2020-09-25
1
-1
/
+1
*
Extract assert assertion to assert_include and assert_not_include.
Hiroshi SHIBATA
2020-09-25
1
-1
/
+2
*
assert_true is not provided by test-unit
Hiroshi SHIBATA
2020-09-25
1
-1
/
+1
*
Fix pure parser with unclosed arrays / objects [Fix #314]
Marc-Andre Lafortune
2020-09-25
4
-0
/
+4
*
[test] properly 'skip' test on JRuby
Karol Bucek
2020-09-25
1
-2
/
+1
*
[flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...
Keith Bennett
2020-09-25
1
-0
/
+56
*
Add an option to escape forward slash character
Jean Boussier
2020-09-25
2
-0
/
+11
*
test/json/json_fixtures_test.rb: Prevent an "out of range" warning
Yusuke Endoh
2020-07-03
1
-0
/
+3
*
Reintroduce c565dfb09ad7d55fa671f65cea7088a914bf1931
Yusuke Endoh
2020-07-03
1
-3
/
+3
*
Merge json-2.3.1 from flori/json
Hiroshi SHIBATA
2020-07-01
1
-3
/
+3
*
[flori/json] Fix test that wasn't testing anything
Marc-Andre Lafortune
2020-07-01
1
-1
/
+6
*
test/json/test_helper.rb: Do not add a relative path to $LOAD_PATH
Yusuke Endoh
2020-03-24
1
-3
/
+3
*
Import json-2.3.0 from flori/json
Hiroshi SHIBATA
2019-12-12
1
-0
/
+1
*
Skip useless test
Nobuyoshi Nakada
2019-11-29
1
-1
/
+1
*
Look up constant instead of caching in a global
Aaron Patterson
2019-10-17
1
-0
/
+37
*
[flori/json] fix test as reported in #343
Florian Frank
2019-10-14
1
-1
/
+1
*
[flori/json] Fixed unexpected illegal/malformed utf-8 error
Nobuyoshi Nakada
2019-10-14
1
-0
/
+6
*
Ignore warnings about ambiguous first argument with the negative integer.
Hiroshi SHIBATA
2019-06-01
1
-12
/
+12
*
Ignore warnings about ambiguous first argument of regexp with assert match.
Hiroshi SHIBATA
2019-06-01
1
-3
/
+3
*
Merge json-2.2.0 from flori/json.
hsbt
2019-02-23
2
-4
/
+10
*
Fix JSON::Parser against bigdecimal updates
mrkn
2018-12-02
1
-2
/
+2
*
require 'bigdecimal'
ko1
2017-06-16
1
-0
/
+1
*
Merge json-2.1.0 from https://github.com/flori/json
hsbt
2017-06-16
1
-0
/
+5
*
Use `assert_raise` instead of `assert_raises`.
hsbt
2017-04-12
1
-2
/
+2
*
Merge json-2.0.4.
hsbt
2017-04-12
2
-0
/
+2
*
json_generator_test.rb: no Bignum
nobu
2016-09-09
1
-2
/
+3
*
* ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.
hsbt
2016-08-01
1
-1
/
+19
*
* test/json/json_common_interface_test.rb: use assert_raise instead of
hsbt
2016-07-13
1
-3
/
+3
*
* test/lib/test/unit.rb: added test files with `_test` suffix for json
hsbt
2016-07-13
11
-62
/
+35
*
* ext/json/*, test/json/*: Update json-2.0.1.
hsbt
2016-07-05
14
-755
/
+780
*
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
9
-0
/
+9
*
use assert_raise
nobu
2015-10-30
5
-54
/
+54
*
generator.c: allocate structs with wrapper
nobu
2015-05-28
1
-0
/
+13
*
parser.rl: allocate structs with wrapper
nobu
2015-05-28
1
-0
/
+13
*
parser.rl: rb_enc_raise
nobu
2015-04-18
1
-0
/
+10
*
* ext/json/*, test/json/*: Reverted r50231. Because it's not works with
hsbt
2015-04-12
40
-0
/
+1486
*
* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.
hsbt
2015-04-11
40
-1486
/
+0
*
generator.c: fix infinite recursion
nobu
2015-02-11
1
-0
/
+10
[next]