about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-12Auto merge of #68241 - ecstatic-morse:unified-dataflow-impls, r=pnkfelixbors-0/+2
2020-02-12Rollup merge of #69026 - TimDiekmann:common-usage, r=AmanieuYuki Okushi-18/+0
2020-02-12Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJungYuki Okushi-41/+119
2020-02-11Test failure of unchecked arithmetic intrinsics in const evalDylan MacKenzie-41/+119
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-0/+449
2020-02-11Use new dataflow framework for `rustc_peek` testsDylan MacKenzie-0/+2
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-263/+301
2020-02-11Rollup merge of #69031 - Centril:dyntest, r=eddybDylan DPC-30/+30
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-232/+270
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-1/+1
2020-02-11Auto merge of #68725 - jumbatm:invert-control-in-struct_lint_level, r=Centrilbors-43/+81
2020-02-11Fix stage2 test failures from call to span_lint.jumbatm-43/+80
2020-02-11Also check for "use fully-qualified syntax".jumbatm-0/+1
2020-02-11Auto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisabors-6/+4
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-685/+689
2020-02-10Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPCbors-2/+96
2020-02-10Add `repr(no_niche)` to `UnsafeCell`. Fix #68303.Felix S. Klock II-0/+32
2020-02-10tests for `#[repr(no_niche)]`.Felix S. Klock II-0/+417
2020-02-10Remove common usage pattern from `AllocRef`Tim Diekmann-18/+0
2020-02-10use `dyn Trait` more in testsMazdak Farrokhzad-30/+30
2020-02-10Rollup merge of #69014 - dwrensha:fix-68890, r=CentrilDylan DPC-0/+24
2020-02-10Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=CentrilDylan DPC-0/+55
2020-02-10Rollup merge of #68908 - jwhite927:E0637, r=Dylan-DPCDylan DPC-2/+17
2020-02-10Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrumbors-16/+18
2020-02-10Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPCbors-5/+89
2020-02-09[parser] change an instance of span_bug() to struct_span_err() to avoid ICEDavid Renshaw-0/+24
2020-02-10Rollup merge of #69006 - petrochenkov:prevspan2, r=CentrilDylan DPC-2/+2
2020-02-10Rollup merge of #68992 - matthewjasper:imm-binding-after-at, r=CentrilDylan DPC-0/+75
2020-02-10Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnayDylan DPC-1/+10
2020-02-09Reduce queries/map lookups done by coherenceJonas Schievink-2/+2
2020-02-09Auto merge of #67665 - Patryk27:master, r=zackmdavisbors-288/+790
2020-02-10parser: Keep current and previous tokens preciselyVadim Petrochenkov-2/+2
2020-02-09--bless --compare-mode=nllMatthias Prechtl-685/+689
2020-02-09Rollup merge of #68913 - Areredify:gat_pretty, r=cramertjJonas Schievink-0/+42
2020-02-09rustc_codegen_ssa: only "spill" SSA-like values to the stack for debuginfo.Eduard-Mihai Burtescu-1/+1
2020-02-09rustc_codegen_ssa: use `debug_introduce_local` on Operand call results.Eduard-Mihai Burtescu-5/+3
2020-02-09Don't parse `mut a @ b` as `mut a @ mut b`Matthew Jasper-0/+75
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-288/+790
2020-02-09Auto merge of #68689 - estebank:where-clause-sugg-missing-fn, r=varkorbors-8/+121
2020-02-08Test ASCII ctype methods in a const contextDylan MacKenzie-0/+55
2020-02-08review commentEsteban Küber-11/+11
2020-02-08review commentsEsteban Küber-6/+2
2020-02-09Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasperbors-776/+2695
2020-02-08Test `NonZeroU8::new` in a const contextDylan MacKenzie-1/+10
2020-02-08Disable failing codegen testCAD97-16/+18
2020-02-08Merge branch 'master' of https://github.com/jwhite927/rust into E0637Josh White-22/+667
2020-02-08Auto merge of #68802 - eddyb:debuginfo-there-can-only-be-one-arg, r=nagisabors-0/+11
2020-02-08Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddybbors-1/+831
2020-02-08Auto merge of #68443 - eddyb:abi-compat-enum, r=nagisabors-22/+590
2020-02-08test: use `all: $(call NATIVE_STATICLIB,test)` to build a C lib.Eduard-Mihai Burtescu-4/+2