about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-03Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavusbors-96/+157
2017-12-02Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoeristerbors-126/+154
2017-12-02Auto merge of #46381 - estebank:expected-span, r=nikomatsakisbors-15/+26
2017-12-02Auto merge of #46368 - michaelwoerister:incr-comp-type-debuginfo-spans, r=eddybbors-14/+10
2017-12-02Auto merge of #46349 - estebank:highlight-ref, r=arielb1bors-0/+56
2017-12-02Auto merge of #46347 - raventid:did-you-mean-increase-accuracy, r=estebankbors-5/+56
2017-12-02Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrcbors-8/+89
2017-12-02Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavusbors-6/+31
2017-12-02Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrumbors-288/+65
2017-12-02Auto merge of #46256 - estebank:suggest-deref, r=arielb1bors-36/+58
2017-12-02Auto merge of #45904 - sunjay:gat-parser, r=nikomatsakisbors-80/+486
2017-12-01Auto merge of #46430 - kennytm:rollup, r=kennytmbors-46/+217
2017-12-01Auto merge of #46425 - eddyb:mir-place, r=nikomatsakisbors-1591/+1592
2017-12-01Use suggestions instead of notes ref mismatchesEsteban Küber-36/+58
2017-12-02Rollup merge of #46421 - mnd:fix-build-for-guix, r=alexcrichtonkennytm-0/+3
2017-12-02Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavuskennytm-1/+43
2017-12-02Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebankkennytm-0/+34
2017-12-02Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1kennytm-1/+0
2017-12-02Rollup merge of #46400 - michaelwoerister:vtable-encodable, r=eddybkennytm-8/+8
2017-12-02Rollup merge of #46392 - GuillaumeGomez:fix-tooltip, r=QuietMisdreavuskennytm-0/+6
2017-12-02Rollup merge of #46387 - chrisduerr:master, r=QuietMisdreavuskennytm-1/+16
2017-12-02Rollup merge of #46386 - Aaron1011:fix_rustdoc_log, r=Mark-Simulacrumkennytm-2/+0
2017-12-02Rollup merge of #46385 - alexcrichton:fix-cargo-book, r=Mark-Simulacrumkennytm-1/+1
2017-12-02Rollup merge of #46376 - SimonSapin:cargoup, r=kennytmkennytm-0/+0
2017-12-02Rollup merge of #46373 - jakllsch:netbsd-kern_proc_pathname, r=kennytmkennytm-1/+28
2017-12-02Rollup merge of #46280 - tamird:remove-old-refs, r=alexcrichtonkennytm-19/+15
2017-12-02Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakiskennytm-12/+63
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-1046/+1047
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-719/+719
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-01build_helper: destination file can't be up to date when not existsNikolay Merinov-0/+3
2017-12-01Auto merge of #46211 - snipsco:master, r=pnkfelixbors-0/+4
2017-12-01add magic comment for ui test, remove newlineJulian Kulesh-1/+1
2017-12-01Updated generic-associated-types-where stderrSunjay Varma-2/+2
2017-12-01Added case for when impl generic associated type has a where clauseSunjay Varma-0/+2
2017-12-01Moved all of the tests over to ui and annotated why they are failing with app...Sunjay Varma-35/+97
2017-12-01Removed FIXME on a line that actually works for some reason...Sunjay Varma-1/+0
2017-12-01Adding error line so that test passesSunjay Varma-0/+1
2017-12-01added must-compile-successfullySunjay Varma-0/+2
2017-12-01Testing and fixesSunjay Varma-46/+19
2017-12-01Renaming MethodRibKind to TraitOrImplItemRibKind and removing its field which...Sunjay Varma-80/+69
2017-12-01Adding type paramter ribs for generic associated typesSunjay Varma-2/+10