Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 5910 dyna freeze #6283

Closed

Commits on Apr 30, 2013

  1. adapt to snapshot

    nikomatsakis committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    202b8dc View commit details
    Browse the repository at this point in the history
  2. desnapshot

    nikomatsakis committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    b5a7e8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a896440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa48a17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a0c1ea View commit details
    Browse the repository at this point in the history
  6. rustc: remove modes

    nikomatsakis committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    545d51c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70b9ad1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    418f991 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc21dae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f236b85 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

  1. Configuration menu
    Copy the full SHA
    5ab33a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96c65a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8486110 View commit details
    Browse the repository at this point in the history
  4. add an option to debug borrows (RUST_DEBUG_BORROW) so you can

    find out where the offending borrow occurred. This ... still needs
    some work.
    nikomatsakis committed May 1, 2013
    Configuration menu
    Copy the full SHA
    4af2d90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3159335 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38f93f2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2013

  1. Configuration menu
    Copy the full SHA
    14bf5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef6b24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d231c42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6210de9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbaf839 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f88634 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88ec89d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4999d44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc62680 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2013

  1. move @mut into scope_info

    nikomatsakis committed May 3, 2013
    Configuration menu
    Copy the full SHA
    9bded76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3402435 View commit details
    Browse the repository at this point in the history
  3. Correct mismatch between the way that pattern ids and expression ids …

    …map to types (pattern ids map to the input type, expression ids map to the output type)
    nikomatsakis committed May 3, 2013
    Configuration menu
    Copy the full SHA
    e7d9693 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3a6ea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be08c3e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2013

  1. Configuration menu
    Copy the full SHA
    0ff8200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf2d3c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf2f7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    989d008 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2013

  1. Configuration menu
    Copy the full SHA
    6806900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0b801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cb273e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-…

    …freeze
    
    Conflicts:
    	src/libcore/core.rc
    	src/libcore/hashmap.rs
    	src/libcore/num/f32.rs
    	src/libcore/num/f64.rs
    	src/libcore/num/float.rs
    	src/libcore/num/int-template.rs
    	src/libcore/num/num.rs
    	src/libcore/num/strconv.rs
    	src/libcore/num/uint-template.rs
    	src/libcore/ops.rs
    	src/libcore/os.rs
    	src/libcore/prelude.rs
    	src/libcore/rt/mod.rs
    	src/libcore/unstable/lang.rs
    	src/librustc/driver/session.rs
    	src/librustc/middle/astencode.rs
    	src/librustc/middle/borrowck/check_loans.rs
    	src/librustc/middle/borrowck/gather_loans.rs
    	src/librustc/middle/borrowck/loan.rs
    	src/librustc/middle/borrowck/preserve.rs
    	src/librustc/middle/liveness.rs
    	src/librustc/middle/mem_categorization.rs
    	src/librustc/middle/region.rs
    	src/librustc/middle/trans/base.rs
    	src/librustc/middle/trans/inline.rs
    	src/librustc/middle/trans/reachable.rs
    	src/librustc/middle/typeck/check/_match.rs
    	src/librustc/middle/typeck/check/regionck.rs
    	src/librustc/util/ppaux.rs
    	src/libstd/arena.rs
    	src/libstd/ebml.rs
    	src/libstd/json.rs
    	src/libstd/serialize.rs
    	src/libstd/std.rc
    	src/libsyntax/ast_map.rs
    	src/libsyntax/parse/parser.rs
    	src/test/compile-fail/borrowck-uniq-via-box.rs
    	src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs
    	src/test/run-pass/borrowck-nested-calls.rs
    nikomatsakis committed May 5, 2013
    Configuration menu
    Copy the full SHA
    4300d4d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2013

  1. Configuration menu
    Copy the full SHA
    7b36e34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc62df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e235f6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ea52a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c0c3a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84f7ecc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c50a9d5 View commit details
    Browse the repository at this point in the history
  8. Replace NOTE with FIXME

    nikomatsakis committed May 6, 2013
    Configuration menu
    Copy the full SHA
    0ef4e86 View commit details
    Browse the repository at this point in the history
  9. 3 Configuration menu
    Copy the full SHA
    2e4790c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2013

  1. Configuration menu
    Copy the full SHA
    8b32bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce45f39 View commit details
    Browse the repository at this point in the history
  3. 3 Configuration menu
    Copy the full SHA
    cd164cf View commit details
    Browse the repository at this point in the history
  4. 5 Configuration menu
    Copy the full SHA
    39a1190 View commit details
    Browse the repository at this point in the history