about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-06Auto merge of #119329 - Nadrieril:reveal-opaques-early, r=compiler-errorsbors-94/+132
2024-01-05Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgrbors-609/+1272
2024-01-05Rollup merge of #119622 - Nadrieril:never_patterns_macros, r=compiler-errorsMatthias Krüger-0/+54
2024-01-05Rollup merge of #119589 - petrochenkov:cdatalock, r=Mark-SimulacrumMatthias Krüger-58/+58
2024-01-05Rollup merge of #119563 - compiler-errors:coroutine-resume, r=oli-obkMatthias Krüger-36/+190
2024-01-05Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-...Matthias Krüger-292/+272
2024-01-05Rollup merge of #119506 - compiler-errors:visibilities-for-object-safety-erro...Matthias Krüger-1/+110
2024-01-05Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errorsMatthias Krüger-90/+251
2024-01-05Rollup merge of #119350 - fmease:lazy-ty-aliases-implied-bounds, r=compiler-e...Matthias Krüger-97/+211
2024-01-05Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da...Matthias Krüger-35/+126
2024-01-05Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillotbors-147/+256
2024-01-05Document behavior of `!` with MbENadrieril-0/+54
2024-01-05Auto merge of #119621 - compiler-errors:rollup-5mxtvuk, r=compiler-errorsbors-1830/+1560
2024-01-05Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obkMichael Goulet-52/+465
2024-01-05Rollup merge of #119588 - Nemo157:i586-netbsd-tier-3, r=NilstriebMichael Goulet-1/+1
2024-01-05Rollup merge of #119586 - GuillaumeGomez:jump-to-def-static-methods, r=notriddleMichael Goulet-21/+60
2024-01-05Rollup merge of #119583 - AngelicosPhosphoros:const_assume, r=RalfJungMichael Goulet-3/+1
2024-01-05Rollup merge of #119577 - tmiasko:lint, r=oli-obkMichael Goulet-264/+115
2024-01-05Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obkMichael Goulet-17/+3
2024-01-05Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,NilstriebMichael Goulet-919/+2
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-464/+369
2024-01-05Rollup merge of #119148 - estebank:bare-traits, r=davidtwcoMichael Goulet-75/+412
2024-01-05Rollup merge of #119034 - Zalathar:ignore-mode, r=davidtwcoMichael Goulet-14/+132
2024-01-05Use `resolutions(()).effective_visiblities` to avoid cycle errorsMichael Goulet-1/+110
2024-01-05Auto merge of #118991 - nikic:scalar-pair, r=nagisabors-74/+80
2024-01-05Auto merge of #117673 - matthewjasper:thir-unsafeck-stabilization, r=cjgillotbors-4844/+879
2024-01-05Update clippy for hir::Guard removalMatthew Jasper-112/+56
2024-01-05Restore if let guard temporary scoping differenceMatthew Jasper-2/+89
2024-01-05Remove `thir::Guard`Matthew Jasper-74/+55
2024-01-05Remove `hir::Guard`Matthew Jasper-109/+77
2024-01-05Make test compatible with 32-bit as wellNikita Popov-1/+1
2024-01-05Handle context for const patterns correctlyMatthew Jasper-1/+31
2024-01-05Stabilize THIR unsafeckMatthew Jasper-329/+307
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-4667/+694
2024-01-05Auto merge of #118899 - veera-sivarajan:fix-makefile, r=Mark-Simulacrumbors-1/+0
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-412/+406
2024-01-05Change printing of "`--error-format` is unstable" errors.Nicholas Nethercote-11/+2
2024-01-05Unbreak `tests/ui/lint/use_suggestion_json.rs`.Nicholas Nethercote-3/+423
2024-01-05Auto merge of #118861 - Veykril:r-a-in-tree, r=onur-ozkanbors-11/+21
2024-01-05Allow coverage tests to enable `llvm-cov --use-color`Zalathar-0/+35
2024-01-05Extract a `split_flags` helper in header directive parsingZalathar-9/+16
2024-01-05Allow tests to ignore individual test modesZalathar-3/+54
2024-01-05Check for profiler support via a flag, instead of an environment varZalathar-2/+27
2024-01-05Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebankbors-300/+365
2024-01-05Add some comments to `Emitter`.Nicholas Nethercote-3/+5
2024-01-05Rename `AnnotateSnippetEmitterWriter` as `AnnotateSnippetEmitter`.Nicholas Nethercote-6/+6
2024-01-05Rename `EmitterWriter` as `HumanEmitter`.Nicholas Nethercote-29/+29
2024-01-04Migrate memory overlap check from validator to lintTomasz Miąsko-237/+85
2024-01-04Fix validation and linting of injected MIRTomasz Miąsko-16/+22
2024-01-04Visit only reachable blocks in MIR lintTomasz Miąsko-15/+12