about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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
2023-04-07Auto merge of #109663 - fee1-dead-contrib:rustc_macros-syn-2.0, r=Nilstriebbors-341/+347
2023-04-06fix errorsDeadbeef-104/+111
2023-04-06fix and bless ui tests 1/2Deadbeef-270/+269
2023-04-03fix wrong ignore conditionPietro Albini-1/+1
2023-03-31Don't emit the OS error in a noteest31-10/+6
2023-03-30Auto merge of #109224 - oli-obk:smir, r=pnkfelixbors-4/+27
2023-03-29Check for escape sequences in Fluent resourcesclubby789-2/+36
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-87/+5
2023-03-16Add Debug and Clone derives for stable mir datastructuresOli Scherer-2/+3
2023-03-16Implement a minimal subset of MIR statements and terminators for smirOli Scherer-4/+26
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-22/+21
2023-03-08Rollup merge of #108846 - celinval:smir-poc, r=oli-obkMatthias Krüger-0/+104
2023-03-07Change item collection to be on demandCelina G. Val-9/+7
2023-03-06Create new rustc_smir struct to map future cratesCelina G. Val-0/+106
2023-02-27Allow using `bool` for optional diagnosticsclubby789-40/+59
2023-02-25Auto merge of #108233 - ChrisDenton:move-std-tests, r=thomccbors-41/+0
2023-02-22various: translation resources from cg backendDavid Wood-6/+5
2023-02-22errors: generate typed identifiers in each crateDavid Wood-644/+635