summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2014-08-10auto merge of #16387 : Gankro/rust/doc-search, r=cmrbors-6/+7
2014-08-09rustdoc: use raw search in URLAlexis Beingessner-3/+5
2014-08-09removing 'str'='struct' search synonymAlexis Beingessner-3/+2
2014-08-08auto merge of #16277 : Gankro/rust/responsive-docs, r=cmrbors-28/+79
2014-08-06make rustdoc more responsiveAlexis Beingessner-28/+79
2014-08-06Rustdoc: Add padding on <code>Simon Sapin-0/+1
2014-08-06Rustdoc: Highlight <code> elements (from Markdown `backticks`)Simon Sapin-0/+4
2014-08-04rustdoc: Just "stability" instead of "stability dashboard"Brian Anderson-1/+1
2014-08-04rustdoc: Emit keywords for all crate pagesBrian Anderson-1/+16
2014-08-04rustdoc: Put field instantiation in declaration order.Brian Anderson-3/+3
2014-08-04rustdoc: Use more descriptive description metadata.Brian Anderson-2/+22
2014-08-02rustdoc: Add rustdoc class to <body> tagTom Jakubowski-1/+1
2014-08-02rustdoc: Add generator meta tag to API docsTom Jakubowski-0/+1
2014-08-02auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnikbors-1/+1
2014-08-02auto merge of #16169 : Gankro/rust/simple-docs, r=cmrbors-3/+96
2014-08-02Add hide/show detail toggles to rustdocAlexis Beingessner-3/+96
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-08-01Fix API docs css reversing elements that it shouldn'ttinaun-1/+2
2014-07-31auto merge of #15385 : jroweboy/rust/master, r=brsonbors-44/+89
2014-07-29making raw source display betterAlexis Beingessner-0/+8
2014-07-29auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelixbors-10/+12
2014-07-28rustdoc: improvements to stability dashboardAaron Turon-26/+38
2014-07-26rustdoc: Keep hidden struct fields out of searchTom Jakubowski-1/+5
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-10/+12
2014-07-25rustdoc: Fix links to Box/GcAlex Crichton-3/+3
2014-07-25rustdoc: Bind keydown instead of keypress for navAlex Crichton-2/+2
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-1/+1
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo Ochagavía-1/+2
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-0/+3
2014-07-17deprecate Vec::getNick Cameron-2/+2
2014-07-15Fix errorsAdolfo Ochagavía-3/+2
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-1/+1
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
2014-07-13auto merge of #15614 : lucidd/rust/#15474, r=alexcrichtonbors-1/+4
2014-07-12auto merge of #15605 : blake2-ppc/rust/rustdoc-const-t, r=alexcrichtonbors-1/+12
2014-07-12auto merge of #15602 : adrientetar/rust/name-fix, r=huonwbors-2/+2
2014-07-11rustdoc: render 1-tuples as (T,) instead of (T)Kevin Walter-1/+4
2014-07-11rustdoc: Change type name of raw pointer from *T to *const Troot-1/+12
2014-07-11webfonts: name fixAdrien Tétar-2/+2
2014-07-10rustdoc: Add stability dashboardAaron Turon-6/+131
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-03Updated the licensing information for the Levenshtein distance functionJames Rowe-2/+5