| Age | Commit message (Expand) | Author | Lines |
| 2015-09-09 | rustdoc: Tweak the main template and CSS for semantic mark-up. | Kang Seonghoon | -16/+28 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -1/+1 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -2/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -315/+318 |
| 2015-08-25 | Respect `--color` when printing early errors | Barosl Lee | -2/+3 |
| 2015-08-25 | Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichton | bors | -36/+46 |
| 2015-08-24 | Update hoedown to latest version (3.0.4). | Eljay | -36/+46 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -1/+2 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -109/+110 |
| 2015-08-23 | Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichton | bors | -1/+10 |
| 2015-08-22 | Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton | bors | -60/+92 |
| 2015-08-20 | Show variadic args in rustdoc output. | Lee Jeffery | -1/+10 |
| 2015-08-17 | Add some SIMD target_feature cfg's when appropriate. | Huon Wilson | -2/+3 |
| 2015-08-17 | rustdoc: Removed issue_tracker_base_url from crates not in public API docs | Martin Wernstål | -2/+1 |
| 2015-08-17 | rustdoc: Removed command line option issue-tracker-base-url | Martin Wernstål | -7/+3 |
| 2015-08-17 | rustdoc: Adjusted style for unstable feature-name | Martin Wernstål | -1/+5 |
| 2015-08-16 | librustdoc: Fix tidy | Martin Wernstål | -2/+2 |
| 2015-08-16 | rustdoc: Added issue_tracker_base_url annotations to crates | Martin Wernstål | -1/+2 |
| 2015-08-16 | rustdoc: Print feature flag and issue link if present in short_stability | Martin Wernstål | -4/+19 |
| 2015-08-16 | rustdoc: Pass the Context down to short_stability() | Martin Wernstål | -56/+58 |
| 2015-08-16 | rustdoc: Added issue tracker option and issue data to clean::Stability | Martin Wernstål | -3/+18 |
| 2015-08-16 | Auto merge of #27858 - rkruppe:rustdoc-codespans, r=alexcrichton | bors | -2/+8 |
| 2015-08-16 | Correct signature of hoedown callback for codespans | Robin Kruppe | -2/+8 |
| 2015-08-16 | Auto merge of #27643 - mitaa:get_item_, r=arielb1 | bors | -2/+1 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -1/+3 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -1/+3 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -3/+0 |
| 2015-08-12 | Replace get_item_path[-1] with get_item_name | mitaa | -2/+1 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -4/+4 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -5/+13 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -4/+4 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -5/+13 |
| 2015-08-07 | Auto merge of #27551 - arielb1:adt-def, r=nikomatsakis | bors | -29/+30 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -2/+2 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -26/+26 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -4/+5 |
| 2015-08-04 | Add feature gate | Jared Roesch | -1/+1 |
| 2015-08-04 | Add a macro invocation to the type AST | Jared Roesch | -0/+3 |
| 2015-08-04 | Improve rustdoc search type filtering. | Eljay | -9/+29 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -1/+1 |
| 2015-07-30 | fix rustdoc metadata parsing | Alexis Beingessner | -3/+4 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -13/+13 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -6/+4 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -0/+4 |
| 2015-07-21 | Auto merge of #27103 - wthrowe:doc_format, r=alexcrichton | bors | -24/+18 |
| 2015-07-20 | librustdoc: blur page when help dialogue is present | Andreas Tolfsen | -41/+62 |
| 2015-07-18 | Fix rustdoc formatting of impls | William Throwe | -24/+18 |
| 2015-07-18 | Auto merge of #27074 - steveklabnik:gh27014, r=alexcrichton | bors | -4/+3 |
| 2015-07-17 | DRY | Tamir Duberstein | -2/+2 |