| Age | Commit message (Expand) | Author | Lines |
| 2014-08-10 | auto merge of #16387 : Gankro/rust/doc-search, r=cmr | bors | -6/+7 |
| 2014-08-09 | rustdoc: use raw search in URL | Alexis Beingessner | -3/+5 |
| 2014-08-09 | removing 'str'='struct' search synonym | Alexis Beingessner | -3/+2 |
| 2014-08-08 | auto merge of #16277 : Gankro/rust/responsive-docs, r=cmr | bors | -28/+79 |
| 2014-08-06 | make rustdoc more responsive | Alexis Beingessner | -28/+79 |
| 2014-08-06 | Rustdoc: Add padding on <code> | Simon Sapin | -0/+1 |
| 2014-08-06 | Rustdoc: Highlight <code> elements (from Markdown `backticks`) | Simon Sapin | -0/+4 |
| 2014-08-04 | rustdoc: Just "stability" instead of "stability dashboard" | Brian Anderson | -1/+1 |
| 2014-08-04 | rustdoc: Emit keywords for all crate pages | Brian Anderson | -1/+16 |
| 2014-08-04 | rustdoc: Put field instantiation in declaration order. | Brian Anderson | -3/+3 |
| 2014-08-04 | rustdoc: Use more descriptive description metadata. | Brian Anderson | -2/+22 |
| 2014-08-02 | rustdoc: Add rustdoc class to <body> tag | Tom Jakubowski | -1/+1 |
| 2014-08-02 | rustdoc: Add generator meta tag to API docs | Tom Jakubowski | -0/+1 |
| 2014-08-02 | auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnik | bors | -1/+1 |
| 2014-08-02 | auto merge of #16169 : Gankro/rust/simple-docs, r=cmr | bors | -3/+96 |
| 2014-08-02 | Add hide/show detail toggles to rustdoc | Alexis Beingessner | -3/+96 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-08-01 | Fix API docs css reversing elements that it shouldn't | tinaun | -1/+2 |
| 2014-07-31 | auto merge of #15385 : jroweboy/rust/master, r=brson | bors | -44/+89 |
| 2014-07-29 | making raw source display better | Alexis Beingessner | -0/+8 |
| 2014-07-29 | auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelix | bors | -10/+12 |
| 2014-07-28 | rustdoc: improvements to stability dashboard | Aaron Turon | -26/+38 |
| 2014-07-26 | rustdoc: Keep hidden struct fields out of search | Tom Jakubowski | -1/+5 |
| 2014-07-25 | librustc: Disallow mutation and assignment in pattern guards, and modify | Patrick Walton | -10/+12 |
| 2014-07-25 | rustdoc: Fix links to Box/Gc | Alex Crichton | -3/+3 |
| 2014-07-25 | rustdoc: Bind keydown instead of keypress for nav | Alex Crichton | -2/+2 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -1/+1 |
| 2014-07-24 | Deprecated `str::raw::from_buf_len` | Adolfo Ochagavía | -1/+2 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -0/+3 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -2/+2 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -3/+2 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-13 | auto merge of #15614 : lucidd/rust/#15474, r=alexcrichton | bors | -1/+4 |
| 2014-07-12 | auto merge of #15605 : blake2-ppc/rust/rustdoc-const-t, r=alexcrichton | bors | -1/+12 |
| 2014-07-12 | auto merge of #15602 : adrientetar/rust/name-fix, r=huonw | bors | -2/+2 |
| 2014-07-11 | rustdoc: render 1-tuples as (T,) instead of (T) | Kevin Walter | -1/+4 |
| 2014-07-11 | rustdoc: Change type name of raw pointer from *T to *const T | root | -1/+12 |
| 2014-07-11 | webfonts: name fix | Adrien Tétar | -2/+2 |
| 2014-07-10 | rustdoc: Add stability dashboard | Aaron Turon | -6/+131 |
| 2014-07-09 | auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton | bors | -13/+413 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -25/+16 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -2/+1 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -6/+6 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -6/+6 |
| 2014-07-08 | webfonts: check-in licenses | Adrien Tétar | -0/+386 |
| 2014-07-08 | webfonts: serve Source Code Pro locally | Adrien Tétar | -2/+16 |
| 2014-07-08 | webfonts: proper fix | Adrien Tétar | -11/+11 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -1/+1 |
| 2014-07-03 | Updated the licensing information for the Levenshtein distance function | James Rowe | -2/+5 |