about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-05-01Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiserMatthias Krüger-0/+22
2023-05-01Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errorsMatthias Krüger-0/+26
2023-05-01Add `#[no_coverage]` to the test harness's `fn main`Zalathar-0/+22
2023-05-01Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errorsMatthias Krüger-0/+4
2023-05-01Rollup merge of #111023 - tmiasko:multi-variant-capture, r=compiler-errorsMatthias Krüger-0/+21
2023-05-01Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errorsMatthias Krüger-0/+10
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-710/+459
2023-04-30Leave promoteds untainted by errors when borrowck failsTomasz Miąsko-0/+26
2023-04-30Close parentheses for `offset_of` in AST pretty printingNilstrieb-0/+4
2023-04-30Test precise capture with a multi-variant enum and exhaustive patternsTomasz Miąsko-0/+21
2023-04-30Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiaskoMatthias Krüger-75/+79
2023-04-30Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomezMatthias Krüger-0/+71
2023-04-30Remove wrong assertion.Camille GILLOT-0/+10
2023-04-30Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrumbors-1/+1
2023-04-29rustdoc: catch and don't blow up on impl Trait cyclesMichael Howell-0/+71
2023-04-30Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errorsMatthias Krüger-0/+20
2023-04-30Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger-5/+39
2023-04-30Rollup merge of #110981 - jyn514:rustdoc-tests, r=notriddleMatthias Krüger-29/+40
2023-04-30Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi...Matthias Krüger-25/+50
2023-04-30Rollup merge of #110652 - ojeda:core-no_global_oom_handling-test, r=Mark-Simu...Matthias Krüger-0/+6
2023-04-30Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubileeMatthias Krüger-0/+13
2023-04-29Extend foreign inlined item with `#[repr()]` testGuillaume Gomez-5/+39
2023-04-29move lint tests into subdirectoriesjyn-0/+0
2023-04-29Move some rustdoc-ui tests to subdirectoriesjyn-29/+40
2023-04-29Rollup merge of #110964 - notriddle:notriddle/deref-impl, r=GuillaumeGomezMatthias Krüger-0/+43
2023-04-29Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Mark-Simul...Matthias Krüger-3/+23
2023-04-29Rollup merge of #105848 - lukas-code:backticks, r=GuillaumeGomez,jyn514,notri...Matthias Krüger-0/+1301
2023-04-29Add `rustdoc::unescaped_backtick` lintLukas Markeffsky-0/+1301
2023-04-29Do not force anonymous lifetimes in consts to be static.Camille GILLOT-0/+20
2023-04-29Auto merge of #108106 - the8472:layout-opt, r=wesleywiserbors-88/+140
2023-04-29Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillotDylan DPC-3/+163
2023-04-29Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errorsDylan DPC-1/+1
2023-04-29Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnrDylan DPC-0/+43
2023-04-29Auto merge of #110643 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-4/+3
2023-04-28improve error notes for packed struct reference diagnosticbindsdev-25/+50
2023-04-28Auto merge of #110967 - matthiaskrgr:rollup-vfbl7gm, r=matthiaskrgrbors-71/+184
2023-04-28layout-alignment-promotion logic should depend on the niche-biasThe 8472-0/+19
2023-04-28fix codegen testThe 8472-3/+6
2023-04-28Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errorsMatthias Krüger-8/+24
2023-04-28Rollup merge of #110957 - WaffleLapkin:reach_generator_conflict_error, r=cjgi...Matthias Krüger-0/+30
2023-04-28Rollup merge of #110948 - TimNN:patch-1, r=WaffleLapkinMatthias Krüger-1/+1
2023-04-28Rollup merge of #110877 - compiler-errors:binop-err, r=cjgillotMatthias Krüger-62/+129
2023-04-28Auto merge of #110901 - GuillaumeGomez:inlined-repr-rustdoc, r=notriddlebors-0/+17
2023-04-28Don't duplicate anonymous lifetimes for async fn in traitsMichael Goulet-3/+163
2023-04-28rustdoc: fix weird margins between Deref impl itemsMichael Howell-0/+43
2023-04-28Make drop_flags an IndexVec.Camille GILLOT-1/+1
2023-04-28rustdoc: move deref tests into a directoryMichael Howell-0/+0
2023-04-28remove unused `mut`sLukas Markeffsky-7/+7
2023-04-28Fix an ICE in conflict errors diagnosticsMaybe Waffle-314/+17
2023-04-28fix false negative for `unused_mut`Lukas Markeffsky-1/+17