rust/src/libstd
bors 7f397bdb06 Auto merge of #43919 - frewsxcv:frewsxcv-char-primitive, r=QuietMisdreavus
Minor rewrite of char primitive unicode intro.

Opened primarily to address #36998.

Despite my love for emoji, the heart example is a little confusing because both heart characters start with the same code point and there can be stark rendering differences across browsers. I also spelled out what each of the code points is in the code block, which (hopefully) sheds light why one character is one code point while the other is two.

Very much open to suggestion and improvements. I'm pretty tired when I wrote this so I might wake up and realize that this is making things more confusing 😅
2017-08-19 05:46:46 +00:00
..
collections use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
ffi Fix typos & us spellings 2017-08-15 21:56:30 +02:00
io Fix typo in doc 2017-08-17 00:46:30 +02:00
net Rollup merge of #43833 - dtolnay:connect-timeout, r=sfackler 2017-08-13 11:03:15 +02:00
os Exposed all platform-specific documentation. 2017-08-10 13:43:59 +08:00
prelude Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
rand Introduce tidy lint to check for inconsistent tracking issues 2017-06-16 20:40:40 +02:00
sync Rollup merge of #43891 - Fourchaux:master, r=steveklabnik 2017-08-17 10:44:07 -04:00
sys Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichton 2017-08-18 05:47:56 +00:00
sys_common use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
thread Rollup merge of #43891 - Fourchaux:master, r=steveklabnik 2017-08-17 10:44:07 -04:00
time Rollup merge of #43891 - Fourchaux:master, r=steveklabnik 2017-08-17 10:44:07 -04:00
ascii.rs Reduce str transmutes, add mut versions of methods. 2017-04-09 19:13:54 -04:00
build.rs Make backtraces work on Redox, copying Unix implementation 2017-08-03 21:13:44 -07:00
Cargo.toml Switch to rust-lang-nursery/compiler-builtins 2017-07-05 07:08:36 -07:00
env.rs Move global vars changing tests into run-pass 2017-06-24 18:23:39 +03:00
error.rs Fixed errors in libstd. 2017-08-02 15:16:20 +01:00
f32.rs float_bits_conv made it into 1.20 2017-07-18 05:16:46 +02:00
f64.rs float_bits_conv made it into 1.20 2017-07-18 05:16:46 +02:00
fs.rs Clarify 'writable'-changing behavior of set_readonly. 2017-08-15 21:43:11 -04:00
heap.rs Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
lib.rs Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton 2017-08-13 03:00:20 +00:00
macros.rs Add complete doc example for include_str!. 2017-08-12 00:31:56 -04:00
memchr.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
num.rs Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton 2017-06-08 01:07:08 +00:00
panic.rs Fix some typos 2017-08-12 14:01:11 +02:00
panicking.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
path.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
primitive_docs.rs Minor rewrite of char primitive unicode intro. 2017-08-17 00:36:30 -04:00
process.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
rt.rs Switch to begin_panic again 2017-07-25 22:10:10 +02:00