about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2014-07-09auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichtonbors-13/+413
2014-07-09lexer: lex WS/COMMENT/SHEBANG rather than skippingCorey Richardson-25/+16
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-2/+1
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-6/+6
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-6/+6
2014-07-08webfonts: check-in licensesAdrien Tétar-0/+386
2014-07-08webfonts: serve Source Code Pro locallyAdrien Tétar-2/+16
2014-07-08webfonts: proper fixAdrien Tétar-11/+11
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-1/+1
2014-07-02rustdoc: s/nil/unit/ internally.Huon Wilson-4/+4
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-72/+114
2014-06-30auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonwbors-2/+17
2014-06-30Allow external html in rustdoc for crates.zzmp-2/+17
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-3/+1
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-18/+22
2014-06-28Rename all raw pointers as necessaryAlex Crichton-18/+22
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-5/+4
2014-06-21rustdoc: show default type parameters in genericsTom Jakubowski-0/+5
2014-06-20auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichtonbors-43/+76
2014-06-19(doc) Properly doc hotkeys in generated docs.Zach Pomerantz-10/+10
2014-06-19rustdoc: add the ability to run tests with --test.Huon Wilson-13/+20
2014-06-19rustdoc: refactor code block language info into a struct.Huon Wilson-42/+68
2014-06-18Deprecate the bytes!() macro.Simon Sapin-2/+2
2014-06-18(doc) Change search placeholder text.Zach Pomerantz-1/+1
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-1/+1
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-1/+2
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-1/+1
2014-06-17rustdoc: Remove outdated syntaxAlex Crichton-7/+4
2014-06-15Register new snapshotsAlex Crichton-6/+5
2014-06-13rustdoc: Larger click areas for sidebar itemsValentin Tsatskin-6/+9
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-69/+66
2014-06-11sync: Move underneath libstdAlex Crichton-1/+1
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-5/+5
2014-06-10Fix more misspelled comments and strings.Joseph Crail-5/+5
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-06-07rustdoc: More selectively remove execute linksAlex Crichton-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-15/+105
2014-06-06Rename Iterator::len to countAaron Turon-2/+2
2014-06-06rustdoc: Inline static documentation across cratesAlex Crichton-24/+22
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-2/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+3
2014-06-04auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonwbors-15/+32
2014-06-04syntax: methodify the lexerCorey Richardson-1/+1
2014-06-03rustdoc: Put primitives in respective modulesAlex Crichton-14/+21
2014-06-02rustdoc: Deduplicate lists of implementorsAlex Crichton-0/+7
2014-06-02docs: Stop using `notrust`Florian Gilcher-1/+2
2014-06-01rustdoc: Fix some more broken linksAlex Crichton-1/+4
2014-06-02rustdoc: make langstring parsing more robustFlorian Gilcher-4/+49