| Age | Commit message (Expand) | Author | Lines |
| 2017-12-03 | Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavus | bors | -96/+157 |
| 2017-12-02 | Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -126/+154 |
| 2017-12-02 | Auto merge of #46381 - estebank:expected-span, r=nikomatsakis | bors | -15/+26 |
| 2017-12-02 | Auto merge of #46368 - michaelwoerister:incr-comp-type-debuginfo-spans, r=eddyb | bors | -14/+10 |
| 2017-12-02 | Auto merge of #46349 - estebank:highlight-ref, r=arielb1 | bors | -0/+56 |
| 2017-12-02 | Auto merge of #46347 - raventid:did-you-mean-increase-accuracy, r=estebank | bors | -5/+56 |
| 2017-12-02 | Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc | bors | -8/+89 |
| 2017-12-02 | Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavus | bors | -6/+31 |
| 2017-12-02 | Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum | bors | -288/+65 |
| 2017-12-02 | Auto merge of #46256 - estebank:suggest-deref, r=arielb1 | bors | -36/+58 |
| 2017-12-02 | Auto merge of #45904 - sunjay:gat-parser, r=nikomatsakis | bors | -80/+486 |
| 2017-12-01 | Auto merge of #46430 - kennytm:rollup, r=kennytm | bors | -46/+217 |
| 2017-12-01 | Auto merge of #46425 - eddyb:mir-place, r=nikomatsakis | bors | -1591/+1592 |
| 2017-12-01 | Use suggestions instead of notes ref mismatches | Esteban Küber | -36/+58 |
| 2017-12-02 | Rollup merge of #46421 - mnd:fix-build-for-guix, r=alexcrichton | kennytm | -0/+3 |
| 2017-12-02 | Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavus | kennytm | -1/+43 |
| 2017-12-02 | Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebank | kennytm | -0/+34 |
| 2017-12-02 | Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1 | kennytm | -1/+0 |
| 2017-12-02 | Rollup merge of #46400 - michaelwoerister:vtable-encodable, r=eddyb | kennytm | -8/+8 |
| 2017-12-02 | Rollup merge of #46392 - GuillaumeGomez:fix-tooltip, r=QuietMisdreavus | kennytm | -0/+6 |
| 2017-12-02 | Rollup merge of #46387 - chrisduerr:master, r=QuietMisdreavus | kennytm | -1/+16 |
| 2017-12-02 | Rollup merge of #46386 - Aaron1011:fix_rustdoc_log, r=Mark-Simulacrum | kennytm | -2/+0 |
| 2017-12-02 | Rollup merge of #46385 - alexcrichton:fix-cargo-book, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2017-12-02 | Rollup merge of #46376 - SimonSapin:cargoup, r=kennytm | kennytm | -0/+0 |
| 2017-12-02 | Rollup merge of #46373 - jakllsch:netbsd-kern_proc_pathname, r=kennytm | kennytm | -1/+28 |
| 2017-12-02 | Rollup merge of #46280 - tamird:remove-old-refs, r=alexcrichton | kennytm | -19/+15 |
| 2017-12-02 | Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakis | kennytm | -12/+63 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -1046/+1047 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -719/+719 |
| 2017-12-01 | Auto merge of #46338 - michaelwoerister:lazy-diagnostics, r=nikomatsakis | bors | -226/+476 |
| 2017-12-01 | incr.comp.: Fix merge fallout. | Michael Woerister | -1/+0 |
| 2017-12-01 | Auto merge of #46236 - davidtwco:issue-46023, r=arielb1 | bors | -50/+89 |
| 2017-12-01 | incr.comp.: Use the awesome new '_ in a few places. | Michael Woerister | -21/+21 |
| 2017-12-01 | incr.comp.: Allow for recovering from missing on-disk cache entries. | Michael Woerister | -25/+43 |
| 2017-12-01 | incr.comp.: Load diagnostics from previous session lazily and clean up on-dis... | Michael Woerister | -135/+159 |
| 2017-12-01 | incr.comp.: Add a newtype for byte positions within the incr. comp. cache. | Michael Woerister | -11/+25 |
| 2017-12-01 | incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache. | Michael Woerister | -114/+178 |
| 2017-12-01 | incr.comp.: Properly hash and encode macro expansion information. | Michael Woerister | -7/+138 |
| 2017-12-01 | build_helper: destination file can't be up to date when not exists | Nikolay Merinov | -0/+3 |
| 2017-12-01 | Auto merge of #46211 - snipsco:master, r=pnkfelix | bors | -0/+4 |
| 2017-12-01 | add magic comment for ui test, remove newline | Julian Kulesh | -1/+1 |
| 2017-12-01 | Updated generic-associated-types-where stderr | Sunjay Varma | -2/+2 |
| 2017-12-01 | Added case for when impl generic associated type has a where clause | Sunjay Varma | -0/+2 |
| 2017-12-01 | Moved all of the tests over to ui and annotated why they are failing with app... | Sunjay Varma | -35/+97 |
| 2017-12-01 | Removed FIXME on a line that actually works for some reason... | Sunjay Varma | -1/+0 |
| 2017-12-01 | Adding error line so that test passes | Sunjay Varma | -0/+1 |
| 2017-12-01 | added must-compile-successfully | Sunjay Varma | -0/+2 |
| 2017-12-01 | Testing and fixes | Sunjay Varma | -46/+19 |
| 2017-12-01 | Renaming MethodRibKind to TraitOrImplItemRibKind and removing its field which... | Sunjay Varma | -80/+69 |
| 2017-12-01 | Adding type paramter ribs for generic associated types | Sunjay Varma | -2/+10 |