about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-12-25Auto merge of #46910 - alexcrichton:thinlto-default, r=michaelwoeristerbors-4/+32
2017-12-24Auto merge of #46899 - m4b:linkage_name_equals_symbol_name, r=michaelwoeristerbors-30/+24
2017-12-24Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnaybors-167/+321
2017-12-24Auto merge of #46630 - alexcrichton:update-git2, r=nikomatsakisbors-105/+142
2017-12-24Update Cargo and its dependenciesAlex Crichton-105/+142
2017-12-24Auto merge of #46896 - arielb1:shadow-scope, r=eddybbors-25/+132
2017-12-24Capture environment at spawnDiggory Blake-167/+321
2017-12-24Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddybbors-2/+40
2017-12-24Auto merge of #46859 - gereeter:uninhabited-unions, r=eddybbors-11/+50
2017-12-24Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakisbors-5/+112
2017-12-24Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1bors-3/+118
2017-12-23Remove unnecessary assert that unions have only one variantJonathan S-3/+0
2017-12-23rustc: Set release mode cgus to 16 by defaultAlex Crichton-4/+32
2017-12-23Auto merge of #46881 - michaelwoerister:ensure-coherence, r=nikomatsakisbors-16/+62
2017-12-23Testcase for const-eval array lengthsWilco Kusee-0/+34
2017-12-23Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakisbors-100/+52
2017-12-23Auto merge of #46857 - estebank:use-loop-sp, r=nikomatsakisbors-28/+7
2017-12-22Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakisbors-73/+129
2017-12-22Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebankbors-15/+46
2017-12-22Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1bors-70/+89
2017-12-22Auto merge of #46752 - Yoric:nll, r=arielb1bors-39/+45
2017-12-22Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkovbors-41/+112
2017-12-21Mark clippy as brokenEsteban Küber-1/+1
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-328/+452
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-40/+111
2017-12-22Rollup merge of #46918 - alexcrichton:fix-ordering, r=michaelwoeristerkennytm-0/+11
2017-12-21Auto merge of #45930 - jplatte:generics_refactoring, r=eddybbors-836/+1024
2017-12-22Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnikkennytm-19/+15
2017-12-22Rollup merge of #46890 - arielb1:contributing-improvements, r=steveklabnikkennytm-14/+64
2017-12-22Rollup merge of #46884 - Manishearth:vec-docs, r=steveklabnikkennytm-2/+4
2017-12-22Rollup merge of #46878 - malbarbo:fix-armv5te, r=alexcrichtonkennytm-0/+0
2017-12-22Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebankkennytm-9/+56
2017-12-22Rollup merge of #46847 - GuillaumeGomez:more-sidebar-escape, r=QuietMisdreavuskennytm-3/+49
2017-12-22Rollup merge of #46839 - michaelwoerister:faster-span-hashing-2, r=nikomatsakiskennytm-8/+36
2017-12-22Rollup merge of #46820 - nodakai:simplify-int-impl, r=alexcrichtonkennytm-151/+52
2017-12-22Rollup merge of #46814 - varkor:contrib-7, r=alexcrichtonkennytm-5/+67
2017-12-22Rollup merge of #46809 - eddyb:issue-46769-optimal, r=arielb1kennytm-9/+16
2017-12-22Rollup merge of #46784 - bjorn3:patch-1, r=pnkfelixkennytm-59/+24
2017-12-22Rollup merge of #46780 - varkor:contrib-5, r=arielb1kennytm-17/+36
2017-12-22Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebankkennytm-32/+22
2017-12-21Mir: fixup nits in previous commit (f536143)David Henningsson-6/+5
2017-12-21Add Encodable and Decodable impls for Arc<[T]>John Kåre Alsaker-0/+24
2017-12-21Remove useless RcJohn Kåre Alsaker-2/+2
2017-12-21Make IndexVec implement Send and SyncJohn Kåre Alsaker-1/+1
2017-12-21Add a -Z query-threads compiler optionJohn Kåre Alsaker-0/+12
2017-12-21Refactor code so the call to codemap.files() does not deadlockJohn Kåre Alsaker-4/+2
2017-12-21Make err_count thread safeJohn Kåre Alsaker-8/+10
2017-12-21Make mk_attr_id thread safeJohn Kåre Alsaker-9/+8
2017-12-21Combine GlobalArenas and DroplessArena into AllArenasJohn Kåre Alsaker-46/+30
2017-12-21Issue #46589 - Kill borrows on a local variable whenever we assign over this ...David Teller-39/+45