rust/src
bors 265a23320d Auto merge of #21677 - japaric:no-range, r=alexcrichton
Note: Do not merge until we get a newer snapshot that includes #21374

There was some type inference fallout (see 4th commit) because type inference with `a..b` is not as good as with `range(a, b)` (see #21672).

r? @alexcrichton
2015-01-29 16:28:52 +00:00
..
compiler-rt@58ab642c30 Updated compiler-rt 2015-01-09 18:38:30 +02:00
compiletest s/Show/Debug/g 2015-01-29 07:49:02 -05:00
doc Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
driver Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
etc Rollup merge of 21643 - semarie:break-local_stage0, r=brson 2015-01-29 03:17:16 +05:30
grammar cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
jemalloc@b001609960
liballoc Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
libarena for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
libbacktrace
libcollections s/Show/Debug/g 2015-01-29 07:49:02 -05:00
libcore Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
libcoretest s/Show/Debug/g 2015-01-29 07:49:02 -05:00
libflate for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
libfmt_macros Rollup merge of 21681 - japaric:no-warn, r=alexcrichton 2015-01-29 03:14:35 +05:30
libgetopts s/Show/Debug/g 2015-01-29 07:49:02 -05:00
libgraphviz s/Show/Debug/g 2015-01-29 07:49:02 -05:00
liblibc Rollup merge of #21640 - retep998:rmdir, r=alexcrichton 2015-01-29 03:04:10 +05:30
liblog s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librand s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librbml s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librustc Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
librustc_back Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
librustc_bitflags s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librustc_borrowck s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librustc_driver s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librustc_llvm s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librustc_privacy Merge remote-tracking branch 'rust-lang/master' 2015-01-26 15:42:32 -08:00
librustc_resolve s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librustc_trans Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
librustc_typeck s/Show/Debug/g 2015-01-29 07:49:02 -05:00
librustdoc s/Show/Debug/g 2015-01-29 07:49:02 -05:00
libserialize Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
libstd Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
libsyntax Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
libterm s/Show/Debug/g 2015-01-29 07:49:02 -05:00
libtest Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
libunicode s/Show/Debug/g 2015-01-29 07:49:02 -05:00
llvm@b820135911 Redo Segmented stack support for DragonFly 2015-01-18 08:25:52 +01:00
rt rt: Remove libtime wrappers 2015-01-19 23:05:10 +09:00
rust-installer@e577c97b49 Fix revert of rust-installer 2015-01-09 10:19:30 -08:00
rustbook Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
rustllvm Better inline assembly errors 2015-01-22 19:43:39 +01:00
test Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
snapshots.txt register snaphots 2015-01-29 07:49:02 -05:00