| Age | Commit message (Expand) | Author | Lines |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -2/+6 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -0/+19 |
| 2016-02-03 | Rollup merge of #31329 - quodlibetor:no-const-doc-in-stable, r=alexcrichton | Manish Goregaokar | -2/+12 |
| 2016-02-02 | Reviewer requested changes and test fixes | Nick Cameron | -1/+1 |
| 2016-02-01 | Decide to hide constness only in fn/method renders | Brandon W Maister | -5/+12 |
| 2016-01-31 | Don't show `const` in docs when it's not available | Brandon W Maister | -0/+3 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -3/+1 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -0/+21 |
| 2016-01-28 | rustdoc: Add missing trailing comma for single element tuples | Oliver Middleton | -1/+1 |
| 2016-01-27 | Auto merge of #31206 - nrc:early-save, r=nikomatsakis | bors | -10/+15 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -10/+15 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-23 | Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31054 - steveklabnik:a11y, r=alexcrichton | Steve Klabnik | -3/+3 |
| 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 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -29/+29 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -9/+10 |
| 2016-01-20 | tweak trait css | Steve Klabnik | -1/+1 |
| 2016-01-20 | tweak struct colors | Steve Klabnik | -1/+1 |
| 2016-01-20 | Add alt tags for logos | Steve Klabnik | -1/+1 |
| 2016-01-20 | tweak colors for a11y | Steve Klabnik | -1/+1 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -2/+1 |
| 2016-01-17 | Rollup merge of #30940 - tshepang:extraneous-playpen-whitespace, r=steveklabnik | Manish Goregaokar | -0/+1 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+1 |
| 2016-01-15 | Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats... | bors | -2/+2 |
| 2016-01-15 | rustdoc: remove extraneous whitespace inserted in playpen links | Tshepang Lekhonkhobe | -0/+1 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -2/+2 |
| 2016-01-15 | Add a test | Nick Cameron | -13/+14 |
| 2016-01-14 | Rollup merge of #30828 - wheals:fix-dead-links, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-01-13 | Fix rustdoc reexports. | Lee Jeffery | -1/+1 |
| 2016-01-11 | rustdoc: remove dead link from issue-less unstable entries. | Shmuale Mark | -2/+2 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -0/+1 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -0/+1 |
| 2016-01-02 | Rustdoc - Specify max-image size | Wesley Wiser | -0/+4 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -6/+6 |
| 2015-12-22 | Don't record the root module in the search index | mitaa | -8/+10 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -12/+7 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -28/+33 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -27/+32 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -1/+1 |
| 2015-12-17 | test errors | Nick Cameron | -1/+3 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -22/+27 |
| 2015-12-16 | Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichton | Manish Goregaokar | -7/+13 |
| 2015-12-15 | Use --cfg when running doctests | Seo Sanghyeon | -7/+13 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -4/+105 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -11/+11 |
| 2015-12-08 | Auto merge of #30036 - mitaa:doc_id, r=alexcrichton | bors | -59/+120 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -2/+2 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -2/+2 |