| Age | Commit message (Expand) | Author | Lines |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -1/+0 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -0/+10 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -22/+19 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+1 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -12/+8 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -3/+4 |
| 2016-05-30 | print enum variant fields in docs | Oliver Schneider | -8/+8 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -20/+22 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -20/+22 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -1/+7 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -1/+2 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -6/+2 |
| 2016-04-27 | rustdoc: Render `extern fn` instead of `extern "C" fn` | Oliver Middleton | -0/+1 |
| 2016-04-26 | Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichton | Manish Goregaokar | -9/+24 |
| 2016-04-25 | Linkify extern crates on rustdoc pages | mitaa | -9/+24 |
| 2016-04-24 | Check reachability for inlined extern links too | mitaa | -3/+5 |
| 2016-04-22 | rustdoc: Cleanup ABI rendering | Oliver Middleton | -7/+2 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -0/+4 |
| 2016-04-18 | Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnik | Steve Klabnik | -9/+23 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -0/+4 |
| 2016-04-14 | Fix fallout in rustdoc | Jeffrey Seyfried | -4/+4 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -6/+6 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -1/+1 |
| 2016-03-29 | Avoid linking to itself in implementors section of trait page | Seo Sanghyeon | -9/+23 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -14/+13 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -93/+93 |
| 2016-01-28 | rustdoc: Add missing trailing comma for single element tuples | Oliver Middleton | -1/+1 |
| 2016-01-23 | Handle generics in raw pointers | Manish Goregaokar | -3/+11 |
| 2016-01-22 | Correctly output links for primitive types which enclose their contents | Manish Goregaokar | -9/+22 |
| 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 |