summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-28[ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun
Just forgotten in https://github.com/ruby/irb/commit/a5804c3560bb1de3ea8e40002635bff87f6a2825 https://github.com/ruby/irb/commit/e42e548793
2020-12-28[ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun
This is to prevent a yellow-mixed output for ActiveSupport::TimeWithZone. Follows up https://github.com/ruby/irb/pull/159 and https://github.com/ruby/ruby/pull/3967. https://github.com/ruby/irb/commit/a5804c3560bb1de3ea8e40002635bff87f6a2825
2020-12-28irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2020-12-28Update help of sync-default-gemsTakashi Kokubun
2020-12-28[ruby/irb] Fix failing testsTakashi Kokubun
https://github.com/ruby/irb/commit/7723ade899
2020-12-28[ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun
https://github.com/ruby/irb/commit/b4df0fd8b2
2020-12-28[ruby/irb] Enhance colored inspect outputTakashi Kokubun
https://github.com/ruby/irb/commit/dffcdb5269
2020-12-29Fix compile error of sockssocketMasaki Matsushita
The patch is provided by PhobosK (Phobos Kappa). This should be backported to Ruby 3.0. [Feature #17187]
2020-12-29* 2020-12-29 [ci skip]git
2020-12-29[ruby/bigdecimal] Refactor to decompose VpNewVarArg into small functionsKenta Murata
https://github.com/ruby/bigdecimal/commit/7504871c48
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