-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nikomatsakis/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: issue-5762-objects-dralston-c
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Can’t automatically merge.
Don’t worry, you can still create the pull request.
2
contributors
Commits on Jun 20, 2013
-
WIP: Add AutoBorrowTraitObj AutoRefKind, and implement relevant adjus…
…tments This implements 1-4 from my IRC conversation with Niko: (1) add a new adjustment for objects (2) modify code-generation (what we call `trans`) to deal with that (3) modify the method code to borrow in search_for_autosliced_method() (4) modify the method code to handle the @self etc coercions I also added FIXMEs to things I wasn't sure about. Remove them if the behaviour is correct, or fixed in the future.
Configuration menu - View commit details
-
Copy full SHA for 5847475 - Browse repository at this point
Copy the full SHA 5847475View commit details -
Configuration menu - View commit details
-
Copy full SHA for af37d1a - Browse repository at this point
Copy the full SHA af37d1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 582a436 - Browse repository at this point
Copy the full SHA 582a436View commit details -
Configuration menu - View commit details
-
Copy full SHA for b635b1d - Browse repository at this point
Copy the full SHA b635b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd3fc9 - Browse repository at this point
Copy the full SHA 0bd3fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21214e - Browse repository at this point
Copy the full SHA c21214eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b92f05 - Browse repository at this point
Copy the full SHA 8b92f05View commit details
Commits on Aug 7, 2013
-
Merge remote-tracking branch 'mozilla/master' into issue-5762-objects…
…-dralston-c Conflicts: src/librustc/metadata/creader.rs src/librustc/metadata/loader.rs src/librustc/middle/astencode.rs src/librustc/middle/privacy.rs src/librustc/middle/trans/common.rs src/librustc/middle/trans/meth.rs src/librustc/middle/trans/reflect.rs src/librustc/middle/ty.rs src/librustc/middle/typeck/check/method.rs src/libsyntax/ast_map.rs src/libsyntax/attr.rs src/libsyntax/diagnostic.rs src/libsyntax/ext/pipes/mod.rs src/libsyntax/ext/trace_macros.rs src/libsyntax/ext/tt/macro_parser.rs src/libsyntax/ext/tt/macro_rules.rs src/libsyntax/parse/mod.rs src/libsyntax/parse/parser.rs src/libsyntax/print/pprust.rs
Configuration menu - View commit details
-
Copy full SHA for 1e32344 - Browse repository at this point
Copy the full SHA 1e32344View commit details
Commits on Aug 8, 2013
-
Merge remote-tracking branch 'mozilla/master' into issue-5762-objects…
…-dralston-c Conflicts: src/librustc/middle/typeck/check/method.rs
Configuration menu - View commit details
-
Copy full SHA for 5edf7be - Browse repository at this point
Copy the full SHA 5edf7beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 917b24b - Browse repository at this point
Copy the full SHA 917b24bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c821e - Browse repository at this point
Copy the full SHA f3c821eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 523d426 - Browse repository at this point
Copy the full SHA 523d426View commit details
Commits on Aug 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for d324bd5 - Browse repository at this point
Copy the full SHA d324bd5View commit details -
Correct borrowing of ~objects to account for possibility of no header,
correct cleanup of self value in method calls
Configuration menu - View commit details
-
Copy full SHA for 433342c - Browse repository at this point
Copy the full SHA 433342cView commit details
Commits on Aug 10, 2013
-
Integrate auto-borrow-obj into borrowck, cleanup some residual mess
around our treatment of mutability
Configuration menu - View commit details
-
Copy full SHA for 8ae29bf - Browse repository at this point
Copy the full SHA 8ae29bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc1ade - Browse repository at this point
Copy the full SHA fbc1adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0b1fd - Browse repository at this point
Copy the full SHA 0d0b1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5504a64 - Browse repository at this point
Copy the full SHA 5504a64View commit details -
Merge remote-tracking branch 'mozilla/master' into issue-5762-objects…
…-dralston-c Conflicts: src/librustc/middle/trans/meth.rs
Configuration menu - View commit details
-
Copy full SHA for 2e0b0eb - Browse repository at this point
Copy the full SHA 2e0b0ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for db2b2d4 - Browse repository at this point
Copy the full SHA db2b2d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3482ac - Browse repository at this point
Copy the full SHA f3482acView commit details
Commits on Aug 11, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 5786e12 - Browse repository at this point
Copy the full SHA 5786e12View commit details
There are no files selected for viewing