| Age | Commit message (Expand) | Author | Lines |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -2/+1 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -1/+1 |
| 2017-10-05 | Auto merge of #44940 - philipc:remap-path, r=michaelwoerister | bors | -0/+2 |
| 2017-10-05 | Remove nacl from librustdoc | est31 | -2/+1 |
| 2017-10-03 | Add fixme regarding remapping paths for doctests | Philip Craig | -0/+2 |
| 2017-10-01 | rustdoc: Style of [src] link for trait implementors | Vitaly _Vi Shukela | -1/+8 |
| 2017-09-29 | rustdoc: Render [src] links for trait implementors (#43893) | Vitaly _Vi Shukela | -1/+10 |
| 2017-09-29 | rustdoc: Extract converter from Impementor to Item to a fn | Vitaly _Vi Shukela | -13/+19 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -3/+3 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -3/+3 |
| 2017-09-26 | don't let rustdoc get confused by text "fn main" in a line comment | Zack M. Davis | -1/+15 |
| 2017-09-24 | Auto merge of #44758 - arielb1:a-small-path, r=eddyb | bors | -15/+17 |
| 2017-09-24 | Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavus | Guillaume Gomez | -1/+1 |
| 2017-09-24 | put empty generic lists behind a pointer | Ariel Ben-Yehuda | -15/+17 |
| 2017-09-23 | Fix warning position in rustdoc code blocks | Guillaume Gomez | -1/+1 |
| 2017-09-23 | Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavus | Corey Farwell | -2/+4 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -3/+3 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -3/+3 |
| 2017-09-21 | Refactor lifetime name into an enum | Taylor Cramer | -5/+5 |
| 2017-09-20 | incr.comp.: Remove IncrementalHashesMap and calculate_svh module. | Michael Woerister | -3/+3 |
| 2017-09-20 | Auto merge of #44350 - GuillaumeGomez:id-false-positive, r=QuietMisdreavus | bors | -24/+44 |
| 2017-09-19 | Improve how warnings are displayed | Guillaume Gomez | -24/+44 |
| 2017-09-19 | Add pub visibility for methods as well | Guillaume Gomez | -2/+4 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -17/+60 |
| 2017-09-18 | Rollup merge of #44671 - GuillaumeGomez:run-button, r=steveklabnik | Alex Crichton | -0/+5 |
| 2017-09-18 | Rollup merge of #44661 - GuillaumeGomez:more-links, r=QuietMisdreavus | Alex Crichton | -5/+15 |
| 2017-09-18 | Fix run button | Guillaume Gomez | -0/+5 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -2/+2 |
| 2017-09-18 | Use DefId instead of NodeId as identifier in resolve_lifetime::Region. | Michael Woerister | -4/+5 |
| 2017-09-17 | Add more links and put the link character to the left | Guillaume Gomez | -5/+15 |
| 2017-09-17 | rustc: Move codegen to a query | Alex Crichton | -1/+7 |
| 2017-09-17 | Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis | Tim Neumann | -1/+13 |
| 2017-09-17 | Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavus | Tim Neumann | -10/+142 |
| 2017-09-16 | Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb | Alex Crichton | -3/+3 |
| 2017-09-15 | Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichton | bors | -3/+1 |
| 2017-09-14 | Rollup merge of #44368 - ollie27:rustdoc_pulldown_ids, r=QuietMisdreavus | Corey Farwell | -2/+6 |
| 2017-09-14 | Rollup merge of #44254 - GuillaumeGomez:const-fix-rustdoc, r=QuietMisdreavus | Corey Farwell | -17/+4 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -3/+3 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -13/+11 |
| 2017-09-14 | rustdoc: pretty-print Unevaluated expressions in types. | Eduard-Mihai Burtescu | -1/+13 |
| 2017-09-12 | rustc: Make `CrateStore` private to `TyCtxt` | Alex Crichton | -5/+8 |
| 2017-09-12 | Fix rendering of const keyword for functions | Guillaume Gomez | -17/+4 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -3/+4 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -6/+25 |
| 2017-09-11 | Add arrow and improve display | Guillaume Gomez | -36/+98 |
| 2017-09-11 | Add class for codeblocks | Guillaume Gomez | -9/+79 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -4/+5 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -4/+5 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -3/+7 |