about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-04-06Don't lint for self-recursion when the function can divergeJonas Schievink-0/+18
2020-04-05Rollup merge of #70815 - RalfJung:layout-debug, r=jonas-schievinkDylan DPC-6/+45
2020-04-05also print type typeRalf Jung-5/+5
2020-04-05also print rustc_layout on impl trait type aliasesRalf Jung-2/+41
2020-04-05Rollup merge of #70806 - RalfJung:miri-assignment-check, r=eddybDylan DPC-0/+10
2020-04-05add testRalf Jung-0/+10
2020-04-05Rollup merge of #70768 - petrochenkov:macambig, r=Centril,mark-i-mDylan DPC-0/+13
2020-04-05Rollup merge of #70748 - ogoffart:enum-layout-optim2, r=eddybDylan DPC-0/+25
2020-04-04macro_rules: `NtLifetime` cannot start with an identifierVadim Petrochenkov-0/+13
2020-04-04Auto merge of #70272 - eddyb:type-of-impl-trait, r=nikomatsakisbors-124/+167
2020-04-04tests: add tests for lifetime and const params of opaque types.Eduard-Mihai Burtescu-27/+94
2020-04-04typeck/type_of: let wfcheck handle duplicate generics in opaque types' substs.Eduard-Mihai Burtescu-42/+26
2020-04-04typeck/type_of: let wfcheck handle concrete types in opaque types' substs.Eduard-Mihai Burtescu-46/+51
2020-04-04typeck/type_of: don't ignore incorrect defining uses of opaque types.Eduard-Mihai Burtescu-59/+46
2020-04-04typeck/type_of: simplify checking of opaque types with multipler defining uses.Eduard-Mihai Burtescu-3/+3
2020-04-04Auto merge of #69718 - arlosi:debughash, r=eddybbors-3/+15
2020-04-03Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakisbors-0/+42
2020-04-03Do not disable field reordering on enums with big discriminantOlivier Goffart-0/+25
2020-04-03Rollup merge of #70741 - DutchGhost:test-59023, r=CentrilMazdak Farrokhzad-0/+17
2020-04-03Rollup merge of #70720 - ecstatic-morse:issue-70637, r=oli-obkMazdak Farrokhzad-0/+12
2020-04-03Rollup merge of #70640 - jonas-schievink:async-ice, r=cramertjMazdak Farrokhzad-0/+56
2020-04-03Rollup merge of #70576 - Rustin-Liu:rustin-patch-link-cfg, r=varkorMazdak Farrokhzad-1/+1
2020-04-03Add regression test for #70673Oliver Scherer-0/+12
2020-04-04Update the description of link_cfg unstableRustin-Liu-1/+1
2020-04-03Add test for #59023DutchGhost-0/+17
2020-04-03Rollup merge of #70725 - Centril:nix-unwraps, r=estebankDylan DPC-0/+51
2020-04-03Rollup merge of #70696 - jumbatm:extend-issue-69020-test, r=RalfJungDylan DPC-93/+184
2020-04-03Auto merge of #70582 - pnkfelix:update-llvm-to-fix-69841, r=cuviperbors-0/+30
2020-04-03Auto merge of #70642 - eddyb:remap-sysroot-src, r=Mark-Simulacrumbors-582/+229
2020-04-03add_type_neq_err_label: don't .unwrapMazdak Farrokhzad-0/+51
2020-04-03Add comment explaining the reversed operands testsjumbatm-59/+60
2020-04-03Rollup merge of #70716 - matthewjasper:infer-const-type-regions, r=eddybMazdak Farrokhzad-3/+14
2020-04-03Rollup merge of #70595 - wesleywiser:remove_unused_discriminant_reads, r=oli-obkMazdak Farrokhzad-9/+56
2020-04-02Add hash of source files in debug infoArlo Siemsen-3/+15
2020-04-02unerase regions in `infer_placeholder_type`Matthew Jasper-3/+14
2020-04-02Move #69020 test to ui/associated-const + rebless.jumbatm-90/+162
2020-04-02Extend #69020 test to include reversed order.jumbatm-0/+18
2020-04-02Rollup merge of #70681 - rcoh:russell/70677-raw-str-panic, r=petrochenkovMazdak Farrokhzad-0/+14
2020-04-02Rollup merge of #70634 - Centril:import-directly, r=Mark-SimulacrumMazdak Farrokhzad-2/+4
2020-04-02Rollup merge of #70421 - Centril:recover-const-async-fn-ptr, r=estebankMazdak Farrokhzad-5/+185
2020-04-02Remove unused discriminant reads from MIR bodiesWesley Wiser-9/+56
2020-04-02fix fulldeps test falloutMazdak Farrokhzad-2/+4
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-582/+229
2020-04-02Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieubors-60/+74
2020-04-02Handle unterminated raw strings with no #s properlyRussell Cohen-0/+14
2020-04-01Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obkDylan DPC-74/+148
2020-04-01Rollup merge of #70535 - jonas-schievink:graph-refactor, r=nikomatsakisDylan DPC-0/+23
2020-04-01Rollup merge of #70522 - rcoh:60762-raw-string-errors, r=petrochenkovMazdak Farrokhzad-15/+50
2020-04-01Hide `task_context` when lowering bodyJonas Schievink-0/+56
2020-04-01Rollup merge of #70556 - Centril:fix-70552, r=estebankDylan DPC-0/+11