about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-08-04Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkovbors-0/+17
2022-08-04Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgrbors-12/+225
2022-08-03Rollup merge of #100111 - estebank:missing-let, r=compiler-errorsMatthias Krüger-0/+26
2022-08-03Rollup merge of #100107 - klensy:tr-w, r=compiler-errorsMatthias Krüger-1/+1
2022-08-03Rollup merge of #100105 - TaKO8Ki:add-regression-test-for-90871, r=compiler-e...Matthias Krüger-0/+28
2022-08-03Rollup merge of #100068 - dcsommer:master, r=petrochenkovMatthias Krüger-3/+30
2022-08-03Rollup merge of #100029 - hdelc:master, r=cjgillotMatthias Krüger-12/+36
2022-08-03Rollup merge of #99795 - compiler-errors:delay-specialization-normalize-error...Matthias Krüger-0/+58
2022-08-03Rollup merge of #99786 - obeis:issue-99625, r=compiler-errorsMatthias Krüger-0/+34
2022-08-03Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakisMatthias Krüger-0/+97
2022-08-03Provide suggestion on missing `let` in binding statementEsteban Küber-0/+26
2022-08-03Auto merge of #100064 - RalfJung:disaligned, r=petrochenkovbors-1/+150
2022-08-03fix is_disaligned logic for nested packed structsRalf Jung-1/+150
2022-08-03fix trailing whitespace in error messageklensy-1/+1
2022-08-03add regression test for #90871Takayuki Maeda-0/+28
2022-08-03Rollup merge of #99738 - notriddle:notriddle/multiple-modules-w-same-name, r=...Dylan DPC-0/+41
2022-08-03Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgrbors-104/+220
2022-08-02Add items to `DocAliasBadLocation` check error match armhdelc-10/+10
2022-08-03Delay a bug when failed to normalize trait ref during specializationMichael Goulet-0/+58
2022-08-02Fix backwards-compatibility check for tests with `+whole-archive`Daniel Sommermann-3/+30
2022-08-02rustdoc: avoid inlining foreigns with duplicate namesMichael Howell-0/+20
2022-08-02Auto merge of #92268 - jswrenn:transmute, r=oli-obkbors-0/+4128
2022-08-02Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errorsMatthias Krüger-104/+220
2022-08-02Rollup merge of #100052 - TimNN:patch-1, r=nikicMatthias Krüger-1/+1
2022-08-02Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiaskoMatthias Krüger-36/+36
2022-08-02NLL: relate closure to parent fnAli MJ Al-Nasrawy-0/+97
2022-08-02RISC-V ASM test: relax label name constraint.Tim Neumann-1/+1
2022-08-02Improve position named arguments lint underline and formatting namesPreston From-104/+220
2022-08-02Rollup merge of #100011 - compiler-errors:let-chain-restriction, r=fee1-deadMatthias Krüger-248/+332
2022-08-02Rollup merge of #99779 - GuillaumeGomez:fix-item-info-pos-and-height, r=notri...Matthias Krüger-8/+35
2022-08-02Properly reject the `may_unwind` option in `global_asm!`Amanieu d'Antras-36/+36
2022-08-01Auto merge of #95884 - cjgillot:assoc-item, r=lcnrbors-31/+47
2022-08-01Bless incremental tests.Camille GILLOT-31/+47
2022-08-01Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoeristerbors-24/+134
2022-08-01Prevent ICE for doc_alias on match arm, statement, expressionhdelc-2/+26
2022-08-01Rollup merge of #99976 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+21
2022-08-01Rollup merge of #99911 - cjgillot:no-guess, r=davidtwcoMatthias Krüger-56/+65
2022-08-01Rollup merge of #99629 - obeis:issue-99470, r=compiler-errorsMatthias Krüger-29/+54
2022-08-01Make Rustdoc exit with correct error code when scrape examples from invalid f...Will Crichton-0/+21
2022-08-01Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddybbors-35/+35
2022-08-01Use expr parse restrictions for let expr parsingMichael Goulet-248/+332
2022-07-31Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil...Matthias Krüger-5/+15
2022-07-31Rollup merge of #99973 - RalfJung:layout-things, r=eddybMatthias Krüger-920/+920
2022-07-31Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwcoMatthias Krüger-1/+11
2022-07-31Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkovMatthias Krüger-38/+63
2022-07-31Improve `cannot move out of` error messageObei Sideg-29/+54
2022-07-31--bless testsMaybe Waffle-5/+15
2022-07-31reorder fields in Laout debug outputRalf Jung-920/+920
2022-07-31Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex...Dylan DPC-0/+200
2022-07-31Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-deadDylan DPC-0/+95