summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-29[ruby/bigdecimal] Reduce needless object allocation in f_BigDecimalKenta Murata
https://github.com/ruby/bigdecimal/commit/5c808eeabb
2020-12-28[ruby/bigdecimal] [Doc] Fix the document of BigDecimal()Kenta Murata
[ci-skip] https://github.com/ruby/bigdecimal/commit/905d0345ec
2020-12-28[ruby/bigdecimal] Reduce conditional branch count in VpNewVarArgKenta Murata
https://github.com/ruby/bigdecimal/commit/741fb3e00f
2020-12-28Adjusted styles [ci skip]Nobuyoshi Nakada
2020-12-28Adjusted indents [ci skip]Nobuyoshi Nakada
2020-12-28[ruby/drb] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
https://github.com/ruby/drb/commit/61c49af71b
2020-12-28[ruby/pp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
https://github.com/ruby/pp/commit/272d4befeb
2020-12-28[ruby/pp] Drop to support < Ruby 2.7Hiroshi SHIBATA
https://github.com/ruby/pp/commit/e92228964b
2020-12-28Bypass check for warning_category on internal callsNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4009
2020-12-28Suppress too big exponent warningsNobuyoshi Nakada
2020-12-27doc/ractor.md: Fix indentationMarcus Stollsteimer
Reintroduce removed empty line to fix indentation on rendered page (the first line is _not_ indented despite the leading spaces, and ends up "outdented" compared to the rest of the block). Also add a missing "-".
2020-12-27Language tweaks to Fiber [doc]Marc-Andre Lafortune
Notes: Merged: https://github.com/ruby/ruby/pull/3995
2020-12-28Dup kwrest hash when merging other keyword arguments [Bug #17481]Nobuyoshi Nakada
2020-12-28* 2020-12-28 [ci skip]git
2020-12-27Update to ruby/spec@4ce9f41Benoit Daloze
2020-12-27Update to ruby/mspec@a40a674Benoit Daloze
2020-12-27Do not include external library sources into packagesNobuyoshi Nakada
2020-12-27Limit bactrace length from Exception#full_messageNobuyoshi Nakada
2020-12-27Get rid of inconsistent dll linkages against vcpkg readlineNobuyoshi Nakada
2020-12-27Removed declarations conflicting on MinGWNobuyoshi Nakada
2020-12-27win32: Removed never used/worked functionsNobuyoshi Nakada
Almost certainly, these have never been used in external extension libraries. If any had, these would have had to be declared in headers.
2020-12-27win32: Declared wait and fixed the return typeNobuyoshi Nakada
2020-12-27Ignore symbols declared in the platform headerNobuyoshi Nakada
2020-12-27Ignore objects from the "missing" directoryNobuyoshi Nakada
2020-12-27Get rid of \K for old BASERUBYs which have a bug in String#scanNobuyoshi Nakada
2020-12-27Exclude entry pointsNobuyoshi Nakada
2020-12-27Support AC_FUNC_MEMCMPNobuyoshi Nakada
2020-12-27Check leaked global symbols under more various conditionsNobuyoshi Nakada
2020-12-27[ruby/csv] Fix typo [ci skip]Kenta Murata
https://github.com/ruby/csv/commit/117bcf311e
2020-12-27[ruby/csv] fix typo conveters => converters for CSV parsing docs (#196)Sampat Badhe
https://github.com/ruby/csv/commit/77ccf486fe
2020-12-27[ruby/csv] Bump versionSutou Kouhei
https://github.com/ruby/csv/commit/5855c017ef
2020-12-27* 2020-12-27 [ci skip]git
2020-12-26doc/ractor.md: Fix indentation in code blocksMarcus Stollsteimer
Remove unnecessary indentation of code in code blocks (it is also not rendered properly in the generated HTML). Also remove an empty line.
2020-12-26[DOC] Fix typos in vm_method.cMarcus Stollsteimer
2020-12-26[DOC] Fix typo in proc.cMarcus Stollsteimer
2020-12-26methods.rdoc: Improve method definition documentationMarcus Stollsteimer
* typos, grammar, formatting * use `concrete_method` again in `regular_method` example, to better distinguish from `forwarding_method` example * clarify that leading arguments before `...` require Ruby 3.0
2020-12-26methods.rdoc: Clarify "currently" means "in 2.7" hereMarcus Stollsteimer
2020-12-26Update labels of badges [ci skip]Kazuhiro NISHIYAMA
2020-12-26Add 3.0 top sepc guardsNobuyoshi Nakada
* Needs WEBrick
2020-12-26[ruby/racc] Bump version to 1.5.2Hiroshi SHIBATA
https://github.com/ruby/racc/commit/ce0d7b9cde
2020-12-26[ruby/racc] Use Racc::VERSION for gemspecHiroshi SHIBATA
https://github.com/ruby/racc/commit/30f5760d85
2020-12-25Fix a cyclic explanationTakashi Kokubun
2020-12-26Ignore failure on unsupported fcntl to drop non-blocking modeNobuyoshi Nakada
Fixes https://github.com/ruby/ruby/pull/3723 Notes: Merged: https://github.com/ruby/ruby/pull/4000
2020-12-26Fixed leaked global symbolsNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4003
2020-12-26Reduced GitHub ActionsNobuyoshi Nakada
Moved leaked-globals before check. Notes: Merged: https://github.com/ruby/ruby/pull/4003
2020-12-26* 2020-12-26 [ci skip]git
2020-12-26Use `size_t` for `RSTRING_LEN` in String#countNobuyoshi Nakada
https://hackerone.com/reports/1042722 Notes: Merged: https://github.com/ruby/ruby/pull/4001
2020-12-25test/test_trick.rb: fixed the position to add timeoutNobuyoshi Nakada
2020-12-25Update method definition documentationzverok
* Add endless methods * Add argument forwarding ... Notes: Merged: https://github.com/ruby/ruby/pull/3997
2020-12-25Adjusted the heading level of "Block Arguments" [ci skip]Nobuyoshi Nakada