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: D-Programming-GDC/gcc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1cb2d1d5ce178cb68f0bd475299d2e0b25a4a756
Choose a base ref
...
head repository: D-Programming-GDC/gcc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ibuclaw/dumpspec
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 10, 2020

  1. d: Initial draft of -fdump-d-spec=

    For any input files in any language, generate corresponding bindings in
    the D programming language.  This generates variable, function, struct
    and enum declarations which may be a useful way to start writing a D
    interface to code written in some other language.
    ibuclaw committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    a43b394 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Emit location information

    ibuclaw committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    7951bf8 View commit details
    Browse the repository at this point in the history
Loading