Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/rdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.6.1
Choose a base ref
...
head repository: ruby/rdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.6.2
Choose a head ref
  • 14 commits
  • 23 files changed
  • 3 contributors

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    aaed688 View commit details
    Browse the repository at this point in the history
  2. Allow any single-word token upto 2 before C method implementation

    Previously only unknown word `intern` is allowed between a single-word
    token before a C method.  Now any single-word token, such as `inline`
    which is used for `ArithmeticSequence` in enumerator.c, is allowed
    instead.
    nobu committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3a214c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    4ac9be7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1904e90 View commit details
    Browse the repository at this point in the history
  3. Only word-ending colon separates new definition

    When followed by non-space characters, rather it looks like a URL or a
    path name on Windows.
    nobu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    72c6560 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Bump actions/deploy-pages from 2 to 3

    Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
    - [Release notes](https://github.com/actions/deploy-pages/releases)
    - [Commits](actions/deploy-pages@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/deploy-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and olleolleolle committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    86c1982 View commit details
    Browse the repository at this point in the history
  2. Bump actions/configure-pages from 3 to 4

    Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4.
    - [Release notes](https://github.com/actions/configure-pages/releases)
    - [Commits](actions/configure-pages@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/configure-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and olleolleolle committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    66241b8 View commit details
    Browse the repository at this point in the history
  3. Bump ruby/setup-ruby from 1.161.0 to 1.162.0

    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.161.0 to 1.162.0.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Commits](ruby/setup-ruby@8575951...af848b4)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and olleolleolle committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    823241e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    7a8e9a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb2523 View commit details
    Browse the repository at this point in the history
  3. [DOC] Add missing documents

    nobu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e4c9034 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7dd147 View commit details
    Browse the repository at this point in the history
  5. Add coverage task

    nobu committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    61e6ef7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Bump up v6.6.2

    hsbt committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    895f1af View commit details
    Browse the repository at this point in the history
Loading