]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir_build/src/errors.rs
Rollup merge of #105863 - GuillaumeGomez:update-browser-ui-test, r=notriddle
[rust.git] / compiler / rustc_mir_build / src / errors.rs
2022-12-18 Matthias KrügerRollup merge of #105863 - GuillaumeGomez:update-browser...
2022-12-18 Matthias KrügerRollup merge of #105842 - compiler-errors:arg-name...
2022-12-18 Matthias KrügerRollup merge of #105447 - TaKO8Ki:add-test-for-103095...
2022-12-18 Matthias KrügerRollup merge of #105419 - YC:issue-41731, r=petrochenkov
2022-12-18 Matthias KrügerRollup merge of #105858 - scottmcm:extra-as-chunks...
2022-12-18 Matthias KrügerRollup merge of #105854 - matthiaskrgr:rmclone, r=compi...
2022-12-18 Matthias KrügerRollup merge of #105420 - tmiasko:dest-prop-dead-code...
2022-12-18 Matthias KrügerRollup merge of #96584 - bentongxyz:x-setup-h-v-should...
2022-12-18 borsAuto merge of #105714 - jyn514:tidy-first, r=Mark-Simul...
2022-12-18 borsAuto merge of #104417 - mejrs:mir_build, r=davidtwco
2022-12-17 mejrsRemove (eager)
2022-12-17 mejrsResolve various merge conflicts
2022-12-17 TheOddGarlicMigrate multiple mut borrows diagnostic
2022-12-17 TheOddGarlicMigrate borrow of moved value diagnostic
2022-12-17 TheOddGarlicMigrate irrefutable let pattern diagnostics
2022-12-17 TheOddGarlicMigrate pattern bindings with variant name lint
2022-12-17 TheOddGarlicMigrate leading/trailing irrefutable let pattern diagno...
2022-12-17 TheOddGarlicMigrate lower range bound diagnostics
2022-12-17 TheOddGarlicMigrate "could not evaluate const pattern" diagnostic
2022-12-17 TheOddGarlicMigrate "constant pattern depends on generic parameter...
2022-12-17 TheOddGarlicMigrate unreachable pattern diagnostic
2022-12-17 TheOddGarlicMigrate pattern inlining error diagnostics
2022-12-17 TheOddGarlicMigrate "non-exhaustive patterns: type is non-empty...
2022-12-17 TheOddGarlicMigrate "unused unsafe" lint
2022-12-17 TheOddGarlicMigrate "requires unsafe" diagnostics
2022-12-17 TheOddGarlicMigrate "unsafe_op_in_unsafe_fn" lints
2022-12-17 TheOddGarlicMigrate "function cannot return without recursing"...