Vadim Chugunov
f686e5ebff
Fixed Win64 build
2014-04-22 18:08:06 -07:00
Jacob Hegna
a14c34d670
Removed trailing whitespace in on line 242 in int_macros.rs and on line 156 in uint_macros.rs
2014-04-22 19:47:57 -05:00
Daniel Micay
dc7d7d2698
add support for quadruple precision floating point
...
This currently requires linking against a library like libquadmath (or
libgcc), because compiler-rt barely has any support for this and most
hardware does not yet have 128-bit precision floating point. For this
reason, it's currently hidden behind a feature gate.
When compiler-rt is updated to trunk, some tests can be added for
constant evaluation since there will be support for the comparison
operators.
Closes #13381
2014-04-22 20:47:28 -04:00
Jacob Hegna
f197e695ca
Added examples for parse_bytes(buf: &[u8], radix: uint) in int_macros.rs and uint_macros.rs
2014-04-22 19:38:27 -05:00
Nick Cameron
0540a59382
Check for unsized types in enums.
...
And allow the last field of a struct or variant to be unsized.
2014-04-23 12:30:58 +12:00
Nick Cameron
f78add10cd
Support unsized types with the type
keyword
2014-04-23 12:30:58 +12:00
Nick Cameron
c3b2f2b0c6
Add a span to ast::TyParam
2014-04-23 12:30:58 +12:00
bors
3ec3c092ee
auto merge of #13683 : aochagavia/rust/pr, r=alexcrichton
...
Replaced "len" by "length", to match the given code example.
2014-04-22 17:26:33 -07:00
Daniel Micay
b2724727d5
add volatile copy/copy_nonoverlapping/set
...
This exposes volatile versions of the memset/memmove/memcpy intrinsics.
The volatile parameter must be constant, so this can't simply be a
parameter to our intrinsics.
2014-04-22 20:15:55 -04:00
Vadim Chugunov
6619134d49
Upgrade compiler-rt
2014-04-22 15:50:51 -07:00
Vadim Chugunov
7995528dae
There are no 64-bit Windows snapshots yet, so we'll use 32-bit ones instead.
2014-04-22 15:50:50 -07:00
bors
09bfb92fdc
auto merge of #13674 : pcwalton/rust/more-str-inlines, r=alexcrichton
...
Was killing performance of selector matching in Servo.
r? @alexcrichton (or anyone)
2014-04-22 15:31:33 -07:00
bors
1e3358903d
auto merge of #13673 : bmac/rust/utorial-fix, r=alexcrichton
...
This pr updates the "Additional tutorials" link in the scope section to match the "What next?" link in the table of contents.
2014-04-22 14:21:35 -07:00
Alex Crichton
f1fb57a5cc
native: Unlink unix socket paths on drop
...
This prevents unix sockets from remaining on the system all over the place, and
more closely mirrors the behavior of libuv and windows pipes.
2014-04-22 13:24:12 -07:00
bors
16a5b3127a
auto merge of #13670 : eddyb/rust/more-de-at, r=pcwalton
2014-04-22 13:11:36 -07:00
bors
6c82eb5d4d
auto merge of #13667 : TeXitoi/rust/shootout-chameneos-redux-fix, r=alexcrichton
...
* fix official shootout test (spacing)
* use libgreen to improve performances
* simplify and modernize code
* remove warnings
2014-04-22 12:01:34 -07:00
bors
0966ee5285
auto merge of #13651 : ryantm/rust/master, r=brson
2014-04-22 10:46:32 -07:00
Thomas Backman
aa4bc89b17
Implement Show for &mut [T]
2014-04-22 19:41:02 +02:00
Eduard Burtescu
70f3409875
rustc: de-@ llvm.
2014-04-22 19:20:13 +03:00
Eduard Burtescu
637addde1f
rustc: de-@ trans::tydesc_info.
2014-04-22 19:20:13 +03:00
Eduard Burtescu
3508891b0c
rustc: remove typeck::isr_alist.
2014-04-22 19:20:13 +03:00
Eduard Burtescu
9dc99c89d3
rustc: de-@ stats.
2014-04-22 19:20:12 +03:00
Eduard Burtescu
938eaaa304
rustc: de-@ adt::Repr.
2014-04-22 19:20:12 +03:00
Eduard Burtescu
344ce17036
rustc: de-@ debuginfo.
2014-04-22 19:20:12 +03:00
Eduard Burtescu
57aa0eb0aa
rustc: de-@ middle::ty.
2014-04-22 19:20:12 +03:00
Eduard Burtescu
1e5a112922
rustc: remove ty::Impl.
2014-04-22 19:14:52 +03:00
Eduard Burtescu
8f3cfe064b
rustc: de-@ ty::type_err.
2014-04-22 19:06:56 +03:00
Eduard Burtescu
3fbc57894a
rustc: de-@ param_substs.
2014-04-22 19:06:56 +03:00
Eduard Burtescu
7b3d6afe0a
rustc: de-@ mono_id.
2014-04-22 19:06:55 +03:00
Eduard Burtescu
5fa7be659c
rustc: slightly optimize make_mono_id to not clone lots of vectors.
2014-04-22 19:06:55 +03:00
Eduard Burtescu
c709c1efc6
rustc: remove obsolete monomorphization modes.
2014-04-22 19:06:55 +03:00
Eduard Burtescu
811bbfc782
rustc: de-@ ty::ParamBounds.
2014-04-22 19:06:54 +03:00
Eduard Burtescu
1a76ac320c
rustc: de-@ trans::_match.
2014-04-22 19:06:54 +03:00
Eduard Burtescu
075ab30650
rustc: de-@ metadata::cstore.
2014-04-22 19:06:54 +03:00
Eduard Burtescu
fa33012b71
rustc: de-@ mem_categorization.
2014-04-22 19:06:54 +03:00
Eduard Burtescu
d55deaeb21
rustc: de-@ borrowck.
2014-04-22 19:06:53 +03:00
Eduard Burtescu
3683f16e9e
rustc: de-@ resolve.
2014-04-22 19:06:53 +03:00
Eduard Burtescu
2a4dd43e44
rustc: de-@ lint.
2014-04-22 19:06:53 +03:00
Eduard Burtescu
186ac7116c
rustc: de-@ freevars.
2014-04-22 19:06:52 +03:00
Eduard Burtescu
1350fbdb24
rustc: de-@ some RefCell's.
2014-04-22 19:06:43 +03:00
bors
c03d658f7e
auto merge of #13638 : alexcrichton/rust/fix-windows-tcp-timeout-bug, r=brson
...
When a uv_tcp_t is closed in libuv, it will still invoke the pending connect_cb,
and I thought that it would always call it with ECANCELED, but it turns out that
sometimes we'll get a different error code instead. Handle this case by checking
to see if the request's data is NULL and bail out if so (the timeout expired).
2014-04-22 08:41:32 -07:00
bors
92f6b925a9
auto merge of #13657 : edwardw/rust/ppaux-ice, r=alexcrichton
...
Closes #13599
2014-04-22 07:31:43 -07:00
Eduard Burtescu
f3f8a736c9
rustc: de-@ lang_items.
2014-04-22 17:18:21 +03:00
Eduard Burtescu
250ae7923f
rustc: make MemCategorizationContext immutable.
2014-04-22 17:18:21 +03:00
Eduard Burtescu
45c8cb3597
rustc: remove unused errors_reported field from regionck.
2014-04-22 17:18:21 +03:00
Eduard Burtescu
acc5c971ba
rustc: de-@ ty::AutoAdjustment.
2014-04-22 17:18:21 +03:00
Eduard Burtescu
c9bf84333d
rustc: de-@ method and vtable maps.
2014-04-22 17:18:21 +03:00
Eduard Burtescu
158d7a19b3
rustc: move the method and vtable maps into ty::ctxt.
2014-04-22 17:18:20 +03:00
Adolfo Ochagavía
f495723733
Fixed typo in tutorial
...
Replaced "len" by "length", to match the given code example.
2014-04-22 14:46:54 +01:00
bors
77303101bb
auto merge of #13583 : FlaPer87/rust/special-unsafe, r=nikomatsakis
...
This patch adds a special rule for `Unsafe<T>` and makes it `Share`
regardless of whether T is `Share`.
[breaking-change]
Closes #13125
cc @nikomatsakis
2014-04-22 06:21:33 -07:00