-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #6278
Issue 5910 dyna freeze #6278
Commits on Apr 30, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 202b8dc - Browse repository at this point
Copy the full SHA 202b8dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a7e8b - Browse repository at this point
Copy the full SHA b5a7e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a896440 - Browse repository at this point
Copy the full SHA a896440View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa48a17 - Browse repository at this point
Copy the full SHA aa48a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0c1ea - Browse repository at this point
Copy the full SHA 7a0c1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 545d51c - Browse repository at this point
Copy the full SHA 545d51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b9ad1 - Browse repository at this point
Copy the full SHA 70b9ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418f991 - Browse repository at this point
Copy the full SHA 418f991View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc21dae - Browse repository at this point
Copy the full SHA dc21daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f236b85 - Browse repository at this point
Copy the full SHA f236b85View commit details
Commits on May 1, 2013
-
correct incorrect handling of overloaded operators, exposing various …
…other bits of rot
Configuration menu - View commit details
-
Copy full SHA for 5ab33a2 - Browse repository at this point
Copy the full SHA 5ab33a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96c65a - Browse repository at this point
Copy the full SHA d96c65aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8486110 - Browse repository at this point
Copy the full SHA 8486110View commit details -
add an option to debug borrows (RUST_DEBUG_BORROW) so you can
find out where the offending borrow occurred. This ... still needs some work.
Configuration menu - View commit details
-
Copy full SHA for 4af2d90 - Browse repository at this point
Copy the full SHA 4af2d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3159335 - Browse repository at this point
Copy the full SHA 3159335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f93f2 - Browse repository at this point
Copy the full SHA 38f93f2View commit details
Commits on May 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 14bf5c4 - Browse repository at this point
Copy the full SHA 14bf5c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6b24d - Browse repository at this point
Copy the full SHA ef6b24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d231c42 - Browse repository at this point
Copy the full SHA d231c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6210de9 - Browse repository at this point
Copy the full SHA 6210de9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbaf839 - Browse repository at this point
Copy the full SHA fbaf839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f88634 - Browse repository at this point
Copy the full SHA 5f88634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ec89d - Browse repository at this point
Copy the full SHA 88ec89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4999d44 - Browse repository at this point
Copy the full SHA 4999d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc62680 - Browse repository at this point
Copy the full SHA cc62680View commit details
Commits on May 3, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9bded76 - Browse repository at this point
Copy the full SHA 9bded76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3402435 - Browse repository at this point
Copy the full SHA 3402435View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for e7d9693 - Browse repository at this point
Copy the full SHA e7d9693View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a6ea2 - Browse repository at this point
Copy the full SHA f3a6ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for be08c3e - Browse repository at this point
Copy the full SHA be08c3eView commit details
Commits on May 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 0ff8200 - Browse repository at this point
Copy the full SHA 0ff8200View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2d3c7 - Browse repository at this point
Copy the full SHA bf2d3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf2f7b - Browse repository at this point
Copy the full SHA ccf2f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 989d008 - Browse repository at this point
Copy the full SHA 989d008View commit details
Commits on May 5, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 6806900 - Browse repository at this point
Copy the full SHA 6806900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0b801 - Browse repository at this point
Copy the full SHA 0b0b801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb273e - Browse repository at this point
Copy the full SHA 6cb273eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4300d4d - Browse repository at this point
Copy the full SHA 4300d4dView commit details
Commits on May 6, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7b36e34 - Browse repository at this point
Copy the full SHA 7b36e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc62df - Browse repository at this point
Copy the full SHA 4dc62dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e235f6c - Browse repository at this point
Copy the full SHA e235f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea52a3 - Browse repository at this point
Copy the full SHA 2ea52a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0c3a4 - Browse repository at this point
Copy the full SHA 6c0c3a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f7ecc - Browse repository at this point
Copy the full SHA 84f7eccView commit details -
Use rust_try_get_task for compat with new rt, and strenghten assumpti…
…ons about borrow list
Configuration menu - View commit details
-
Copy full SHA for c50a9d5 - Browse repository at this point
Copy the full SHA c50a9d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef4e86 - Browse repository at this point
Copy the full SHA 0ef4e86View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 2e4790c - Browse repository at this point
Copy the full SHA 2e4790cView commit details
Commits on May 7, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 8b32bde - Browse repository at this point
Copy the full SHA 8b32bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce45f39 - Browse repository at this point
Copy the full SHA ce45f39View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for cd164cf - Browse repository at this point
Copy the full SHA cd164cfView commit details