| Age | Commit message (Expand) | Author | Lines |
| 2015-03-10 | Auto merge of #23250 - liigo:plain-summary-line, r=alexcrichton | bors | -3/+4 |
| 2015-03-10 | rustdoc: get back 'plain summary line' in sidebar | Liigo Zhuang | -3/+4 |
| 2015-03-10 | Rollup merge of #23231 - killercup:patch-7, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-09 | Rustdoc: Add Headline Style for `tymethod` | Pascal Hertleif | -2/+2 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -6/+6 |
| 2015-03-07 | rustdoc: Fixed an asynchronous loading of rustdoc sidebars. | Kang Seonghoon | -1/+1 |
| 2015-03-06 | rollup merge of #22975: alexcrichton/stabilize-ffi | Alex Crichton | -2/+1 |
| 2015-03-06 | Suppress some warnings about features | Alex Crichton | -0/+1 |
| 2015-03-06 | BufferedWriter -> BufWriter (fixup #23060) | Manish Goregaokar | -1/+1 |
| 2015-03-06 | Rollup merge of #23082 - killercup:patch-6, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-03-06 | Rollup merge of #23060 - lifthrasiir:rustdoc-sidebar-in-js, r=alexcrichton | Manish Goregaokar | -72/+106 |
| 2015-03-06 | Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon | Manish Goregaokar | -0/+1 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -3/+3 |
| 2015-03-05 | std: Stabilize the `ffi` module | Alex Crichton | -2/+1 |
| 2015-03-05 | Fix Playpen Links Containing Multiple Examples | Pascal Hertleif | -1/+1 |
| 2015-03-05 | Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis | bors | -3/+1 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | rustdoc: Reworded comments to give the rationale for JS. | Kang Seonghoon | -1/+8 |
| 2015-03-05 | rustdoc: Move sidebar items into shared JavaScript. | Kang Seonghoon | -72/+99 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -0/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -104/+139 |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -3/+1 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -0/+6 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+1 |
| 2015-02-27 | Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichton | bors | -0/+3 |
| 2015-02-25 | Auto merge of #22796 - Manishearth:rollup, r=Manishearth | bors | -3/+3 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -3/+3 |
| 2015-02-24 | Remove bounds struct from TypeParameterDef. Bounds information is now | Niko Matsakis | -5/+2 |
| 2015-02-24 | Fix duplicate methods in rustdoc | Seo Sanghyeon | -0/+3 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -5/+5 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -4/+4 |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -6/+0 |
| 2015-02-24 | syntax: use a single Path for Trait::Item in QPath. | Eduard Burtescu | -2/+4 |
| 2015-02-24 | rustc_resolve: use DefAssociatedTy for TyQPath. | Eduard Burtescu | -11/+7 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -2/+2 |
| 2015-02-24 | Revert bogus rename from DefTrait to DefaultImpl. | Eduard Burtescu | -2/+2 |
| 2015-02-24 | Remove ty_open and treat Unsized lvalues as *Unsized. | Eduard Burtescu | -1/+0 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -2/+18 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+1 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -6/+6 |
| 2015-02-22 | Fix rustdoc fallout | Flavio Percoco | -0/+16 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-02-22 | Rollup merge of #22578 - nagisa:deprecated-fallout, r=alexcrichton | Manish Goregaokar | -12/+15 |
| 2015-02-22 | Rollup merge of #22571 - nagisa:style-fallout, r=alexcrichton | Manish Goregaokar | -2/+17 |