rust/src
bors 11eda66df8 Auto merge of #27197 - nwin:generic-cursor-impl, r=alexcrichton
This is a revival of #23364. Github didn’t recognize my updated branch there.

The cursor implementation now uses `AsRef` which means that fixed-sized array can now be used with `Cursor`. Besides that, the generic implementation simplifies the code as the macro can be avoided.

The only drawback is, that specialized implementation for fixed-sized arrays are now ruled out unless [RFC#1210](https://github.com/rust-lang/rfcs/pull/1210) is accepted & implemented.

`Box<[u8]>` cannot be used yet, but that should be mitigated by [implementing `AsRef` for `Box` and friends](https://internals.rust-lang.org/t/forward-implement-traits-on-smart-pointers-make-smart-pointers-more-transparent/2380/3). I will submit a separate PR for that later as it is an orthogonal issue.
2015-10-08 20:53:23 +00:00
..
compiler-rt@58ab642c30
compiletest Allow multi-digit GDB minor version numbers 2015-09-24 13:04:22 -04:00
doc Rollup merge of #28905 - tshepang:typo, r=steveklabnik 2015-10-08 13:54:04 -04:00
driver
error-index-generator
etc Tweak Travis to use GCE 2015-09-29 16:56:35 -07:00
grammar Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
jemalloc@e24a1a025a
liballoc std: Add AsRef/AsMut impls to Box/Rc/Arc 2015-10-02 08:57:48 -07:00
liballoc_jemalloc rustc: Swap link order of native libs/rust deps 2015-09-30 20:17:54 -07:00
liballoc_system
libarena
libbacktrace Clean newlines 2015-10-06 11:14:11 -04:00
libcollections doc: Mention split_whitespace in split doc 2015-10-07 00:44:55 +06:00
libcollectionstest Minor code cleanup. 2015-09-28 19:21:18 -06:00
libcore Auto merge of #28913 - steveklabnik:rollup, r=steveklabnik 2015-10-08 19:05:54 +00:00
libcoretest integer parsing should accept leading plus 2015-10-03 12:56:38 -03:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc Add PATH_MAX to liblibc's Linux bindings. 2015-09-27 21:06:54 +05:30
liblog
librand
librbml improve the tyencode abbrev format 2015-10-01 22:10:09 +03:00
librustc Auto merge of #28865 - GuillaumeGomez:patch-1, r=Manishearth 2015-10-07 10:27:31 +00:00
librustc_back Fill in some missing parts in the default HIR visitor 2015-09-29 00:23:54 +03:00
librustc_bitflags
librustc_borrowck move direct accesses of `node` to go through `as_local_node_id`, unless 2015-10-01 10:37:19 -04:00
librustc_data_structures
librustc_driver Rollup merge of #28872 - iwillspeak:master, r=Manishearth 2015-10-08 13:54:03 -04:00
librustc_front rustfmt librustc_front 2015-10-06 11:22:34 +13:00
librustc_lint Auto merge of #28779 - alexcrichton:ffi-isize-usize, r=nrc 2015-10-06 01:26:13 +00:00
librustc_llvm
librustc_mir Partially format librustc_mir with rustfmt. 2015-10-07 14:37:45 +02:00
librustc_platform_intrinsics
librustc_privacy Make calling def_id on a DefSelfTy an error; the previous defids that 2015-10-01 10:37:19 -04:00
librustc_resolve Rollup merge of #28554 - christopherdumas:E0422, r=arielb1 2015-10-02 13:07:22 +05:30
librustc_trans Add error explanation for E0515 2015-10-07 10:25:46 +02:00
librustc_typeck Fix typo in E0101 2015-10-08 19:49:37 +02:00
librustc_unicode Write a bunch of docs for char 2015-10-06 17:58:51 -04:00
librustdoc Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brson 2015-10-04 23:30:40 +00:00
libserialize Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
libstd Auto merge of #27197 - nwin:generic-cursor-impl, r=alexcrichton 2015-10-08 20:53:23 +00:00
libsyntax Add comment for the use of Ident in hash map in mtwt 2015-10-06 01:47:35 +03:00
libterm
libtest
llvm@62ad301a24 possessive its 2015-10-05 22:32:53 -04:00
rt Upgrade hoedown to 3.0.5. 2015-09-21 21:07:45 +01:00
rust-installer@c37d3747da
rustbook fixes #17017 (update padding:11px line 142 of rustbook.css) 2015-09-28 12:11:18 -05:00
rustllvm Tweak Travis to use GCE 2015-09-29 16:56:35 -07:00
test Auto merge of #28897 - steveklabnik:rollup, r=steveklabnik 2015-10-08 12:15:47 +00:00
snapshots.txt