| Age | Commit message (Expand) | Author | Lines |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -3/+3 |
| 2016-07-13 | Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton | bors | -2/+21 |
| 2016-07-13 | Auto merge of #34772 - jseyfried:cleanup_interner, r=eddyb | bors | -5/+3 |
| 2016-07-13 | evaluate the array length of fixed size array types in rustdoc | Oliver Schneider | -2/+21 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -46/+38 |
| 2016-07-11 | Avoid passing around the thread-local interner in `librustc_metadata`. | Jeffrey Seyfried | -5/+3 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -4/+2 |
| 2016-07-08 | Add tests + Fix rustdoc regression + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -3/+3 |
| 2016-07-08 | Remove unnecessary accessor function VariantDefData::kind | Vadim Petrochenkov | -1/+1 |
| 2016-07-06 | Rollup merge of #34685 - GuillaumeGomez:section_header, r=steveklabnik | Steve Klabnik | -8/+0 |
| 2016-07-06 | Rollup merge of #34626 - sylvestre:master, r=Manishearth | Steve Klabnik | -2/+2 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -4/+2 |
| 2016-07-06 | Remove invalid CSS rule for doc titles | ggomez | -8/+0 |
| 2016-07-05 | Auto merge of #34587 - ollie27:rustdoc_prim_titles, r=steveklabnik | bors | -7/+11 |
| 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-03 | Fix a few typos in the code | Sylvestre Ledru | -2/+2 |
| 2016-07-01 | Add the `after_expand` entry point between import resolution and the rest of ... | Jeffrey Seyfried | -6/+6 |
| 2016-06-30 | rustdoc: Remove paths from primitive page <title> tags | Oliver Middleton | -7/+11 |
| 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 |