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: rust-lang/cc-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5daf14e
Choose a base ref
...
head repository: rust-lang/cc-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1d96c83
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 4, 2024

  1. Optimize RustcCodegenFlags (#1305)

    * Optimize RustcCodegenFlags
    
    Use `&str` instead of `String`.
    
    * Fix lifetime annotations
    
    * Fix compilation
    
    * Fix lifetime in flags.rs
    
    And remove unnecessary `.into()`
    
    * Fix compilation in flags.rs: Avoid allocation in prefix handling
    
    * FIx cargo-fmt in flags.rs
    NobodyXu authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    75973f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62d8c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

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

Commits on Dec 6, 2024

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

Commits on Dec 7, 2024

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