| Age | Commit message (Expand) | Author | Lines |
| 2017-12-01 | Fix deduplication of items | Guillaume Gomez | -3/+10 |
| 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 | Auto merge of #46211 - snipsco:master, r=pnkfelix | bors | -0/+4 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -21/+267 |
| 2017-12-01 | Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkov | bors | -578/+949 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -1720/+44 |
| 2017-11-30 | Fixed spurious cannot borrow immutable item error with a closure. | David Wood | -1/+1 |
| 2017-11-30 | Immutable unique closure upvars cannot be mutated. | David Wood | -49/+64 |
| 2017-11-30 | Added test for spurious cannot borrow immutable item error with a closure | David Wood | -0/+2 |
| 2017-11-30 | Added test for immutable unique closure upvar mutation. | David Wood | -0/+22 |
| 2017-11-30 | explanatory note for the workaround | Mathieu Poumeyrol | -0/+3 |
| 2017-11-30 | Reenable clippy | Oliver Schneider | -12/+25 |
| 2017-11-30 | Mark rustfmt and rls as broken | Pietro Albini | -2/+2 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -576/+947 |
| 2017-11-30 | Auto merge of #46299 - michaelwoerister:incr-comp-krimskrams, r=nikomatsakis | bors | -47/+147 |
| 2017-11-30 | Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakis | bors | -53/+148 |
| 2017-11-30 | Auto merge of #46041 - zilbuz:issue-44837, r=arielb1 | bors | -79/+232 |
| 2017-11-29 | Auto merge of #46144 - nrc:rls-update, r=alexcrichton | bors | -78/+125 |
| 2017-11-29 | incr.comp.: Update test cases after metadata hashing removal. | Michael Woerister | -1117/+5 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -603/+39 |
| 2017-11-29 | Rollup merge of #46356 - daboross:patch-2, r=sfackler | kennytm | -1/+1 |
| 2017-11-29 | Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm | kennytm | -3/+3 |
| 2017-11-29 | Rollup merge of #46322 - gnzlbg:mmx, r=alexcrichton | kennytm | -1/+4 |
| 2017-11-29 | Rollup merge of #46293 - ollie27:atomic_bool_from, r=BurntSushi | kennytm | -0/+7 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -164/+8 |
| 2017-11-29 | Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomez | kennytm | -13/+106 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -324/+186 |
| 2017-11-29 | Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichton | kennytm | -2/+63 |
| 2017-11-29 | Update Rustfmt again | Nick Cameron | -20/+20 |
| 2017-11-29 | Rebased Cargo.lock | Nick Cameron | -54/+100 |
| 2017-11-29 | Update Cargo | Nick Cameron | -0/+0 |
| 2017-11-29 | Update RLS and Rustfmt | Nick Cameron | -18/+19 |
| 2017-11-28 | Reject '2' as a binary digit in internals of 'b' formatting | David Ross | -1/+1 |
| 2017-11-28 | Auto merge of #46207 - kennytm:kill-grep, r=alexcrichton | bors | -120/+244 |
| 2017-11-28 | Auto merge of #46094 - dtolnay:is_null, r=alexcrichton | bors | -15/+55 |
| 2017-11-28 | Fix doc test of previous commit | Julien Cretin | -0/+2 |
| 2017-11-28 | Auto merge of #46291 - alexcrichton:wasm-tests, r=kennytm | bors | -31/+81 |
| 2017-11-28 | ci: Start running wasm32 tests on Travis | Alex Crichton | -31/+81 |
| 2017-11-28 | Disable the cdylib-fewer-symbols test for all Windows (test was broken). | kennytm | -1/+3 |
| 2017-11-28 | Replace most call to grep in run-make by a script that cat the input. | kennytm | -119/+241 |
| 2017-11-28 | mir-borrowck: Update tests | Basile Desloges | -16/+39 |
| 2017-11-28 | Auto merge of #46329 - arielb1:incoherent, r=eddyb | bors | -81/+48 |