]> git.lizzy.rs Git - rust.git/history - tests/ui/if_let_mutex.rs
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / if_let_mutex.rs
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-08-31 borsAuto merge of #101249 - matthiaskrgr:rollup-wahnoz8...
2022-08-31 Jason NewcombMerge commit 'f51aade56f93175dde89177a92e3669ebd8e7592...
2022-08-28 Jason NewcombMerge branch 'master' into rustup
2022-08-21 borsAuto merge of #9092 - tamaroning:fix-needless-match...
2022-08-19 borsAuto merge of #9295 - Guilherme-Vasconcelos:manual...
2022-08-17 borsAuto merge of #9338 - sgued:9331-unwrap-err-used, r...
2022-08-17 borsAuto merge of #9287 - Jarcho:trans_undefined, r=xFrednet
2022-08-16 borsAuto merge of #9327 - Serial-ATA:non_ascii_literal_macr...
2022-08-16 borsAuto merge of #9040 - miam-miam100:unused_named_paramet...
2022-08-16 borsAuto merge of #9328 - stanislav-tkach:borrow_deref_ref...
2022-08-15 borsAuto merge of #9318 - lukaslueg:ifletmutexref, r=xFrednet
2022-08-10 Lukas LuegFix if_let_mutex not checking Mutexes behind refs
2022-07-18 borsAuto merge of #9148 - arieluy:then_some_unwrap_or,...
2022-07-18 borsAuto merge of #9146 - arieluy:type_params, r=dswij
2022-07-18 Philipp KronesMerge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39...
2022-07-17 borsAuto merge of #9022 - alex-semenyuk:needless_option_tak...
2022-07-16 borsAuto merge of #9171 - Serial-ATA:highlight-js, r=xFrednet
2022-07-15 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-07-14 borsAuto merge of #9170 - Rqnsom:box_collection, r=Jarcho
2022-07-14 borsAuto merge of #9161 - Victor-N-Suadicani:move_format_pu...
2022-07-13 borsAuto merge of #9134 - Jarcho:while_let_iter_closure...
2022-07-13 borsAuto merge of #9159 - alex-semenyuk:fix_typos, r=dswij
2022-07-13 borsFix typos
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-04-23 borsAuto merge of #5498 - phansch:update_changelog, r=flip1995
2020-04-20 borsAuto merge of #5496 - phansch:markdown-link, r=flip1995
2020-04-20 borsAuto merge of #5495 - phansch:update_changelog_docs...
2020-04-20 borsAuto merge of #5332 - DevinR528:if-let-else-mutex,...
2020-04-20 Devin Rfactor ifs into function, add differing mutex test
2020-04-20 Devin Rtest for mutex eq, add another test case
2020-04-20 Devin Ruse Visitor api to find Mutex::lock calls
2020-04-20 Devin Ruse span_lint_and_help, cargo dev fmt
2020-04-20 Devin Rprogress work on suggestion for auto fix