bors
d6d7812da8
auto merge of #11595 : eddyb/rust/env-et-self-no-more, r=nikomatsakis
...
Non-exhaustive change list:
* `self` is now present in argument lists (modulo type-checking code I don't trust myself to refactor)
* methods have the same calling convention as bare functions (including the self argument)
* the env param is gone from all bare functions (and methods), only used by closures and `proc`s
* bare functions can only be coerced to closures and `proc`s if they are statically resolved, as they now require creating a wrapper specific to that function, to avoid indirect wrappers (equivalent to `impl<..Args, Ret> Fn<..Args, Ret> for fn(..Args) -> Ret`) that might not be optimizable by LLVM and don't work for `proc`s
* refactored some `trans::closure` code, leading to the removal of `trans::glue::make_free_glue` and `ty_opaque_closure_ptr`
2014-01-27 09:31:44 -08:00
..
2014-01-12 10:35:10 +01:00
2014-01-12 10:35:10 +01:00
2014-01-12 10:35:10 +01:00
2014-01-12 10:35:10 +01:00
2014-01-12 10:35:10 +01:00
2014-01-12 10:35:10 +01:00
2014-01-12 10:35:10 +01:00
2014-01-04 14:44:12 -08:00
2014-01-17 10:18:39 -05:00
2014-01-23 14:44:28 -05:00
2014-01-04 14:44:12 -08:00
2014-01-11 10:46:00 +11:00
2014-01-11 10:46:00 +11:00
2014-01-04 14:44:12 -08:00
2014-01-10 19:01:51 -08:00
2014-01-17 10:18:39 -05:00
2014-01-11 10:46:00 +11:00
2014-01-23 14:44:28 -05:00
2014-01-07 18:49:13 -08:00
2014-01-11 10:46:00 +11:00
2014-01-11 10:46:00 +11:00
2014-01-17 10:18:39 -05:00
2014-01-11 10:46:00 +11:00
2014-01-27 14:31:24 +02:00
2014-01-16 12:20:59 -08:00
2014-01-07 18:49:13 -08:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-27 15:28:04 +11:00
2014-01-11 10:46:00 +11:00
2014-01-12 10:35:10 +01:00
2014-01-12 10:35:10 +01:00
2014-01-11 10:46:00 +11:00
2014-01-11 10:46:00 +11:00
2014-01-10 17:57:02 -08:00
2014-01-12 10:35:10 +01:00
2014-01-11 10:46:00 +11:00
2014-01-16 15:01:48 -08:00
2014-01-16 15:01:48 -08:00
2014-01-27 09:02:22 -05:00
2014-01-11 10:46:00 +11:00
2014-01-04 14:44:12 -08:00
2014-01-13 22:34:50 +11:00
2014-01-12 10:35:10 +01:00
2014-01-11 10:46:00 +11:00
2014-01-11 10:46:00 +11:00
2014-01-13 22:34:50 +11:00
2014-01-11 10:46:00 +11:00
2014-01-13 14:45:21 -08:00
2014-01-12 10:35:10 +01:00
2014-01-27 14:31:24 +02:00
2014-01-09 15:53:44 -05:00
2014-01-18 10:46:32 -08:00
2014-01-11 10:46:00 +11:00
2014-01-07 23:51:37 -08:00
2014-01-18 10:58:01 -08:00
2014-01-07 18:49:13 -08:00
2014-01-07 18:49:13 -08:00
2014-01-11 14:21:59 -05:00
2014-01-11 14:21:59 -05:00
2014-01-11 14:21:59 -05:00
2014-01-11 14:21:59 -05:00
2014-01-11 14:21:59 -05:00
2014-01-11 14:21:59 -05:00
2014-01-11 14:21:59 -05:00
2014-01-11 14:21:59 -05:00
2014-01-11 14:21:59 -05:00
2014-01-12 13:54:36 -05:00
2014-01-26 11:03:13 -08:00
2014-01-26 14:42:53 -05:00
2014-01-06 21:28:49 +01:00
2014-01-21 21:58:48 +11:00
2014-01-27 14:31:24 +02:00
2014-01-13 19:45:34 +01:00
2014-01-17 20:10:47 -08:00
2014-01-18 16:32:33 -08:00
2014-01-16 15:01:48 -08:00
2014-01-27 09:02:22 -05:00
2014-01-11 10:46:00 +11:00
2014-01-12 10:35:10 +01:00
2014-01-11 10:46:00 +11:00
2014-01-11 10:46:00 +11:00
2014-01-16 15:01:48 -08:00
2014-01-23 14:44:28 -05:00
2014-01-26 11:03:13 -08:00
2014-01-26 11:03:13 -08:00
2014-01-09 16:05:34 -08:00
2014-01-09 15:53:44 -05:00
2014-01-11 10:46:00 +11:00
2014-01-11 10:46:00 +11:00
2014-01-13 14:45:21 -08:00
2014-01-04 14:44:14 -08:00
2014-01-12 10:35:10 +01:00
2014-01-18 16:32:33 -08:00
2014-01-11 10:46:00 +11:00
2014-01-07 18:49:13 -08:00
2014-01-12 02:26:04 +02:00
2014-01-11 10:46:00 +11:00
2014-01-13 22:34:50 +11:00
2014-01-26 10:37:08 -08:00
2014-01-05 21:36:53 -05:00
2014-01-24 08:35:39 -08:00
2014-01-27 14:31:24 +02:00
2014-01-12 10:35:10 +01:00
2014-01-11 10:46:00 +11:00
2014-01-19 18:48:20 +11:00
2014-01-11 10:46:00 +11:00
2014-01-13 14:45:21 -08:00
2014-01-11 10:46:00 +11:00
2014-01-13 20:51:49 -05:00
2014-01-11 10:46:00 +11:00
2014-01-11 10:46:00 +11:00
2014-01-26 11:03:13 -08:00
2014-01-23 14:44:28 -05:00