about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-461/+184
2019-09-28StableHasher does not need to be generic over the Result typeMark Rousskov-11/+7
2019-09-28rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`.Eduard-Mihai Burtescu-18/+8
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-386/+295
2019-09-28rustc: don't store a lifetime in hir::TyKind::CVarArgs.Eduard-Mihai Burtescu-30/+18
2019-09-28syntax: don't keep a redundant c_variadic flag in the AST.Eduard-Mihai Burtescu-19/+22
2019-09-28Rename `sty` to `kind`Dylan MacKenzie-6/+6
2019-09-28Bless miri unleashed outputDylan MacKenzie-12/+5
2019-09-28Revert "Use conservative, type-based qualifcation for statics"Dylan MacKenzie-2/+3
2019-09-28Correct `IndirectlyMutableLocals` docsDylan MacKenzie-8/+4
2019-09-28Mask results from flow-sensitive resolver with `in_any_value_of_ty`Dylan MacKenzie-1/+19
2019-09-28Add description for every module in `check_consts`Dylan MacKenzie-0/+17
2019-09-28Share `IndirectlyMutableLocals` results via referenceDylan MacKenzie-26/+35
2019-09-28Require `fmt::Debug` to implement `NonConstOp`Dylan MacKenzie-4/+4