aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Scale sleeping times"Koichi Sasada2019-12-241-4/+0
| | | | | | | | This reverts commit e57d6194218efc73c30f3fed9dd321d2e357030b. Test fails: http://ci.rvm.jp/results/trunk-gc-asserts@ruby-sky1/2518563 http://ci.rvm.jp/results/trunk-gc_compact@silicon-docker/2518533
* NEWS: added references to warning option [ci skip]Nobuyoshi Nakada2019-12-241-0/+11
|
* Scale sleeping timesNobuyoshi Nakada2019-12-241-0/+4
|
* Moved warning option section and added a reference [ci skip]Nobuyoshi Nakada2019-12-241-25/+31
|
* Added warning.rb to .documentNobuyoshi Nakada2019-12-241-2/+3
|
* Added `-W:experimental` to `--help` [Feature #16420]Nobuyoshi Nakada2019-12-241-0/+1
|
* Separated command line option in NEWS [ci skip]Nobuyoshi Nakada2019-12-241-24/+25
|
* Mentioned `-W:` command option in NEWS [ci skip]Nobuyoshi Nakada2019-12-241-1/+25
|
* Enhance explanations for beginless range and #clamp, and add missing featurezverok2019-12-241-2/+21
|
* Get rid of false positive misspellingsNobuyoshi Nakada2019-12-243-9/+10
| | | | [Bug #16437]
* enc/x_emoji.h: fixed dead-links [ci skip]Nobuyoshi Nakada2019-12-241-2/+2
| | | | English version pages seem no longer provided.
* Added NEWS for Feature 15373manga_osyo2019-12-241-0/+2
|
* remove "experimental" from numbered parameter.Koichi Sasada2019-12-241-2/+2
| | | | | | Numbered parameter is not an experimental feature, confirmed by Matz. https://twitter.com/yukihiro_matz/status/1209271452798607361
* [ruby/reline] Version 0.1.0aycabta2019-12-241-1/+1
| | | | https://github.com/ruby/reline/commit/55d4dfec1e
* [ruby/irb] Version 1.2.1aycabta2019-12-241-2/+2
| | | | https://github.com/ruby/irb/commit/8da0c74640
* [ruby/irb] Remove warning message to bundle on Ruby 2.7.0aycabta2019-12-241-6/+0
| | | | https://github.com/ruby/irb/commit/d9a7844f50
* [DOC] Fix wording in Math::E documentationMarcus Stollsteimer2019-12-241-1/+1
|
* [ruby/rdoc] Version 6.2.1aycabta2019-12-241-1/+1
| | | | https://github.com/ruby/rdoc/commit/c65e14d112
* Update parsers of RDoc that are generated by Raccaycabta2019-12-242-2/+2
|
* [ruby/rdoc] Support newline in the middle of constant definitionaycabta2019-12-242-2/+2
| | | | https://github.com/ruby/rdoc/commit/74d3984324
* [ruby/rdoc] Treat Proc#call syntax sugar for constant correctlyaycabta2019-12-242-0/+15
| | | | https://github.com/ruby/rdoc/commit/957d041ae0
* Reword keyword arguments warning messages to convey these are deprecation ↵Marc-Andre Lafortune2019-12-2314-501/+501
| | | | warnings
* [DOC] Fix invalid code to make it syntax highlightedMarcus Stollsteimer2019-12-231-1/+1
|
* [DOC] Use capitalized "Ruby"Marcus Stollsteimer2019-12-231-3/+3
|
* [DOC] Various fixes in bug triaging guideMarcus Stollsteimer2019-12-231-13/+12
|
* * 2019-12-24 [ci skip]git2019-12-241-1/+1
|
* move a NEWS entry about inline method cacheKoichi Sasada2019-12-241-4/+6
|
* [DOC] Improve readability of requirements for <=>Marcus Stollsteimer2019-12-231-3/+3
|
* NEWS: add reference for [Feature #14405]Marcus Stollsteimer2019-12-231-2/+2
|
* NEWS: revise grammar, language, markup, etc.Marcus Stollsteimer2019-12-231-69/+72
|
* NEWS: fix some typos, grammar, and languageMarcus Stollsteimer2019-12-231-12/+13
|
* fix wmap_finalize.Koichi Sasada2019-12-231-2/+16
| | | | | | wmap_finalize expects id2ref() returns a corresponding object even if the object is dead. Make id2ref_obj_tbl() for this purpose.
* add more debug counters to count numeric objects.Koichi Sasada2019-12-232-7/+19
|
* NEWS: Fix issue reference [#15807] [DOC]Marc-Andre Lafortune2019-12-231-1/+1
|
* README: Add Range#minmax to the list of potential incompatibilities [#15929] ↵Marc-Andre Lafortune2019-12-231-0/+6
| | | | [DOC]
* README: Improve wording [DOC]Marc-Andre Lafortune2019-12-231-1/+1
|
* NEWS: Hint at potential incompatibility with Range#minmax [#15807]Marc-Andre Lafortune2019-12-231-1/+1
|
* ObjectSpace._id2ref should check liveness.Koichi Sasada2019-12-232-1/+22
| | | | | objspace->id_to_obj_tbl can contain died objects because of lazy sweep, so that it should check liveness.
* Port ↵Yuki Nishijima2019-12-231-0/+0
| | | | https://github.com/ruby/did_you_mean/commit/dd1dd86e6c3188c36224d5dd4389676e6653a727
* FrozenError.new accepts :receiver instead of 2nd argument [ci skip]Kazuhiro NISHIYAMA2019-12-231-2/+2
| | | | [ruby-core:96227] [Feature #16419]
* Revert "Changed behavior on windows platforms too [ci skip]"Kazuhiro NISHIYAMA2019-12-231-1/+2
| | | | | | This reverts commit 1bf8d5e9797f6304b2e27cb7f42d467f84de0ff4. Because 204dc3f39f12b4e2640555306bd1dd4530344277 reverts 61aff0cd189e67fa6f2565639ad0128fa33b88fc
* Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku2019-12-234-23/+15
| | | | | | | | We want to introduce consistency and better compatibility with unixen, but the Windows APIs doues not have consistency fundamentally and we can not found any logical way... This reverts commit 61aff0cd189e67fa6f2565639ad0128fa33b88fc.
* [ruby/prime] Bump versionMarc-Andre Lafortune2019-12-221-1/+1
|
* [ruby/ostruct] Bump versionMarc-Andre Lafortune2019-12-221-1/+1
|
* [ruby/ostruct] Create OpenStruct::VERSIONMarc-Andre Lafortune2019-12-223-2/+17
|
* [ruby/ostruct] Move gemspecMarc-Andre Lafortune2019-12-221-0/+0
|
* [ruby/matrix] Bump versionMarc-Andre Lafortune2019-12-221-1/+1
|
* Add NEWS about Warning.[] [Feature #16345] [ci skip]Nobuyoshi Nakada2019-12-231-0/+6
|
* Fixed a typo in an exception class nameNobuyoshi Nakada2019-12-231-1/+1
|
* make-snapshot: fixed modeNobuyoshi Nakada2019-12-231-1/+1
| | | | "X" must be used in conjunction with "+".