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: NixOS/nixpkgs
base: 7fae12010be5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c6a1412132b6
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 1, 2019

  1. rund: init at version 1.0.0

    Adding a D Programming Language Compiler Wrapper tool that runs and caches D programs.  This is an alternative to the existing `rdmd` tool.  It's a rewrite that leverages a new compiler feature that allows it to run the compiler once instead of having to run it twice like `rdmd` does.  I decided to create a new tool rather than trying to support both older and new compilers in the same tool.  It also introduces new features like "Source Compiler Directives" which allow D Language source files to contain compiler configuration such as import paths, environment variables, etc.
    marler8997 authored and Lassulus committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    c6a1412 View commit details
    Browse the repository at this point in the history