about summary refs log tree commit diff
path: root/tests/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-1084/+0
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-4/+4
2023-10-30Add a stable MIR visitorCelina G. Val-0/+148
2023-10-26Add test for smir localsKirby Linvill-0/+31
2023-10-26Update Place and Operand to take slicesKirby Linvill-13/+13
2023-10-25Add a public API to get all body localsKirby Linvill-1/+1
2023-10-24Remove fold code and add Const::internal()Celina G. Val-34/+12
2023-10-23Add test and remove double refCelina G. Val-15/+82
2023-10-23Try to work around 32 bit mingw issuesOli Scherer-0/+3
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-11/+17
2023-10-22Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrumbors-2/+4
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-1/+25
2023-10-20bless ui-fulldepsOli Scherer-2/+2
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-19Add stable Instance::body() and RustcInternal traitCelina G. Val-1/+25
2023-10-19Fix `span_use_eq_ctxt` testJakub Beránek-2/+4
2023-10-17Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obkMatthias Krüger-0/+27
2023-10-16debug Span::ctxt() call detectionArthur Lafrance-3/+17
2023-10-16basic lint v2 implementedArthur Lafrance-0/+13
2023-10-16Add MonoItems and Instance to stable_mirCelina G. Val-0/+91
2023-10-10Auto merge of #113915 - cjgillot:ssa-call, r=tmiaskobors-1/+1
2023-10-09return crates instead of a crateOğuz Ağcayazı-2/+2
2023-10-08Also consider call and yield as MIR SSA.Camille GILLOT-1/+1
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+19
2023-10-05add span to statementsouz-a-20/+20
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+19
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