]> git.lizzy.rs Git - rust.git/commit
auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 31 Oct 2013 01:31:26 +0000 (18:31 -0700)
committerbors <bors@rust-lang.org>
Thu, 31 Oct 2013 01:31:26 +0000 (18:31 -0700)
commitf73a48e9fd6c214976888d8583fb87de55dd05d8
tree2b831b569632c393f36c3fccfc20ca8ba4f87b0f
parent6789a77fa02b5f7c3f9ca0261a5387a951d23caf
parent54f4dcd76aafe33c553f6b58fe3e808f055465e1
auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton

- `begin_unwind` and `fail!` is now generic over any `T: Any + Send`.
- Every value you fail with gets boxed as an `~Any`.
- Because of implementation issues, `&'static str` and `~str` are still
  handled specially behind the scenes.
- Changed the big macro source string in libsyntax to a raw string
  literal, and enabled doc comments there.