Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
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: dlang/druntime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4e799b75ebcb
Choose a base ref
...
head repository: dlang/druntime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f48af834ba4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 4, 2015

  1. Accept identifiers instead of strings in DECLARE_ALTERNATE_NAME macro.

    Stringizing operator ('#') adds extra quotes when used with string macro argument.
    
    Causing commit: de0e1e1.
    denis-sh committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    40457fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1377 from denis-sh/fixup-pull-1363

    Accept identifiers instead of strings in `DECLARE_ALTERNATE_NAME` macro.
    rainers committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    8f48af8 View commit details
    Browse the repository at this point in the history
Loading