about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-14Rollup merge of #59900 - czipperz:remove-bracket-mut-syntax-in-pin-docs, r=Ra...Mazdak Farrokhzad-12/+16
2019-04-14Rollup merge of #59896 - estebank:dedup-spans, r=davidtwcoMazdak Farrokhzad-4/+31
2019-04-14Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddybMazdak Farrokhzad-121/+303
2019-04-14Rollup merge of #59856 - albins:update-polonius, r=nikomatsakisMazdak Farrokhzad-3/+3
2019-04-14Auto merge of #59929 - RalfJung:miri, r=oli-obkbors-14/+14
2019-04-14Add missing backtick to Symbol documentation.krk-1/+1
2019-04-14Address review commentsVadim Petrochenkov-8/+13
2019-04-14Fix cross-crate visibility of fictive variant constructorsVadim Petrochenkov-1/+19
2019-04-14update miriRalf Jung-14/+14
2019-04-14Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkovbors-103/+90
2019-04-14huge-enum also exhibits this errorRalf Jung-0/+4
2019-04-14make lint levels more consistentRalf Jung-6/+7
2019-04-14some more tests need normalizationRalf Jung-0/+12
2019-04-14normalize away spurious errorRalf Jung-3/+27
2019-04-14normalize flags and rustc version in ICE reproRalf Jung-2/+4
2019-04-14fix output test for backtrace-debuginfo.rsRalf Jung-2/+4
2019-04-14fix testsRalf Jung-1/+26
2019-04-14compiletest normalization: preserve non-JSON lines such as ICEsRalf Jung-1/+2
2019-04-14bump stdsimd; make intra_doc_link_resolution_failure an error againRalf Jung-2/+2
2019-04-14Update testsJohn Kåre Alsaker-3/+3
2019-04-14HirIdify hir::Defljedrz-118/+300
2019-04-14Auto merge of #59798 - rchaser53:issue-59488, r=estebankbors-3/+188
2019-04-14Fix tidyAaron Hill-3/+3
2019-04-14Combine 'Extern' and 'ExternPrivate'Aaron Hill-36/+61
2019-04-14Properly parse '--extern-private' with name and pathAaron Hill-22/+113
2019-04-14Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centrilbors-198/+880
2019-04-14Rollup merge of #59911 - pnkfelix:revert-pr-59401-to-fix-emit-stack-sizes-gc-...Mazdak Farrokhzad-31/+0
2019-04-14Rollup merge of #59890 - GuillaumeGomez:empty-json-variables, r=QuietMisdreavusMazdak Farrokhzad-19/+34
2019-04-14Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertjMazdak Farrokhzad-27/+60
2019-04-14Rollup merge of #59812 - michaelwoerister:profile-gen-msvc-imp, r=alexcrichtonMazdak Farrokhzad-1/+29
2019-04-14Rollup merge of #59784 - davidtwco:issue-59764, r=estebankMazdak Farrokhzad-114/+751
2019-04-14Rollup merge of #59776 - GuillaumeGomez:apply-resource-suffix, r=QuietMisdreavusMazdak Farrokhzad-6/+6
2019-04-14Rollup merge of #59930 - kornelski:first-robots, r=GuillaumeGomezMazdak Farrokhzad-0/+8
2019-04-14Rollup merge of #59925 - solson:split_ascii_whitespace-docfix, r=CentrilMazdak Farrokhzad-1/+1
2019-04-14Rollup merge of #59912 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-34/+0
2019-04-14Rollup merge of #59899 - nnethercote:sort-enum-variants-by-size, r=pnkfelixMazdak Farrokhzad-26/+32
2019-04-14Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=CentrilMazdak Farrokhzad-61/+44
2019-04-14Rollup merge of #59855 - GuillaumeGomez:fix-attr-position-in-type-decl, r=Qui...Mazdak Farrokhzad-6/+17
2019-04-14Rollup merge of #59852 - alexcrichton:more-vectored, r=sfacklerMazdak Farrokhzad-37/+247
2019-04-14Rollup merge of #59835 - lzutao:nonzero-signed, r=Mark-SimulacrumMazdak Farrokhzad-1/+3
2019-04-14Rollup merge of #59830 - ehuss:keyword-links, r=Mark-SimulacrumMazdak Farrokhzad-30/+25
2019-04-14Rollup merge of #59818 - crlf0710:eliminate_libstd_fnbox, r=cramertjMazdak Farrokhzad-24/+15
2019-04-14Rollup merge of #59804 - Zoxc:cleaner-jobserver, r=alexcrichtonMazdak Farrokhzad-122/+8
2019-04-14Rollup merge of #59796 - oli-obk:const_arg_ice, r=eddybMazdak Farrokhzad-45/+51
2019-04-14Rollup merge of #59747 - gruberb:copy-book-toml-unstable-book, r=ehussMazdak Farrokhzad-11/+12
2019-04-14Rollup merge of #59735 - matklad:deadcode, r=sanxiynMazdak Farrokhzad-30/+9
2019-04-14Rollup merge of #59708 - matthewjasper:double-closure-unused-mut, r=pnkfelixMazdak Farrokhzad-28/+87
2019-04-14Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichtonMazdak Farrokhzad-43/+25
2019-04-13Expand note on mutable referencesChris Gregory-1/+4
2019-04-13Auto merge of #59612 - matthewjasper:dataflow-usual-newtype-index, r=estebankbors-76/+30