about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-30Fix typo in docsDylan MacKenzie-1/+1
2019-09-30Auto merge of #64778 - csmoe:index, r=eddybbors-203/+231
2019-09-30Auto merge of #64600 - scottmcm:no-slice-tryfold-unroll, r=blussbors-68/+1
2019-09-30Auto merge of #64904 - ollie27:rustdoc_logo, r=Mark-Simulacrumbors-1/+1
2019-09-30Auto merge of #64881 - RalfJung:miri, r=RalfJungbors-5/+10
2019-09-29Auto merge of #64673 - Mark-Simulacrum:opt-match-ck, r=oli-obkbors-2/+16
2019-09-29Optimize try_eval_bits to avoid layout queriesMark Rousskov-2/+16
2019-09-29rustdoc: Fix default logo filenameOliver Middleton-1/+1
2019-09-29Rollup merge of #64894 - Centril:fix-64682, r=petrochenkovMazdak Farrokhzad-127/+391
2019-09-29Rollup merge of #64858 - skinny121:str-const-generics, r=varkorMazdak Farrokhzad-26/+116
2019-09-29Rollup merge of #64825 - estebank:match-unit, r=CentrilMazdak Farrokhzad-50/+180
2019-09-29Rollup merge of #64735 - GuillaumeGomez:long-err-explanation-E0533, r=CentrilMazdak Farrokhzad-4/+67
2019-09-29Rollup merge of #64691 - estebank:unexpected-variant, r=CentrilMazdak Farrokhzad-24/+126
2019-09-29bump MiriRalf Jung-5/+10
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-163/+164
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-42/+49
2019-09-29move bit_set into rustc_indexcsmoe-2/+3
2019-09-29move index_vec into rustc_indexcsmoe-1/+8
2019-09-29init librustc_index cratecsmoe-0/+12
2019-09-29Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichtonbors-118/+438
2019-09-29syntax: fix #64682.Mazdak Farrokhzad-127/+391
2019-09-29Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomats...bors-17/+531
2019-09-29Auto merge of #64886 - Centril:rollup-30dqh8j, r=Centrilbors-909/+560
2019-09-29Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ...Mazdak Farrokhzad-472/+191
2019-09-29Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-SimulacrumMazdak Farrokhzad-3/+7
2019-09-29Rollup merge of #64589 - andre-richter:aarch64_bare_metal, r=AmanieuMazdak Farrokhzad-2/+40
2019-09-29Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasperMazdak Farrokhzad-432/+322
2019-09-29Auto merge of #64470 - ecstatic-morse:split-promotion-and-validation, r=eddyb...bors-290/+2009
2019-09-28Put panic=abort test support behind -Z panic_abort_testsTyler Mandry-15/+45
2019-09-28Add test for libtest panic=abort modeTyler Mandry-0/+65
2019-09-28Spawn one subprocess per unit test when panic=abortTyler Mandry-100/+304
2019-09-28Support run-fail ui testsTyler Mandry-4/+25
2019-09-28Rollup merge of #64880 - llogiq:slice-docs, r=CentrilMazdak Farrokhzad-1/+1
2019-09-28Rollup merge of #64876 - vertexclique:vcq/fix-fn-name-intrinsic-op-unsafety, ...Mazdak Farrokhzad-4/+4
2019-09-28Rollup merge of #64875 - ehuss:async-await-reserved, r=estebankMazdak Farrokhzad-61/+61
2019-09-28Rollup merge of #64852 - Baranowski:param_note_52082, r=estebankMazdak Farrokhzad-26/+188
2019-09-28Rollup merge of #64837 - nliberg:patch-2, r=CentrilMazdak Farrokhzad-6/+6
2019-09-28Rollup merge of #64793 - immunant:format_spans, r=matthewjasperMazdak Farrokhzad-12/+9
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-32/+59
2019-09-28Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasperMazdak Farrokhzad-18/+50
2019-09-28Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkorMazdak Farrokhzad-3/+64
2019-09-28Rollup merge of #64131 - shivan1b:deterministic-fxhashmap, r=Mark-SimulacrumMazdak Farrokhzad-0/+178
2019-09-29Add a couple more test cases, including non-ascii strings.ben-3/+16
2019-09-28Slice docs: fix typoAndre Bogus-1/+1
2019-09-28clean upEsteban Küber-16/+15
2019-09-28review commentsEsteban Küber-22/+28
2019-09-28Point at enclosing match when expecting `()` in armEsteban Küber-33/+158
2019-09-28Fix typo in intrinsics op safetyMahmut Bulut-4/+4
2019-09-28Upgrade async/await to "used" keywords.Eric Huss-61/+61
2019-09-28Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obkbors-254/+425