| Age | Commit message (Expand) | Author | Lines |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -15/+4 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -26/+23 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -5/+4 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -12/+0 |
| 2016-08-13 | Fix rustdoc after rebase | Andrew Cann | -0/+2 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+12 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -0/+14 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -6/+3 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -20/+20 |
| 2016-08-11 | Substitute private type aliases in rustdoc | petrochenkov | -2/+79 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -5/+1 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -1/+6 |
| 2016-07-30 | Update gcc crate dependency to 0.3.27. | Timon Van Overveldt | -1/+1 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -30/+31 |
| 2016-07-25 | Adressed PR comments. | cgswords | -21/+1 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -29/+50 |
| 2016-07-25 | rustdoc: Fix tuple struct where clause rendering | Oliver Middleton | -2/+13 |
| 2016-07-22 | Auto merge of #34924 - cgswords:empty_delim, r=nrc | bors | -0/+1 |
| 2016-07-19 | Introduced `NoDelim` and modified the compiler to support it. | cgswords | -0/+1 |
| 2016-07-19 | [CSS] Fix unwanted top margin for toggle wrapper | ggomez | -1/+4 |
| 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 |