rust/src/libstd
bors 8786405047 auto merge of #12416 : alexcrichton/rust/highlight, r=huonw
This adds simple syntax highlighting based off libsyntax's lexer to be sure to
stay up to date with rust's grammar. Some of the highlighting is a bit ad-hoc,
but it definitely seems to get the job done!

This currently doesn't highlight rustdoc-rendered function signatures and
structs that are emitted to each page because the colors already signify what's
clickable and I think we'd have to figure out a different scheme before
colorizing them. This does, however, colorize all code examples and source code.

Closes #11393
2014-02-23 03:36:56 -08:00
..
comm auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichton 2014-02-21 07:06:51 -08:00
fmt rustdoc: Add syntax highlighting 2014-02-23 00:16:23 -08:00
hash std: fix the hash doctest 2014-02-22 14:12:47 -08:00
io Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
num auto merge of #12416 : alexcrichton/rust/highlight, r=huonw 2014-02-23 03:36:56 -08:00
path move extra::test to libtest 2014-02-20 16:03:58 +08:00
rand move extra::test to libtest 2014-02-20 16:03:58 +08:00
rt auto merge of #12311 : brson/rust/unstable, r=alexcrichton 2014-02-23 02:21:53 -08:00
sync std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
unstable std: Move unstable::stack to rt::stack 2014-02-23 01:47:08 -08:00
any.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
ascii.rs Add some missing Show implementations in libstd 2014-02-13 12:54:01 -08:00
bool.rs
c_str.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
cast.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
cell.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
char.rs
cleanup.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
clone.rs
cmp.rs Removed num::Orderable 2014-02-13 20:12:59 -05:00
container.rs
default.rs
from_str.rs
gc.rs
hash_old.rs std: rewrite Hash to make it more generic 2014-02-21 21:33:23 -08:00
intrinsics.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
iter.rs Move std::num::Integer to libnum 2014-02-22 01:45:29 +11:00
kinds.rs Fix all code examples 2014-02-14 23:49:22 -08:00
lib.rs auto merge of #12311 : brson/rust/unstable, r=alexcrichton 2014-02-23 02:21:53 -08:00
libc.rs Implement named pipes for windows, touch up unix 2014-02-16 18:46:01 -08:00
local_data.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
logging.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
macros.rs libstd: Implement some convenience methods on vectors 2014-02-21 10:54:14 -08:00
managed.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
mem.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
ops.rs move extra::test to libtest 2014-02-20 16:03:58 +08:00
option.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
os.rs Warn about unnecessary parentheses upon assignment 2014-02-22 16:32:48 +01:00
owned.rs
prelude.rs std: rewrite Hash to make it more generic 2014-02-21 21:33:23 -08:00
ptr.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
raw.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
rc.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
reference.rs Cleaned up imports per coding standards. 2014-02-07 09:59:19 -08:00
reflect.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
repr.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
result.rs std::fmt: convert the formatting traits to a proper self. 2014-02-08 13:53:21 +11:00
rtdeps.rs Invoke gcc with -nodefaultlibs 2014-02-14 08:07:46 -08:00
run.rs Allow configuration of uid/gid/detach on processes 2014-02-16 16:01:03 -08:00
str.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
task.rs Clean up std::task docs, make TaskBuilder a real builder 2014-02-16 15:34:02 -08:00
to_bytes.rs libstd: Implement some convenience methods on vectors 2014-02-21 10:54:14 -08:00
to_str.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
tuple.rs Mass rename if_ok! to try! 2014-02-20 09:16:52 -08:00
unicode.rs
unit.rs Add some missing Show implementations in libstd 2014-02-13 12:54:01 -08:00
vec_ng.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
vec.rs auto merge of #12311 : brson/rust/unstable, r=alexcrichton 2014-02-23 02:21:53 -08:00