Alex Crichton
9998052e21
rollup merge of #17722 : jakub-/issue-17169
2014-10-02 14:51:10 -07:00
Alex Crichton
fba72d3825
rollup merge of #17721 : jakub-/resolved-issues
2014-10-02 14:51:05 -07:00
Alex Crichton
2bb44554de
rollup merge of #17720 : ben0x539/shifts
2014-10-02 14:50:49 -07:00
Alex Crichton
005ae8e3dd
rollup merge of #17717 : steveklabnik/gh17190
2014-10-02 14:50:46 -07:00
Alex Crichton
6adeb6a4a3
rollup merge of #17708 : bnoordhuis/fix-ctags-makefile-target
2014-10-02 14:50:37 -07:00
Alex Crichton
182044b425
rollup merge of #17706 : thestinger/supp
2014-10-02 14:50:35 -07:00
Alex Crichton
f40767a1a7
rollup merge of #17705 : thestinger/realloc
2014-10-02 14:50:32 -07:00
Alex Crichton
d596aa25e1
rollup merge of #17702 : nick29581/enable-dots-test
2014-10-02 14:50:30 -07:00
Alex Crichton
6ee3c2854f
rollup merge of #17698 : jistr/guide_export
2014-10-02 14:50:27 -07:00
Alex Crichton
979f7cd7d7
rollup merge of #17695 : steveklabnik/various_docs
2014-10-02 14:50:24 -07:00
Alex Crichton
67717b61e6
rollup merge of #17686 : lucidd/fix
2014-10-02 14:50:21 -07:00
Alex Crichton
dd0c786d33
rollup merge of #17682 : nodakai/librustc-handy-version
2014-10-02 14:50:18 -07:00
Alex Crichton
51820b610e
rollup merge of #17646 : bkoropoff/cast-ice
2014-10-02 14:50:08 -07:00
Alex Crichton
8bb5a674a4
rollup merge of #16993 : dschatzberg/items-bounds
2014-10-02 14:49:42 -07:00
Alex Crichton
4c8d0334ee
rollup merge of #17719 : alexcrichton/diagnose
2014-10-02 14:49:29 -07:00
Alex Crichton
b58f77e234
rollup merge of #17715 : aturon/revert-slice-ops-libs
2014-10-02 14:49:26 -07:00
Jakub Wieczorek
52d2f2a938
Add tests for a few resolved issues
2014-10-02 22:21:50 +02:00
Alex Crichton
53cdaa58d3
std: Help diagnose a flaky test
...
This test has recently been failing on the bots, and I'm not entirely sure why.
I haven't been able to reproduce locally or on the bots, so I'm adding some
messages to help diagnose the problem hopefully.
2014-10-02 13:14:14 -07:00
Jakub Wieczorek
f2973f63a3
Fix cross-crate tuple structs in statics
...
Fixes #17169 .
Fixes #17649 .
2014-10-02 21:31:06 +02:00
Benjamin Herr
af633ce157
native: fix passing errno to parent after fork
...
The bitshifts were wrong in that they invoked undefined behavior and
only passed the lower byte of the presumed-to-be-32bit errno value.
Apparently all actually possible values for errno happen to be easily
under 256, so this didn't cause any actual problems.
This commit fixes the bitshifts, but doesn't generalize to errno types
that aren't 32bit.
2014-10-02 21:16:37 +02:00
Daniel Micay
8d7274b31e
alloc: fix reallocate_inplace implementation
...
The returned size is the new real size of the allocation.
2014-10-02 15:13:34 -04:00
Steve Klabnik
85a8b92b51
extra comment about macros
...
Fixes #17190
2014-10-02 15:12:27 -04:00
Steve Klabnik
16cca6dbad
I am bad at math
2014-10-02 15:07:44 -04:00
Aaron Turon
d2ea0315e0
Revert "Use slice syntax instead of slice_to, etc."
...
This reverts commit 40b9f5ded5
.
2014-10-02 11:48:07 -07:00
Aaron Turon
c0c6c89589
Revert "Remove the _
suffix from slice methods."
...
This reverts commit df2f1fa768
.
2014-10-02 11:47:58 -07:00
Aaron Turon
7bf56df4c8
Revert "Put slicing syntax behind a feature gate."
...
This reverts commit 95cfc35607
.
2014-10-02 11:47:51 -07:00
Aaron Turon
2f365ffdad
Revert "Review and rebasing changes"
...
This reverts commit 6e0611a487
.
2014-10-02 11:47:38 -07:00
Dan Schatzberg
49e593c3d6
Add fixes for new lifetime bounds
2014-10-02 14:06:31 -04:00
bors
b2d4eb186e
auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichton
...
Removes an unnecessary allocation when passing the command line arguments to the librustc driver.
2014-10-02 15:57:19 +00:00
Dan Schatzberg
0c63a4a4f5
Add tests for MoveItems
2014-10-02 11:23:06 -04:00
Dan Schatzberg
f14cb96b07
Use RawPtr::offset when size_of::<T>() > 0
2014-10-02 11:22:05 -04:00
Dan Schatzberg
4184396f28
Add lifetime bounds on Items and MutItems.
...
This also requires a fix for Vec's MoveItems. This resolves issue #16941
2014-10-02 11:22:05 -04:00
bors
b419e9e739
auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakis
...
Fixes #17662 .
2014-10-02 13:22:21 +00:00
bors
84a4a07bbd
auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakis
...
This was originally part of #17215 .
Closes #15506 .
Closes #15630 .
Closes #17263 .
This also partially implements #15838 .
2014-10-02 11:32:25 +00:00
Daniel Micay
618e41874a
remove the uv_support code
2014-10-02 05:05:12 -04:00
Daniel Micay
7b3eb43232
rm libuv-auto-clean-trigger
2014-10-02 05:04:11 -04:00
Daniel Micay
497b6354e4
rm obsolete valgrind suppressions
2014-10-02 05:01:10 -04:00
bors
dd7f00de80
auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichton
...
cc #17627
2014-10-02 08:12:19 +00:00
Nick Cameron
45fd7cd359
Enable a test for .. in range patterns.
2014-10-02 17:35:20 +13:00
bors
07b2c1be9d
auto merge of #17620 : nick29581/rust/slice4, r=aturon
...
cc @aturon
r? anyone?
2014-10-02 03:07:17 +00:00
P1start
02c6ebde7e
Change the use of moved value
error to be more accurate
...
Previously it output `partially moved` to eagerly. This updates it to be more
accurate and output `collaterally moved` for use of values that were invalidated
by moves out of different fields in the same struct.
Closes #15630 .
2014-10-02 15:51:05 +13:00
Nick Cameron
6e0611a487
Review and rebasing changes
2014-10-02 14:50:22 +13:00
Ben Noordhuis
9115a7353c
Fix make TAGS.vi
target
...
Remove superfluous parentheses from the CTAGS_LOCATIONS expression.
Fixes the following error when executing `make TAGS.vi`:
/bin/sh: -c: line 0: syntax error near unexpected token `)'
2014-10-02 03:34:14 +02:00
bors
d53874eccf
auto merge of #17381 : tbu-/rust/pr_mapinplace2, r=aturon
...
Additionally, support zero-sized types.
Now there isn't a safe interface of `PartialVec` anymore, it's just a bare data structure with destructor that assumes you handled everything correctly before.
2014-10-02 01:22:20 +00:00
Nick Cameron
95cfc35607
Put slicing syntax behind a feature gate.
...
[breaking-change]
If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate.
2014-10-02 13:23:36 +13:00
Nick Cameron
df2f1fa768
Remove the _
suffix from slice methods.
...
Deprecates slicing methods from ImmutableSlice/MutableSlice in favour of slicing syntax or the methods in Slice/SliceMut.
Closes #17273 .
2014-10-02 13:19:45 +13:00
Nick Cameron
40b9f5ded5
Use slice syntax instead of slice_to, etc.
2014-10-02 13:19:45 +13:00
P1start
35ff2def5d
Clarify some borrowck errors
...
Closes #17263 .
2014-10-02 11:21:59 +13:00
P1start
36b85025df
Add an explanatory note when calling a closure via &
...
Closes #15506 .
2014-10-02 11:09:29 +13:00
P1start
a8577be6f4
Output a note when lifetimes cannot be elided from functions
2014-10-02 11:09:29 +13:00