| Age | Commit message (Expand) | Author | Lines |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -1/+1 |
| 2015-10-23 | Add colors for rustdoc primitives, type, and macros links | mdinger | -2/+2 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -3/+2 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -1/+1 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -14/+15 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -6/+6 |
| 2015-08-20 | Show variadic args in rustdoc output. | Lee Jeffery | -1/+5 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -2/+7 |
| 2015-07-18 | Fix rustdoc formatting of impls | William Throwe | -0/+13 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -2/+1 |
| 2015-05-26 | Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton | bors | -3/+3 |
| 2015-05-25 | rustdoc: Fix associated types in signatures | Ulrik Sverdrup | -3/+3 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -1/+1 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -0/+19 |
| 2015-04-16 | rustdoc: Fix cross-crate macro source links | Alex Crichton | -6/+6 |
| 2015-04-16 | rustdoc: Overhaul stability displays | Alex Crichton | -122/+0 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -9/+9 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-07 | rustdoc: Encode ABI in all methods | Alex Crichton | -0/+12 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -11/+24 |
| 2015-04-07 | rustdoc: Link "Trait Implementations" to sources | Alex Crichton | -67/+41 |
| 2015-04-07 | rustdoc: Add a primitive page for raw pointers | Alex Crichton | -1/+2 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -4/+4 |
| 2015-03-23 | rollup merge of #23633: tomjakubowski/rustdoc-array-prim | Alex Crichton | -1/+1 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -1/+1 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -3/+3 |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -3/+0 |
| 2015-02-20 | Escape some rustdoc strings | Simonas Kazlauskas | -12/+15 |
| 2015-02-15 | Count and show the deprecated attribute again | Simonas Kazlauskas | -5/+18 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -1/+1 |
| 2015-02-06 | Print full Type::ResolvedPaths starting with Self | Tom Jakubowski | -1/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -33/+30 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -9/+9 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -27/+27 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -8/+3 |
| 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 | -1/+1 |
| 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 | -26/+26 |
| 2015-01-21 | rustdoc: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -1/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -26/+26 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -1/+1 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -0/+1 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -2/+2 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -2/+2 |
| 2015-01-12 | rustdoc: Remove traces of old closures | Tom Jakubowski | -55/+0 |