| Age | Commit message (Expand) | Author | Lines |
| 2016-07-04 | Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfried | bors | -36/+25 |
| 2016-07-03 | Auto merge of #34480 - jseyfried:remove_entry_points, r=nrc | bors | -6/+6 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -36/+25 |
| 2016-07-01 | Add the `after_expand` entry point between import resolution and the rest of ... | Jeffrey Seyfried | -6/+6 |
| 2016-06-30 | Auto merge of #34541 - jseyfried:rollup, r=jseyfried | bors | -23/+1 |
| 2016-06-30 | Rollup merge of #34547 - sanxiyn:pretty-lifetime, r=pnkfelix | Jeffrey Seyfried | -2/+2 |
| 2016-06-29 | Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2016-06-29 | Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton | Manish Goregaokar | -18/+40 |
| 2016-06-29 | Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichton | Jeffrey Seyfried | -23/+1 |
| 2016-06-28 | rustdoc: Fix empty Implementations section on some module pages | Oliver Middleton | -0/+3 |
| 2016-06-28 | Rollup merge of #34479 - ollie27:rustdoc_renamed_reexport_list, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2016-06-27 | Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth | bors | -18/+24 |
| 2016-06-27 | rustdoc: Fix a few stripping issues | Oliver Middleton | -18/+40 |
| 2016-06-26 | rustdoc: Fix inlined renamed reexports in import lists | Oliver Middleton | -2/+2 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -18/+24 |
| 2016-06-25 | rustdoc: Fix search result layout for enum variants and struct fields | Oliver Middleton | -1/+1 |
| 2016-06-24 | Auto merge of #34439 - ollie27:rustdoc_panic_fix, r=alexcrichton | bors | -10/+13 |
| 2016-06-23 | rustdoc: Fix panic caused by doc(hidden) trait methods | Oliver Middleton | -10/+13 |
| 2016-06-23 | Updating test I missed for old school refactor | Jonathan Turner | -2/+3 |
| 2016-06-23 | Auto merge of #34372 - ollie27:rustdoc_sidebar, r=steveklabnik | bors | -1/+5 |
| 2016-06-23 | Address comments and fix travis warning | Jonathan Turner | -3/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -14/+21 |
| 2016-06-22 | Rollup merge of #34387 - ollie27:rustdoc_src_links, r=alexcrichton | Manish Goregaokar | -8/+17 |
| 2016-06-20 | Auto merge of #34186 - GuillaumeGomez:err-code-check, r=alexcrichton | bors | -23/+58 |
| 2016-06-20 | rustdoc: Fix a couple of issues with src links to external crates | Oliver Middleton | -8/+17 |
| 2016-06-20 | Add error code flag | Guillaume Gomez | -13/+16 |
| 2016-06-19 | rustdoc: Add more types to the sidebar | Oliver Middleton | -1/+5 |
| 2016-06-17 | Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomez | bors | -17/+30 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -2/+2 |
| 2016-06-15 | rustdoc: Add stability notices to impl items | Oliver Middleton | -17/+30 |
| 2016-06-14 | Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichton | bors | -12/+10 |
| 2016-06-14 | Auto merge of #34234 - GuillaumeGomez:bad_inlining, r=steveklabnik | bors | -2/+6 |
| 2016-06-14 | rustdoc: Fix redirect pages for renamed reexports | Oliver Middleton | -12/+10 |
| 2016-06-14 | Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichton | bors | -2/+6 |
| 2016-06-12 | Add error codes block code flag | Guillaume Gomez | -11/+43 |
| 2016-06-12 | Auto merge of #34045 - ollie27:rustdoc_stripped, r=brson | bors | -17/+24 |
| 2016-06-12 | Fix invalid inlining | Guillaume Gomez | -2/+6 |
| 2016-06-11 | rustdoc: Don't inline #[doc(hidden)] pub use | Oliver Middleton | -2/+6 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -7/+7 |
| 2016-06-09 | Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrc | bors | -1/+4 |
| 2016-06-08 | Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakis | bors | -7/+9 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -7/+9 |
| 2016-06-08 | Auto merge of #34068 - ollie27:rustdoc_redirect_const, r=brson | bors | -1/+3 |
| 2016-06-07 | Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-06-07 | Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakis | bors | -1/+2 |
| 2016-06-07 | Fix bug in `librustdoc` in which an unmatched "</table>" is emitted. | Jeffrey Seyfried | -1/+4 |
| 2016-06-05 | rustdoc: Remove Derived Implementations title | Oliver Middleton | -23/+1 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -1/+2 |
| 2016-06-04 | rustdoc: Fix a few missing colors in the CSS | Oliver Middleton | -5/+6 |
| 2016-06-04 | Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1 | bors | -1/+1 |