rust/src/libstd/num
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
..
cmath.rs Clean up std::num::cmath and remove stale comments 2014-01-13 10:33:54 +11:00
f32.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
f64.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
float_macros.rs
i8.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
i16.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
i32.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
i64.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
int_macros.rs auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton 2014-02-21 16:36:52 -08:00
int.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
mod.rs rustdoc: Add syntax highlighting 2014-02-23 00:16:23 -08:00
strconv.rs auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton 2014-02-21 16:36:52 -08:00
u8.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
u16.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
u32.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
u64.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
uint_macros.rs auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton 2014-02-21 16:36:52 -08:00
uint.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00