about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-01Fix deduplication of itemsGuillaume Gomez-3/+10
2017-12-01Auto merge of #46338 - michaelwoerister:lazy-diagnostics, r=nikomatsakisbors-226/+476
2017-12-01incr.comp.: Fix merge fallout.Michael Woerister-1/+0
2017-12-01Auto merge of #46236 - davidtwco:issue-46023, r=arielb1bors-50/+89
2017-12-01incr.comp.: Use the awesome new '_ in a few places.Michael Woerister-21/+21
2017-12-01incr.comp.: Allow for recovering from missing on-disk cache entries.Michael Woerister-25/+43
2017-12-01incr.comp.: Load diagnostics from previous session lazily and clean up on-dis...Michael Woerister-135/+159
2017-12-01incr.comp.: Add a newtype for byte positions within the incr. comp. cache.Michael Woerister-11/+25
2017-12-01incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache.Michael Woerister-114/+178
2017-12-01incr.comp.: Properly hash and encode macro expansion information.Michael Woerister-7/+138
2017-12-01Auto merge of #46211 - snipsco:master, r=pnkfelixbors-0/+4
2017-12-01Auto merge of #45997 - estebank:pub-ident, r=nikomatsakisbors-21/+267
2017-12-01Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkovbors-578/+949
2017-12-01Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddybbors-1720/+44
2017-11-30Fixed spurious cannot borrow immutable item error with a closure.David Wood-1/+1
2017-11-30Immutable unique closure upvars cannot be mutated.David Wood-49/+64
2017-11-30Added test for spurious cannot borrow immutable item error with a closureDavid Wood-0/+2
2017-11-30Added test for immutable unique closure upvar mutation.David Wood-0/+22
2017-11-30explanatory note for the workaroundMathieu Poumeyrol-0/+3
2017-11-30Reenable clippyOliver Schneider-12/+25
2017-11-30Mark rustfmt and rls as brokenPietro Albini-2/+2
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-576/+947
2017-11-30Auto merge of #46299 - michaelwoerister:incr-comp-krimskrams, r=nikomatsakisbors-47/+147
2017-11-30Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakisbors-53/+148
2017-11-30Auto merge of #46041 - zilbuz:issue-44837, r=arielb1bors-79/+232
2017-11-29Auto merge of #46144 - nrc:rls-update, r=alexcrichtonbors-78/+125
2017-11-29incr.comp.: Update test cases after metadata hashing removal.Michael Woerister-1117/+5
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-603/+39
2017-11-29Rollup merge of #46356 - daboross:patch-2, r=sfacklerkennytm-1/+1
2017-11-29Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytmkennytm-3/+3
2017-11-29Rollup merge of #46322 - gnzlbg:mmx, r=alexcrichtonkennytm-1/+4
2017-11-29Rollup merge of #46293 - ollie27:atomic_bool_from, r=BurntSushikennytm-0/+7
2017-11-29Rollup merge of #46287 - SimonSapin:stable-constness, r=aturonkennytm-164/+8
2017-11-29Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomezkennytm-13/+106
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-324/+186
2017-11-29Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichtonkennytm-2/+63
2017-11-29Update Rustfmt againNick Cameron-20/+20
2017-11-29Rebased Cargo.lockNick Cameron-54/+100
2017-11-29Update CargoNick Cameron-0/+0
2017-11-29Update RLS and RustfmtNick Cameron-18/+19
2017-11-28Reject '2' as a binary digit in internals of 'b' formattingDavid Ross-1/+1
2017-11-28Auto merge of #46207 - kennytm:kill-grep, r=alexcrichtonbors-120/+244
2017-11-28Auto merge of #46094 - dtolnay:is_null, r=alexcrichtonbors-15/+55
2017-11-28Fix doc test of previous commitJulien Cretin-0/+2
2017-11-28Auto merge of #46291 - alexcrichton:wasm-tests, r=kennytmbors-31/+81
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-31/+81
2017-11-28Disable the cdylib-fewer-symbols test for all Windows (test was broken).kennytm-1/+3
2017-11-28Replace most call to grep in run-make by a script that cat the input.kennytm-119/+241
2017-11-28mir-borrowck: Update testsBasile Desloges-16/+39
2017-11-28Auto merge of #46329 - arielb1:incoherent, r=eddybbors-81/+48