| Age | Commit message (Expand) | Author | Lines |
| 2015-02-08 | Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichton | bors | -7/+16 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -1/+1 |
| 2015-02-06 | librustdoc has been updated | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | bors | -13/+15 |
| 2015-02-06 | Print full Type::ResolvedPaths starting with Self | Tom Jakubowski | -1/+2 |
| 2015-02-06 | rustdoc: Show non-Rust ABIs on methods | Tom Jakubowski | -6/+14 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -121/+111 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -13/+15 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -43/+43 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -6/+4 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -16/+6 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -23/+23 |
| 2015-01-27 | Rollup merge of #21597 - iKevinY:mobile-api-docs, r=cmr | Manish Goregaokar | -1/+8 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -6/+4 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -22/+22 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -141/+243 |
| 2015-01-24 | Improve mobile-friendliness of API docs | Kevin Yap | -1/+8 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -8/+3 |
| 2015-01-23 | Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton | bors | -15/+130 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -3/+3 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -77/+60 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -5/+5 |
| 2015-01-21 | Remove unused stability levels from compiler | Brian Anderson | -8/+3 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -38/+38 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -7/+7 |
| 2015-01-21 | rollup merge of #21342: Diggsey/issue-21310 | Alex Crichton | -0/+4 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -5/+5 |
| 2015-01-21 | rustdoc: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -77/+60 |
| 2015-01-21 | address review comments: reuse Escape etc. | Liigo Zhuang | -21/+4 |
| 2015-01-21 | fix fallout | Liigo Zhuang | -16/+21 |
| 2015-01-21 | rustdoc: eliminates raw markdown code (links, headers, etc.) from tooltips of... | Liigo Zhuang | -5/+108 |
| 2015-01-21 | display plain summary line in javascript | Liigo Zhuang | -1/+13 |
| 2015-01-21 | rustdoc: add tooltips to sidebar | Liigo Zhuang | -11/+23 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -38/+38 |
| 2015-01-21 | Display negative trait implementations correctly in rustdoc | Diggory Blake | -0/+4 |
| 2015-01-21 | Rollup merge of #21339 - thorncp:api-docs-search, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -7/+7 |
| 2015-01-19 | Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix | bors | -1/+1 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -1/+1 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -0/+1 |
| 2015-01-17 | Increase docs search box delay | Chris Thorn | -1/+1 |
| 2015-01-15 | auto merge of #20990 : estsauver/rust/playpen_20732, r=alexcrichton | bors | -20/+9 |