about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-06-15Add EMIR_MIR_FOR_EACH_BIT_WIDTH to failing testWesley Wiser-0/+43
2020-06-15[const-prop] Remove `ConstPropMode::NoPropagation`Wesley Wiser-19/+24
2020-06-15updated mir-opt test due to other recent changes to MIRRich Kadel-12/+12
2020-06-15added test, Operand::const_from_scalar, require_lang_item, & commentsRich Kadel-0/+142
2020-06-15removed experiments for cleaner github PRRich Kadel-2332/+0
2020-06-15[WIP] injects llvm intrinsic instrprof.increment for coverage reportsRich Kadel-0/+2332
2020-06-15make all uses of ty::Error or ConstKind::Error delay a span bugmark-2/+2
2020-06-15elaborate, add check for exact boundsErik Desjardins-1/+18
2020-06-15asm: Allow multiple template strings; interpret them as newline-separatedJosh Triplett-5/+342
2020-06-15Only display other method receiver candidates if they actually applyAaron Hill-25/+0
2020-06-15review commentsEsteban Küber-25/+25
2020-06-15Add testJonas Schievink-0/+28
2020-06-15Expand "recursive opaque type" diagnosticEsteban Küber-99/+179
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-37/+37
2020-06-15small tweaksEsteban Küber-25/+16
2020-06-15Register new eror codeEsteban Küber-4/+15
2020-06-15Use note for requirement source spanEsteban Küber-35/+75
2020-06-15review comments: wordingEsteban Küber-54/+54
2020-06-15Tweak wording and add error codeEsteban Küber-78/+78
2020-06-15Tweak output for overlapping required/captured spansEsteban Küber-66/+11
2020-06-15Move overlapping span to a noteEsteban Küber-45/+69
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-46/+48
2020-06-15When `'static` is explicit, suggest constraining argument with itEsteban Küber-114/+158
2020-06-15Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` return ...Esteban Küber-13/+163
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-101/+113
2020-06-15Always capture tokens for `macro_rules!` argumentsAaron Hill-0/+179
2020-06-15Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelixbors-302/+392
2020-06-15Change how compiler-builtins gets many CGUsAlex Crichton-40/+0
2020-06-15Enable static-pie for the x86_64-unknown-linux-musl targetHarald Hoyer-0/+58
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-79/+160
2020-06-15Update sanitizer testNathan Corbyn-1/+2
2020-06-15Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obkRalf Jung-32/+35
2020-06-15Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasperRalf Jung-47/+125
2020-06-15Fix sanitizer testNathan Corbyn-2/+1
2020-06-15Fix whitespaceNathan Corbyn-1/+1
2020-06-15Fix exports with `#[inline(always)]`Nathan Corbyn-8/+63
2020-06-15Fix whitespaceNathan Corbyn-1/+1
2020-06-15Export all fns with extern indicatorNathan Corbyn-26/+61
2020-06-15Export `#[inline] #[no_mangle]` fns in cdylibs and staticlibsNathan Corbyn-0/+26
2020-06-15Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJungbors-56/+624
2020-06-15Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closur...Ralf Jung-0/+19
2020-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-5/+70
2020-06-15Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este...Ralf Jung-0/+33
2020-06-15Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakisRalf Jung-42/+453
2020-06-15Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obkRalf Jung-9/+49
2020-06-15Test that bounds checks are elided when slice len is checked up-frontErik Desjardins-0/+26
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-331/+440
2020-06-15Add ui tests for issue 68590 and 72225Gary Guo-0/+46
2020-06-14UI test for deprecation warning of casting enum implementing Dropoddg-0/+34
2020-06-14structural_match: non-structural-match ty closuresDavid Wood-0/+19