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-community/libdparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.2
Choose a base ref
...
head repository: dlang-community/libdparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.24.0
Choose a head ref
  • 12 commits
  • 11 files changed
  • 5 contributors

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    3e7dd86 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    1065837 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add support for declarations in switch expressions (#505)

    Co-authored-by: Jan Jurzitza <gh@webfreak.org>
    Mai-Lapyst and WebFreak001 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    96a42a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    4a9090d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. add Token.toString implementation

    for neater debug printing
    WebFreak001 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    885bc29 View commit details
    Browse the repository at this point in the history
  2. make getTokensForParser return non-const

    since data is allocated with an appender that is not cleared, GC owns
    the memory and may be modified by the user if they wish to.
    
    Can still be used in all places where const was used before.
    WebFreak001 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    63556f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    7a9f7b6 View commit details
    Browse the repository at this point in the history
  2. Add missing tests

    zyebytevt authored and WebFreak001 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    1ac9761 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Use @trusted qualifier cast

    Needed for dlang/dmd#16315.
    ntrel authored and WebFreak001 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cc368ca View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Fix NamedtemplateArgumentList documentation

    Axel Ricard authored and WebFreak001 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ddddc86 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix whileStatement documentation

    Axel Ricard authored and WebFreak001 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f44d631 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix documentation generation

    Axel Ricard authored and WebFreak001 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    92df030 View commit details
    Browse the repository at this point in the history
Loading