about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-11Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obkbors-1750/+1560
2021-03-11Clean up handling of child processRyan Levick-19/+9
2021-03-11Reintroduce accidentally deleted assertions.Oli Scherer-2/+23
2021-03-11doc line length fixesMatthias Krüger-4/+9
2021-03-11docs: basics.md: mention lintcheckMatthias Krüger-1/+9
2021-03-11lintcheck: fix clippy warningsMatthias Krüger-2/+8
2021-03-11lintcheck: fix --fix and document it in the readme.Matthias Krüger-1/+12
2021-03-11lintcheck: update logsMatthias Krüger-143/+306
2021-03-11lintcheck: fix bug where lint messages about macros coming from crate deps wo...Matthias Krüger-4/+24
2021-03-11lintcheck: update readme and remove the now redundant readme from clippy-devMatthias Krüger-90/+5
2021-03-11move testfiles to "lintcheck" and fix more pathsMatthias Krüger-60/+14
2021-03-11Enable MemorySSA-based MemCpyOptNikita Popov-0/+0
2021-03-11gitignore: add lintchecks target dirMatthias Krüger-0/+1
2021-03-11lintcheck: make sure we lauch from the repo rootMatthias Krüger-2/+20
2021-03-11lintcheck: move out of clippy-dev into own crateMatthias Krüger-59/+199
2021-03-11Auto merge of #83009 - RalfJung:miri, r=RalfJungbors-17/+7
2021-03-11Hash SyntaxContext first.Camille GILLOT-3/+2
2021-03-11Remove useless method.Camille GILLOT-17/+0
2021-03-11Add inlining.Camille GILLOT-0/+16
2021-03-11fix interning-defined-symbol errorTakayuki Maeda-3/+3
2021-03-11remove unused importsTakayuki Maeda-3/+3
2021-03-11move expect_fun_call to its own moduleTakayuki Maeda-201/+204
2021-03-11move or_fun_call to its own moduleTakayuki Maeda-163/+178
2021-03-11move map_unwrap_or to its own moduleTakayuki Maeda-71/+80
2021-03-11move option_map_or_none to its own moduleTakayuki Maeda-71/+80
2021-03-11unnecessary_fold to its own moduleTakayuki Maeda-94/+107
2021-03-11move useless_asref to its own moduleTakayuki Maeda-40/+50
2021-03-11move clone_on_copy to its own moduleTakayuki Maeda-103/+112
2021-03-11move iter_skip_next to its own moduleTakayuki Maeda-19/+26
2021-03-11move map_flatten and search_is_some to their own modulesTakayuki Maeda-144/+168
2021-03-11move flat_map_identity to its own moduleTakayuki Maeda-50/+59
2021-03-11move filter_map_flat_map to its own moduleTakayuki Maeda-17/+23
2021-03-11move filter_flat_map to its own moduleTakayuki Maeda-17/+23
2021-03-11move filter_map_next to its own moduleTakayuki Maeda-35/+42
2021-03-11move filter_map_map to its own moduleTakayuki Maeda-16/+22
2021-03-11move filter_map to its own moduleTakayuki Maeda-77/+89
2021-03-11move from_iter_insteam_of_collect to its own moduleTakayuki Maeda-60/+69
2021-03-11move into_iter_on_ref and single_char_pattern to their own modulesTakayuki Maeda-58/+74
2021-03-11move single_char_push_string to its own moduleTakayuki Maeda-20/+28
2021-03-11move single_char_insert_string to its own moduleTakayuki Maeda-21/+29
2021-03-11move string_extend_chars and clone_on_ref_ptr to their own moduleTakayuki Maeda-68/+82
2021-03-11move wrong_self_convention to its own moduleTakayuki Maeda-71/+86
2021-03-11move iter_nth, iter_nth_zero and iterator_step_by_zero to their own moduleTakayuki Maeda-67/+91
2021-03-11move iter_next_slice to its own moduleTakayuki Maeda-61/+73
2021-03-11move map_collect_result_unit to its own moduleTakayuki Maeda-37/+47
2021-03-11move zst_offset to its own moduleTakayuki Maeda-13/+21
2021-03-11replace `lints` and `lint` with `check`Takayuki Maeda-18/+18
2021-03-11move iter_cloned_collect to its own moduleTakayuki Maeda-22/+32
2021-03-11move uninit_assumed_init to its own moduleTakayuki Maeda-29/+37
2021-03-11move filetype_is_file to its own moduleTakayuki Maeda-33/+41