rust/src
bors 228afd7251 Auto merge of #30807 - kolloch:patch-1, r=steveklabnik
When I read the book, the following sentence of the reference documentation helped me greatly to understand slices:

"Slices are a view into a block of memory represented as a pointer and a length."

In this commit, I tried to integrate the gist of that into the slice section inside of "primitive-types.md". I am not a native speaker, so feel very free to improve the wording.

r? @steveklabnik
2016-01-23 07:44:17 +00:00
..
compiler-rt@b6087e82ba
compiletest
doc Auto merge of #30807 - kolloch:patch-1, r=steveklabnik 2016-01-23 07:44:17 +00:00
driver
error-index-generator
etc etc: Remove old num/libc generation code 2016-01-21 14:48:18 -08:00
grammar
jemalloc@e24a1a025a Downgrade bundled jemalloc version 2016-01-20 09:38:16 -08:00
liballoc Auto merge of #31043 - shahn:arc_weak, r=alexcrichton 2016-01-21 17:11:13 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Implement error::Error and fmt::Display for string::ParseError 2016-01-22 14:01:29 -05:00
libcollectionstest Make btree_set::{IntoIter, Iter, Range} covariant 2016-01-18 07:53:12 -05:00
libcore Auto merge of #31116 - bluss:expect-out-cold, r=alexcrichton 2016-01-23 00:33:23 +00:00
libcoretest Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton 2016-01-22 19:00:15 +00:00
libflate
libfmt_macros
libgetopts
libgraphviz std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
liblibc@af77843345 updating the libc dependency to pull in build breaker fixes 2016-01-21 10:05:27 -08:00
liblog
librand
librbml manual fixups 2016-01-19 14:39:23 +13:00
librustc Auto merge of #31087 - nikomatsakis:incr-comp-fulfillment-cache, r=arielb1 2016-01-22 17:09:37 +00:00
librustc_back Fix LLVM default CPU on powerpc64 and powerpc64le 2016-01-17 19:45:10 +00:00
librustc_bitflags
librustc_borrowck Auto merge of #30964 - GuillaumeGomez:patch-5, r=Manishearth 2016-01-17 22:51:11 +00:00
librustc_data_structures [MIR] Promote temps to alloca on multi-assignment 2016-01-21 19:01:43 +02:00
librustc_driver move more checks out of librustc 2016-01-21 10:52:37 +01:00
librustc_front Fix a bug with caching ids in the HIR lowering with nested lowered nodes 2016-01-20 15:58:59 +13:00
librustc_lint clean up trans_static_method_callee and friends 2016-01-21 14:42:09 +02:00
librustc_llvm
librustc_metadata Auto merge of #31024 - oli-obk:move_checks_out_of_librustc, r=arielb1 2016-01-21 15:21:09 +00:00
librustc_mir Add Debug impl and erase region for TypedConstVal 2016-01-21 22:53:00 +01:00
librustc_passes move more checks out of librustc 2016-01-21 10:52:37 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rename Def's variants and don't reexport them 2016-01-20 22:31:10 +03:00
librustc_resolve resolve: Fix variant namespacing 2016-01-21 23:22:01 +03:00
librustc_trans Auto merge of #31104 - nrc:save-fix-variant-data, r=alexcrichton 2016-01-22 22:42:33 +00:00
librustc_typeck Auto merge of #31126 - arielb1:remote-errors, r=eddyb 2016-01-23 05:54:38 +00:00
librustc_unicode
librustdoc Rename Def's variants and don't reexport them 2016-01-20 22:31:10 +03:00
libserialize std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
libstd Simplify return for error::Error impl for string::ParseError 2016-01-22 14:34:39 -05:00
libsyntax syntax: Fix encoding and decoding spans 2016-01-20 10:04:31 -08:00
libsyntax_ext
libterm rustfmt libterm 2016-01-19 14:51:22 +13:00
libtest manual fixups 2016-01-19 15:02:56 +13:00
llvm@3564439515
rt [MIR] Implement extern call support 2016-01-19 15:14:04 +02:00
rtstartup
rust-installer@c37d3747da
rustbook std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
rustllvm
test Auto merge of #31126 - arielb1:remote-errors, r=eddyb 2016-01-23 05:54:38 +00:00
snapshots.txt