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: cc-v1.1.0
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: cc-v1.1.5
Choose a head ref
  • 13 commits
  • 14 files changed
  • 5 contributors

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    c00b52f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53e8df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b368d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25bee03 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. clippy: Fix doc_lazy_continuation lints (#1153)

    This makes ordered and unordered lists within markdown easier
    to read.
    waywardmonkeys authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d460056 View commit details
    Browse the repository at this point in the history
  2. Fix typos (#1152)

    waywardmonkeys authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d010d56 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    a412806 View commit details
    Browse the repository at this point in the history
  2. Reduce msrv to 1.63 (#1158)

    * Reduce msrv to 1.63
    
    * Update main.yml
    NobodyXu authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    3ee8c48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4255e9a View commit details
    Browse the repository at this point in the history
  4. Support compiling on wasm targets (Supersede #1068) (#1160)

    * Don't throw compiler error for wasm targets
    
    * Don't throw compiler error for wasm targets
    
    * Fix attr syntax error
    
    * Add unimplemented path for pipe error match for wasm target
    
    * Replace `unimplemented!` with `panic!`
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    
    * Add CI check for wasm
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    
    * Fix CI
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    
    * Fix clippy warning on wasm
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    
    ---------
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    Co-authored-by: Josiah Savary <hello@jsavary.com>
    NobodyXu and jozanza authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    184d212 View commit details
    Browse the repository at this point in the history
  5. chore: release (#1161)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    1f82ef0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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