]> git.lizzy.rs Git - rust.git/history - tests/ui/large_stack_arrays.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / large_stack_arrays.rs
2022-09-22 Matthias KrügerRollup merge of #102123 - schteve:clippy-note, r=Manish...
2022-09-21 David KoloskiMerge commit '7248d06384c6a90de58c04c1f46be88821278d8b...
2022-09-16 borsAuto merge of #9409 - DesmondWillowbrook:iter_kv_map...
2022-09-14 borsAuto merge of #8518 - Alexendoo:write-late-pass, r...
2022-09-14 borsAuto merge of #9465 - Alexendoo:peekable-fp, r=flip1995
2022-09-13 borsAuto merge of #9467 - pyhrr0:macro_expansion, r=giraffate
2022-09-13 borsAuto merge of #9454 - kraktus:use_self, r=flip1995
2022-09-13 borsAuto merge of #9452 - kraktus:doc, r=flip1995
2022-09-12 borsAuto merge of #9464 - lukaslueg:issue9463, r=dswij
2022-09-12 borsAuto merge of #9466 - lukaslueg:issue9460, r=dswij
2022-09-11 Lukas LuegDont lint `large_stack_array` inside static items
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2019-11-28 Phil HanschRollup merge of #4832 - dario23:i4829, r=phansch
2019-11-23 borsAuto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995
2019-11-23 borsAuto merge of #4839 - flip1995:rollup-new-lints, r...
2019-11-23 flip1995Merge remote-tracking branch 'FlorianRohm/issue/4623...
2019-11-23 flip1995Merge remote-tracking branch 'Areredify/large_stack_arr...
2019-11-13 AreredifyAdd new lint: large stack array