]> git.lizzy.rs Git - rust.git/history - tests/ui/create_dir.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / create_dir.stderr
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-09-29 Tim NielensMerge branch 'master' into needless-lifetime
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-16 borsAuto merge of #6025 - thomcc:compare_exchange_atomics...
2020-09-14 borsAuto merge of #5998 - deg4uss3r:master, r=yaahc
2020-09-11 borsAuto merge of #75800 - Aaron1011:feature/full-nt-tokens...
2020-09-10 borsAuto merge of #5977 - xvschneider:AddLintPanicInResult...
2020-09-10 flip1995Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f...
2020-09-10 borsAuto merge of #6028 - giraffate:fix_typo, r=flip1995
2020-09-10 borsAuto merge of #6019 - rail-rain:improve_known_probs_mut...
2020-09-10 borsAuto merge of #6020 - matthiaskrgr:ra_dev_setup_update...
2020-09-10 borsAuto merge of #5980 - matsujika:create-dir, r=flip1995
2020-09-08 Hirochika MatsumotoChange suggestion to `create_dir_all({})` from `std...
2020-08-31 Hirochika MatsumotoUse `match_def_path` instead of `match_qpath`
2020-08-28 Hirochika MatsumotoAdd a new lint to prevent `create_dir` from being used