| Age | Commit message (Expand) | Author | Lines |
| 2015-02-12 | Rote changes to fix fallout throughout the compiler from splitting the | Niko Matsakis | -14/+25 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -3/+3 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -3/+3 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -3/+3 |
| 2015-02-11 | Opt into new `box_patterns` feature gate in various crates. | Felix S. Klock II | -0/+1 |
| 2015-02-10 | rollup merge of #22135: apasel422/issue-22131 | Alex Crichton | -8/+2 |
| 2015-02-10 | rollup merge of #22097: cllns/fix-fallback-fonts | Alex Crichton | -1/+1 |
| 2015-02-10 | rollup merge of #22094: alkor/cleanup-show-string | Alex Crichton | -1/+1 |
| 2015-02-10 | parse cfgspecs passed to rustdoc | Andrew Paseltiner | -8/+2 |
| 2015-02-09 | Make fallback font 'serif', rather than 'sans-serif' fonts | Sean Collins | -1/+1 |
| 2015-02-09 | Review changes | Nick Cameron | -2/+2 |
| 2015-02-09 | Refactor compilation to make it easier to use for tools | Nick Cameron | -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 | -8/+24 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -21/+21 |
| 2015-02-06 | librustdoc has been updated | GuillaumeGomez | -21/+21 |
| 2015-02-06 | Print full Type::ResolvedPaths starting with Self | Tom Jakubowski | -1/+2 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -13/+15 |
| 2015-02-06 | rustdoc: Show non-Rust ABIs on methods | Tom Jakubowski | -7/+22 |
| 2015-02-05 | make codemap more robust in face of ill-formed spans. | Felix S. Klock II | -2/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -185/+174 |
| 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 | -4/+4 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -75/+75 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -5/+8 |
| 2015-02-02 | rollup merge of #21754: semarie/openbsd-rebased | Alex Crichton | -2/+2 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -71/+71 |
| 2015-02-02 | Avoid an excessive use of iterator chain | Seo Sanghyeon | -15/+15 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -5/+8 |
| 2015-02-01 | openbsd support | Sébastien Marie | -2/+2 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -8/+7 |
| 2015-01-30 | rollup merge of #21693: tomjakubowski/rustdoc-fix-21442 | Alex Crichton | -1/+1 |
| 2015-01-30 | fixes after rebase | Jorge Aparicio | -1/+0 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -0/+3 |
| 2015-01-29 | rustdoc: Render new `self` syntax in `use` | Tom Jakubowski | -1/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -52/+52 |
| 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 | -7/+5 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -51/+45 |
| 2015-01-28 | Update Rustdoc to deal with the Fn return type being an associated type. | Niko Matsakis | -5/+7 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -45/+45 |
| 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 | -7/+5 |
| 2015-01-27 | accommodate new scoping rules in rustc and rustdoc source. | Felix S. Klock II | -1/+1 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -3/+3 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -1/+1 |