summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2023-09-28Remove `rustc_lint_defs::lint_array`DaniPopes-10/+9
2023-09-25Split out the stable part of smir into its own crate to prevent accidental us...Oli Scherer-5/+6
2023-09-25Fix test by adding a stable way to get an opaque DefKindOli Scherer-12/+10
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-20/+13
2023-09-22hide rustc line numbers in testRalf Jung-2/+2
2023-09-14Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naberbors-7/+13
2023-09-11Rollup merge of #115749 - oli-obk:smir_consts, r=compiler-errorsMatthias Krüger-0/+6
2023-09-11Update tools and fulldeps testsMatthew Jasper-7/+13
2023-09-11Auto merge of #115387 - weihanglo:merge-check-and-lint, r=oli-obkbors-3/+7
2023-09-11Allow loading the SMIR for constants and staticsOli Scherer-0/+6
2023-09-06Implement and test monomorphizationOli Scherer-2/+29
2023-09-06Also use `Const` in `SMIR` instead of just `ConstantKind`Oli Scherer-1/+1
2023-09-06Fail to test argument instantiation since we don't have types for most constantsOli Scherer-0/+27
2023-09-05Add tests and use ControlFlowCelina G. Val-1/+81
2023-09-05Diferentiate between ICE and compilation errorCelina G. Val-1/+1
2023-09-04Add help to allow lint for the implied by suggestionUrgau-1/+3
2023-08-30feat(rustc_lint): make `CheckLintName` respect lint levelWeihang Lo-3/+7
2023-08-29Create StableMir replacer for SMirCallsouz-a-31/+3
2023-07-26Bump syn dependencyOli Scherer-98/+106
2023-07-26Bump syn now that it doesn't affect diagnostics anymoreOli Scherer-90/+89
2023-07-11Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68Jubilee-13/+3
2023-07-11Don't depend on crate names in tests/ui-fulldeps/missing-rustc-driver-error.rsjyn-13/+3
2023-07-08Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obkMatthias Krüger-0/+36
2023-07-07Add Float ty to SMIRSantiago Pastorino-2/+8
2023-07-07Add Uint ty to SMIRSantiago Pastorino-2/+6
2023-07-07Add Int ty to SMIRSantiago Pastorino-2/+6
2023-07-07Add Char ty to SMIRSantiago Pastorino-2/+6
2023-07-07Add rustc_ty_to_ty basic testsSantiago Pastorino-0/+18
2023-07-03Bless ui-fulldeps/missing-rustc-driver-errorJosh Stone-10/+2
2023-06-28Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwcobors-0/+23
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-0/+3
2023-06-23Add test for invalid variablesclubby789-0/+23
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-19/+19
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-05-10Rollup merge of #110747 - oli-obk:smirty, r=spastorinoMatthias Krüger-1/+3
2023-05-08Encode types in SMIROli Scherer-0/+2
2023-05-08Create a trait to abstract over the smir APIOli Scherer-1/+1
2023-05-08Make spans a bit betterMichael Goulet-33/+25
2023-05-08Diagnostic args are still args if they're documentedMichael Goulet-0/+90
2023-05-06Rollup merge of #110610 - spastorino:smir-terminator, r=oli-obkMatthias Krüger-0/+24
2023-05-05Add Assert terminator to SMIRSantiago Pastorino-1/+14
2023-05-03Add Drop terminator to SMIRSantiago Pastorino-1/+12
2023-05-02Move some `Encodable`/`Decodable` tests.Nicholas Nethercote-111/+0
2023-04-20Add Call terminator to SMIRSantiago Pastorino-1/+9
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-194/+200
2023-04-17Support `x test --stage 1 ui-fulldeps`jyn-216/+192
2023-04-14Rollup merge of #110315 - oli-obk:mor_smir, r=WaffleLapkinYuki Okushi-0/+2
2023-04-14Add a stable MIR way to get the main functionOli Scherer-0/+2
2023-04-13Move most ui-fulldeps tests to uijyn-831/+0
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-2/+2