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: obi1kenobi/trustfall-rustdoc-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rustdoc-v24
Choose a base ref
...
head repository: obi1kenobi/trustfall-rustdoc-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rustdoc-v25
Choose a head ref
  • 3 commits
  • 40 files changed
  • 2 contributors

Commits on May 14, 2023

  1. Make rustdoc v25 adapter.

    obi1kenobi committed May 14, 2023
    Configuration menu
    Copy the full SHA
    fa01852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd4c9f7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Fix import resolution when local items overlap with glob imports (#172)…

    … (#178)
    
    * Add test cases for local items whose names overlap glob imports.
    
    * More test cases.
    
    * Test cases with modules, including module renames.
    
    * Add test cases around glob imports of enum variants.
    
    * Checkpoint. Quite broken.
    
    * Add test for glob shadowing with private import.
    
    * Move visibility logic to its own file.
    
    * Implement namespacing-aware shadowing.
    
    * Small bugfixes.
    
    * Glob imports with matching names of the same item don't conflict.
    
    * Cyclic glob-of-glob edge case.
    
    * Add test cases for visibility modifier causing shadowing elsewhere.
    
    * Extract common code into a function.
    
    * Better names for types and functions.
    
    * Remove debugging printouts.
    
    * Use 1.70 explicitly even though it's currently beta.
    
    * Add missing `publish = false` to test crates.
    
    * Use explicit beta Rust, 1.70 doesn't work yet.
    obi1kenobi authored May 16, 2023
    Configuration menu
    Copy the full SHA
    20c595c View commit details
    Browse the repository at this point in the history
Loading