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/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ae98ebfcb
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15aa15b03
Choose a head ref
  • 16 commits
  • 28 files changed
  • 7 contributors

Commits on Jul 12, 2017

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

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    2f07eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93e62b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    678d377 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

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

Commits on Jul 18, 2017

  1. Fix LLVM assertion when a weak symbol is defined in global_asm.

    This change will fix the issue from
    rust-embedded/svd2rust#130
    pftbest committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    9b8c223 View commit details
    Browse the repository at this point in the history
  2. Fix in weak_count in Arc.

    In the case the weak count was locked, the weak_count function could
    return usize::MAX. We need to test this condition manually.
    jhjourdan committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    49edaf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

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

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    077dead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e5416 View commit details
    Browse the repository at this point in the history
  3. Auto merge of #43368 - Aaronepower:patch-3, r=alexcrichton

    Update release notes for 1.19.0
    
    This is just #42503 there is some problems with submodules I can't seem to fix so I just created a new PR.
    bors committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    cc80053 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Auto merge of #43183 - michaelwoerister:internalize-symbols-without-l…

    …lvm, r=eddyb
    
    trans: Internalize symbols without relying on LLVM
    
    This PR makes the compiler use the information gather by the trans collector in order to determine which symbols/trans-items can be made internal. This has the advantages:
    + of being LLVM independent,
    + of also working in incremental mode, and
    + of allowing to not keep all LLVM modules in memory at the same time.
    
    This is in preparation for fixing issue #39280.
    
    cc @rust-lang/compiler
    bors committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    e3c8433 View commit details
    Browse the repository at this point in the history
  2. Auto merge of #43318 - jhjourdan:jh/fix_weak_cound_MAX, r=alexcrichton

    Fix in weak_count in Arc in the case the weak count is locked.
    
    In the case the weak count was locked, the weak_count function could
    return usize::MAX. We need to test this condition manually.
    bors committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    d361efa View commit details
    Browse the repository at this point in the history
  3. Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090b

    rust-lang/cargo#4123 added the [patch] section of the manifest
    SimonSapin committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    b77ff24 View commit details
    Browse the repository at this point in the history
  4. Auto merge of #43313 - pftbest:fix_asm, r=alexcrichton

    [LLVM] Fix an assertion when a weak symbol is defined in global_asm.
    
    This change will fix the issue from
    rust-embedded/svd2rust#130
    
    cc @japaric
    r? @alexcrichton
    bors committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    6c94965 View commit details
    Browse the repository at this point in the history
  5. Auto merge of #43319 - SimonSapin:cargoup, r=alexcrichton

    Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090b
    
    rust-lang/cargo#4123 added the `[patch]` section of the manifest
    bors committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    15aa15b View commit details
    Browse the repository at this point in the history
Loading