| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-28 | [ruby/irb] Remove unnecessary ignore_error in dispatch_seq | Takashi 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 inspect | Takashi 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-28 | irb: add more syntax errors colorizing support (#3967) | Nobuhiro IMAI | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2020-12-28 | Update help of sync-default-gems | Takashi Kokubun | |
| 2020-12-28 | [ruby/irb] Fix failing tests | Takashi Kokubun | |
| https://github.com/ruby/irb/commit/7723ade899 | |||
| 2020-12-28 | [ruby/irb] Add color_printer.rb to gemspec | Takashi Kokubun | |
| https://github.com/ruby/irb/commit/b4df0fd8b2 | |||
| 2020-12-28 | [ruby/irb] Enhance colored inspect output | Takashi Kokubun | |
| https://github.com/ruby/irb/commit/dffcdb5269 | |||
| 2020-12-29 | Fix compile error of sockssocket | Masaki 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 functions | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/7504871c48 | |||
| 2020-12-29 | [ruby/bigdecimal] Reduce needless object allocation in f_BigDecimal | Kenta 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 VpNewVarArg | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/741fb3e00f | |||
| 2020-12-28 | Adjusted styles [ci skip] | Nobuyoshi Nakada | |
| 2020-12-28 | Adjusted indents [ci skip] | Nobuyoshi Nakada | |
| 2020-12-28 | [ruby/drb] Removed needless files from Gem::Specification#files | Hiroshi SHIBATA | |
| https://github.com/ruby/drb/commit/61c49af71b | |||
| 2020-12-28 | [ruby/pp] Removed needless files from Gem::Specification#files | Hiroshi SHIBATA | |
| https://github.com/ruby/pp/commit/272d4befeb | |||
| 2020-12-28 | [ruby/pp] Drop to support < Ruby 2.7 | Hiroshi SHIBATA | |
| https://github.com/ruby/pp/commit/e92228964b | |||
| 2020-12-28 | Bypass check for warning_category on internal calls | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4009 | |||
| 2020-12-28 | Suppress too big exponent warnings | Nobuyoshi Nakada | |
| 2020-12-27 | doc/ractor.md: Fix indentation | Marcus 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-27 | Language tweaks to Fiber [doc] | Marc-Andre Lafortune | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3995 | |||
| 2020-12-28 | Dup kwrest hash when merging other keyword arguments [Bug #17481] | Nobuyoshi Nakada | |
| 2020-12-28 | * 2020-12-28 [ci skip] | git | |
| 2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
| 2020-12-27 | Update to ruby/mspec@a40a674 | Benoit Daloze | |
| 2020-12-27 | Do not include external library sources into packages | Nobuyoshi Nakada | |
| 2020-12-27 | Limit bactrace length from Exception#full_message | Nobuyoshi Nakada | |
| 2020-12-27 | Get rid of inconsistent dll linkages against vcpkg readline | Nobuyoshi Nakada | |
| 2020-12-27 | Removed declarations conflicting on MinGW | Nobuyoshi Nakada | |
| 2020-12-27 | win32: Removed never used/worked functions | Nobuyoshi 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-27 | win32: Declared wait and fixed the return type | Nobuyoshi Nakada | |
| 2020-12-27 | Ignore symbols declared in the platform header | Nobuyoshi Nakada | |
| 2020-12-27 | Ignore objects from the "missing" directory | Nobuyoshi Nakada | |
| 2020-12-27 | Get rid of \K for old BASERUBYs which have a bug in String#scan | Nobuyoshi Nakada | |
| 2020-12-27 | Exclude entry points | Nobuyoshi Nakada | |
| 2020-12-27 | Support AC_FUNC_MEMCMP | Nobuyoshi Nakada | |
| 2020-12-27 | Check leaked global symbols under more various conditions | Nobuyoshi 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 version | Sutou Kouhei | |
| https://github.com/ruby/csv/commit/5855c017ef | |||
| 2020-12-27 | * 2020-12-27 [ci skip] | git | |
| 2020-12-26 | doc/ractor.md: Fix indentation in code blocks | Marcus 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.c | Marcus Stollsteimer | |
| 2020-12-26 | [DOC] Fix typo in proc.c | Marcus Stollsteimer | |
| 2020-12-26 | methods.rdoc: Improve method definition documentation | Marcus 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-26 | methods.rdoc: Clarify "currently" means "in 2.7" here | Marcus Stollsteimer | |
| 2020-12-26 | Update labels of badges [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-12-26 | Add 3.0 top sepc guards | Nobuyoshi Nakada | |
| * Needs WEBrick | |||
| 2020-12-26 | [ruby/racc] Bump version to 1.5.2 | Hiroshi SHIBATA | |
| https://github.com/ruby/racc/commit/ce0d7b9cde | |||
