| Age | Commit message (Expand) | Author | Lines |
| 2016-12-13 | Auto merge of #38179 - michael-zapata:rf/harmonise_rustdoc_errors, r=Guillaum... | bors | -13/+29 |
| 2016-12-12 | Rollup merge of #38264 - ollie27:rustdoc_src_macro, r=brson | Corey Farwell | -0/+7 |
| 2016-12-12 | Rollup merge of #38164 - sourcefrog:fonts, r=GuillaumeGomez | Corey Farwell | -2/+4 |
| 2016-12-12 | feat(rustdoc): harmonise error messages | Michael Zapata | -13/+29 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -2/+2 |
| 2016-12-09 | rustdoc: Remove broken src links from reexported items from macros | Oliver Middleton | -0/+7 |
| 2016-12-08 | Fix doc-tests on exported `macro_rules!`. | Jeffrey Seyfried | -0/+4 |
| 2016-12-07 | Auto merge of #38105 - ollie27:rustdoc_deterministic_js, r=GuillaumeGomez | bors | -24/+26 |
| 2016-12-05 | Refactor ty::FnSig to privatize all fields | Mark-Simulacrum | -3/+3 |
| 2016-12-04 | Avoid using locally installed Source Code Pro font (fixes #24355). | Martin Pool | -2/+4 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -10/+8 |
| 2016-12-01 | rustdoc: Sort lines in search index and implementors js | Oliver Middleton | -24/+26 |
| 2016-12-01 | Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton | bors | -10/+16 |
| 2016-11-30 | Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddyb | bors | -2/+0 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichton | bors | -215/+169 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -2/+2 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -215/+169 |
| 2016-11-29 | Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb | bors | -60/+55 |
| 2016-11-30 | rustdoc: fix up --playground-url | Liigo Zhuang | -11/+9 |
| 2016-11-30 | unstable --playground-url, add test code | Liigo Zhuang | -4/+4 |
| 2016-11-30 | rustdoc: get back missing crate-name when --playground-url is used | Liigo Zhuang | -0/+8 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -5/+5 |
| 2016-11-29 | rustc: remove type information from TraitDef. | Eduard-Mihai Burtescu | -5/+3 |
| 2016-11-29 | librustdoc: Fix compilation after visitor change | Florian Diebold | -6/+2 |
| 2016-11-29 | Fix doc test collection | Florian Diebold | -0/+4 |
| 2016-11-28 | Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires. | Mark-Simulacrum | -2/+1 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -17/+10 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -39/+18 |
| 2016-11-28 | Refactor BuiltinBounds to Vec<DefId> on TraitObject. | Mark-Simulacrum | -2/+22 |
| 2016-11-28 | Privatize TraitObject.principal and add a method accessor, returning Option. | Mark-Simulacrum | -22/+26 |
| 2016-11-28 | rustc_typeck: save the type cache for rustdoc and save-analysis. | Eduard Burtescu | -7/+14 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -35/+51 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -134/+28 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -11/+30 |
| 2016-11-24 | rustdoc: we can now assume DocContext always has a TyCtxt. | Eduard-Mihai Burtescu | -328/+220 |
| 2016-11-24 | rustdoc: sidestep the main pipeline for test collection. | Eduard-Mihai Burtescu | -80/+93 |
| 2016-11-24 | rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. | Eduard-Mihai Burtescu | -262/+266 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -3/+3 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Rollup merge of #37881 - ollie27:rustdoc_stab_enum_macro, r=alexcrichton | Guillaume Gomez | -2/+0 |
| 2016-11-19 | rustdoc: Remove unnecessary stability versions | Oliver Middleton | -2/+0 |
| 2016-11-18 | Auto merge of #37763 - liigo:rustdoc-playground, r=alexcrichton | bors | -4/+10 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -6/+10 |
| 2016-11-17 | hash the contents of impl-item-ref by adding them to visitor | Niko Matsakis | -4/+5 |
| 2016-11-17 | when creating an AssociatedItem, read data from impl, not impl item | Niko Matsakis | -2/+2 |
| 2016-11-17 | doc: nits and typos on comments | Tshepang Lekhonkhobe | -17/+17 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -1/+4 |
| 2016-11-16 | Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brson | bors | -69/+71 |
| 2016-11-14 | rustdoc: Fix some local inlining issues | Oliver Middleton | -69/+71 |