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: master
Choose a base ref
...
head repository: eugals/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 32 files changed
  • 1 contributor

Commits on Sep 30, 2013

  1. created CrateTypes struct - a centralized CrateContext type cache/acc…

    …essors
    Evgeny Sologubov authored and eugals committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    12121b6 View commit details
    Browse the repository at this point in the history
  2. CrateTypes-related fixes

    Evgeny Sologubov authored and eugals committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    3c63104 View commit details
    Browse the repository at this point in the history
  3. Fixed unused imports and reformatted according to 'make check'

    eugals authored and eugals committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    c41ba1a View commit details
    Browse the repository at this point in the history
  4. cached opaque_box_type value in CrateTypes

    eugals authored and eugals committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    f661a28 View commit details
    Browse the repository at this point in the history
  5. fixed some useless code generation for glue_take, glue_drop and in si…

    …milar situation
    eugals authored and eugals committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    99d91fc View commit details
    Browse the repository at this point in the history
  6. got rid of global task_llcx which wasn't really needed and it's safer…

    … to don't have it
    eugals authored and eugals committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    f0d87fc View commit details
    Browse the repository at this point in the history
Loading