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: dlang/dmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d2c4a6893b23
Choose a base ref
...
head repository: dlang/dmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c4417966b05d
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 9, 2015

  1. Refactor: remove unneeded uses of reliesOnTident

    The removed part was workaround code for the incomplete semantic analysis
    process in ancient. If `reliesOnTident(t)` returns true, it means that
    `t->semantic()` is yet not called.
    
    Rather such the case is a bug in current forward reference resolution
    mechanism, and the loose check code is not necessary anymore.
    9rnsr committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    ea7e712 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2015

  1. Merge pull request #5176 from 9rnsr/refactor_use_of_reliesOnTident

    Refactor: remove unneeded uses of reliesOnTident
    9rnsr committed Oct 11, 2015
    Configuration menu
    Copy the full SHA
    c441796 View commit details
    Browse the repository at this point in the history
Loading