| Age | Commit message (Expand) | Author | Lines |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -3/+0 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+1 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22578 - nagisa:deprecated-fallout, r=alexcrichton | Manish Goregaokar | -12/+15 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -1/+1 |
| 2015-02-20 | Escape some rustdoc strings | Simonas Kazlauskas | -12/+15 |
| 2015-02-20 | Fix style fallout from 204e2bd442 | Simonas Kazlauskas | -2/+17 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -1/+1 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -1/+1 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-18 | rollup merge of #22498: nagisa/style-fixes | Alex Crichton | -4/+3 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -2/+2 |
| 2015-02-18 | Fix inconsistent spacing of collapse all button | Simonas Kazlauskas | -2/+1 |
| 2015-02-18 | Style all docblock links properly | Simonas Kazlauskas | -2/+2 |
| 2015-02-17 | Rollup merge of #22273 - nagisa:doc-deprecated, r=alexcrichton | Manish Goregaokar | -5/+18 |
| 2015-02-17 | Rollup merge of #22369 - nagisa:docblock-table, r=steveklabnik | Manish Goregaokar | -0/+21 |
| 2015-02-15 | Add styles for docblock tables | Simonas Kazlauskas | -0/+21 |
| 2015-02-15 | Count and show the deprecated attribute again | Simonas Kazlauskas | -5/+18 |
| 2015-02-13 | rustdoc: Show must_use attribute | Seo Sanghyeon | -1/+19 |
| 2015-02-10 | rollup merge of #22097: cllns/fix-fallback-fonts | Alex Crichton | -1/+1 |
| 2015-02-09 | Make fallback font 'serif', rather than 'sans-serif' fonts | Sean Collins | -1/+1 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -1/+1 |
| 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 |