| Age | Commit message (Expand) | Author | Lines |
| 2015-03-27 | Rollup merge of #23738 - alexcrichton:snapshots, r=cmr | Manish Goregaokar | -2/+2 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -4/+4 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -12/+5 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -2/+2 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -7/+7 |
| 2015-03-24 | rollup merge of #23674: nagisa/fallout-1 | Alex Crichton | -7/+7 |
| 2015-03-25 | Fix some fallout in librustdoc | Simonas Kazlauskas | -7/+7 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -1/+1 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -7/+7 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -12/+84 |
| 2015-03-23 | rollup merge of #23633: tomjakubowski/rustdoc-array-prim | Alex Crichton | -9/+18 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -7/+7 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -11/+12 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -1/+1 |
| 2015-03-23 | rustdoc: Add #[doc(test(no_inject_crate))] attribute | Brian Anderson | -11/+49 |
| 2015-03-23 | rustdoc: interpret all leading feature attributes in examples as crate attrib... | Brian Anderson | -2/+36 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -9/+18 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -7/+7 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -0/+3 |
| 2015-03-19 | Auto merge of #23430 - alexcrichton:io-error, r=aturon | bors | -1/+0 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -1/+0 |
| 2015-03-18 | [rustdoc] Fix source hyperlinks in docs | Ivan Petkov | -5/+12 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -6/+4 |
| 2015-03-15 | Auto merge of #23206 - nagisa:print-io, r=alexcrichton | bors | -1/+1 |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -4/+4 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -2/+0 |
| 2015-03-15 | Auto merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichton | bors | -9/+10 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -1/+1 |
| 2015-03-14 | Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichton | bors | -3/+142 |
| 2015-03-14 | Add support to search functions by type to rustdoc. | Mihnea Dobrescu-Balaur | -3/+142 |
| 2015-03-14 | Split rustdoc summary lines in a smarter way | Simonas Kazlauskas | -9/+10 |
| 2015-03-13 | Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon | bors | -49/+43 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -49/+43 |
| 2015-03-13 | Rollup merge of #23328 - alexcrichton:rustdoc-default-impl, r=brson | Manish Goregaokar | -13/+64 |
| 2015-03-12 | rustdoc: Fix ICE with cross-crate default impls | Alex Crichton | -13/+64 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+4 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+4 |
| 2015-03-12 | Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis | bors | -239/+123 |
| 2015-03-12 | Rollup merge of #22769 - :rustdocfix, r=brson | Manish Goregaokar | -17/+0 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -12/+22 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -8/+8 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -233/+107 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -2/+2 |
| 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 |