about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-12-08Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ...Matthias Krüger-22/+52
2021-12-08Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiserMatthias Krüger-0/+104
2021-12-08Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r=Mark-Si...Matthias Krüger-12/+38
2021-12-07Future compatibility warning on cfg_attr on crate_type and crate_namebjorn3-12/+38
2021-12-07Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieubors-0/+282
2021-12-07Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-SimulacrumMatthias Krüger-5/+14
2021-12-07Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoeristerMatthias Krüger-7/+18
2021-12-07Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726Matthias Krüger-0/+33
2021-12-07Rollup merge of #91065 - wesleywiser:add_incr_test, r=jackh726Matthias Krüger-0/+299
2021-12-07Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-SimulacrumMatthias Krüger-0/+44
2021-12-06Recommend fix `count()` -> `len()` on slicesMichael Howell-0/+44
2021-12-06Expect extern fn with no body when parsingMichael Howell-0/+28
2021-12-06Fix AnonConst ICEthreadexception-0/+33
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-0/+282
2021-12-06Rollup merge of #91367 - FabianWolff:issue-91334-ice, r=nagisaMatthias Krüger-0/+60
2021-12-05Fix ICE in `check_must_not_suspend_ty()`Fabian Wolff-0/+60
2021-12-05Pretty print async block without redundant spaceDavid Tolnay-5/+5
2021-12-05Add pretty printer test for async blocksDavid Tolnay-0/+9
2021-12-05Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jshabors-67/+64
2021-12-05Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgrbors-140/+188
2021-12-05Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisaMatthias Krüger-1/+1
2021-12-05Rollup merge of #91450 - hkmatsumoto:hide-type-error, r=estebankMatthias Krüger-0/+28
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-138/+136
2021-12-05Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnrMatthias Krüger-1/+23
2021-12-05Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplettbors-1/+2
2021-12-05bless testsb-naber-1/+1
2021-12-05add testb-naber-0/+22
2021-12-05Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obkbors-1/+1
2021-12-05Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-seMatthias Krüger-19/+0
2021-12-05Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakisMatthias Krüger-3/+239
2021-12-05Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726Matthias Krüger-13/+22
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-1/+1
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-1/+2
2021-12-04Do not add `;` to expected tokens list when it's wrongMichael Howell-22/+24
2021-12-04Don't suggest types whose inner type is erroneousHirochika Matsumoto-0/+28
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-16/+287
2021-12-04Rollup merge of #89701 - tom7980:issue-89566-fix, r=petrochenkovMatthias Krüger-7/+183
2021-12-04Auto merge of #88439 - cynecx:unwind_asm, r=Amanieubors-44/+174
2021-12-04Rollup merge of #91488 - compiler-errors:issue-91477, r=estebankMatthias Krüger-0/+16
2021-12-04Rollup merge of #91478 - estebank:fix-newline-in-cast-suggestion, r=camelidMatthias Krüger-10/+10
2021-12-04Rollup merge of #91385 - ecstatic-morse:pat-param-spec-suggest, r=estebankMatthias Krüger-6/+18
2021-12-04Rollup merge of #91209 - camelid:snapshot, r=jyn514Matthias Krüger-10/+10
2021-12-03Add test case that evals to `EvaluatedToOkModuloRegions`Wesley Wiser-1/+32
2021-12-03Add test with `#[rustc_evaluate_where_clauses]`Wesley Wiser-1/+152
2021-12-03Add test for evaluate_obligation: Ok(EvaluatedToOkModuloRegions) ICEWesley Wiser-0/+117
2021-12-03Tweak "call this function" suggestion to have smaller spanEsteban Kuber-7/+18
2021-12-03limit may_unwind codegen test to x86_64cynecx-0/+1
2021-12-03fix feature-gate test for may_unwindcynecx-1/+3
2021-12-03fix inline asm test by not hardcoding symbol namescynecx-6/+18
2021-12-03fix inline asm test because of missing attributecynecx-1/+1