]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-04 borsAuto merge of #6846 - matthiaskrgr:lintcheck_test,...
2021-03-04 Matthias Krügerupdate lintcheck logs
2021-03-04 Matthias Krügerlintcheck: add test
2021-03-04 borsAuto merge of #6843 - Jarcho:match_on_same_arms_macro...
2021-03-04 borsAuto merge of #6833 - daxpedda:use-self, r=Manishearth
2021-03-04 Jason NewcombWhen checking if two empty hir blocks are equal also...
2021-03-04 borsAuto merge of #6839 - matthiaskrgr:lintcheck_clippy_war...
2021-03-04 Matthias Krügerlintcheck: fix clippy warnings
2021-03-03 borsAuto merge of #6825 - djc:naive-bytecount-pedantic...
2021-03-03 daxpeddaFix false-positive in `use_self`
2021-03-03 borsAuto merge of #6824 - Y-Nak:refactor_loops_module,...
2021-03-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 Dirkjan OchtmanMove naive_bytecount to pedantic
2021-03-02 Yoshitomo NakanishiRemove "for_loop_arg.rs"
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-02 borsAuto merge of #6716 - magurotuna:refactor-transmute...
2021-03-02 Yusuke TanakaMake check_cast private
2021-03-02 Yusuke TanakaRefactor calls to lint check functions
2021-03-02 Yusuke TanakaCleanup imports
2021-03-02 Yusuke TanakaMove transmutes_expressible_as_ptr_casts to its own...
2021-03-02 Yusuke TanakaMove unsound_collection_transmute to its own module
2021-03-02 Yusuke TanakaMove transmute_float_to_int to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_float to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_bool to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ptr to its own module
2021-03-02 Yusuke TanakaMove transmute_bytes_to_str and transmute_ptr_to_ptr...
2021-03-02 Yusuke TanakaMove transmute_int_to_char to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ref to its own module
2021-03-02 Yusuke TanakaMove crosspointer_transmute to its own module
2021-03-02 Yusuke TanakaMove wrong_transmute to its own module
2021-03-02 Yusuke TanakaMove useless_transmute to its own module
2021-03-02 Yusuke TanakaAdd transmute/utils.rs
2021-03-02 Yusuke TanakaCreate transmute directory
2021-03-02 Yoshitomo NakanishiSimplify check_for_loop_arg
2021-03-02 Yoshitomo NakanishiUnify names of lint entry functions in loops to 'check'
2021-03-02 nahuakangInclude loops.rs changes from PR#6698
2021-03-02 nahuakangClean up: Rename some files to be consistent with lint...
2021-03-02 nahuakangMove check_for_loop_arg back to mod; split into 4 lint...
2021-03-02 nahuakangMove MinifyingSugg into manual_memcpy
2021-03-02 nahuakangRefactor while let loop to its own module
2021-03-02 nahuakangRefactor empty loop to its own module
2021-03-02 nahuakangRefactor while let on iterator lint to its module;...
2021-03-02 nahuakangRefactor never loop to its own module
2021-03-02 nahuakangMove detect_manual_memcpy to its module; split up utils...
2021-03-02 nahuakangAdd detect_same_item_push to its own module
2021-03-02 nahuakangAdd check_needless_collect to its own module
2021-03-02 nahuakangAdd check_infinite_loop to its own module
2021-03-02 nahuakangRefactor check_for_single_element_loop to its own module
2021-03-02 nahuakangRefactor check_for_loop_explicit_counter to its own...
2021-03-02 nahuakangRefactor check_for_loop_range into its module
2021-03-02 nahuakangRefactor check_for_mut_range_bound to its own module
2021-03-02 nahuakangRefactor check_for_loop_over_map_kv to its own module
2021-03-02 nahuakangRefactor check_for_loop_arg; rename manual_flatten...
2021-03-02 nahuakangcreate loops dir; arrange manual_flatten lint and utils
2021-03-02 borsAuto merge of #6822 - camsteffen:rustfmt, r=llogiq
2021-03-01 Jason NewcombDon't move `yield` or inline assembly into closure
2021-03-01 Cameron SteffenAdd version = "Two" to rustfmt.toml
2021-03-01 borsAuto merge of #6813 - matthiaskrgr:lintcheck_refactor...
2021-02-28 Matthias Krügerupdate lintcheck_crates logs and fix typos
2021-02-28 Matthias Krügerlintcheck: add more embark crate sources to the sources...
2021-02-28 Matthias Krügerlintcheck: make download path and source path consts...
2021-02-28 Matthias Krügerlintcheck: more fixes
2021-02-28 Matthias Krügerlintcheck: add a couple of dtolnays crates to the sourc...
2021-02-28 Matthias Krügerlintcheck: put the full paths (target/lintcheck/sources...
2021-02-28 Matthias Krügerlintcheck: uses consts for clippy driver and cargo...
2021-02-28 Matthias Krügerlintcheck: don't run clippy in parallel by default
2021-02-28 Matthias Krügerlintcheck: refactor: introduce a basic LintcheckConfig...
2021-02-28 borsAuto merge of #6787 - matthiaskrgr:lint_msgs, r=llogiq
2021-02-28 Jason NewcombFix `manual_map`: do not expand macros in suggestions
2021-02-28 Matthias Krügeruse different example (C-like) for valid capitalized...
2021-02-28 Matthias Krügerlintcheck: update logs
2021-02-28 Matthias Krügerchange some lint messages and remove old entries from...
2021-02-28 Matthias Krügerdisable lint_message_convention test inside the rustc...
2021-02-28 Matthias Krügerupdate the lint messages and tests
2021-02-28 Matthias Krügerfix clippy lint warnings
2021-02-28 Matthias Krügertests: add test that roughly ensures that our lint...
2021-02-28 borsAuto merge of #6802 - camsteffen:dogfood-fix, r=llogiq
2021-02-27 borsAuto merge of #6812 - Y-Nak:fix-6792, r=matthiaskrgr
2021-02-27 Yoshitomo NakanishiAdd test for ICE 6793
2021-02-27 Yoshitomo NakanishiUse TypeckResults::expr_ty instead of TyCtxt::type_of...
2021-02-27 Takayuki Maedaremove pub(crate)
2021-02-27 Takayuki Maedaexport `derefs_to_slice` from methods module
2021-02-27 Takayuki Maedareceive iter method name as an argument
2021-02-27 Takayuki Maedaremove if_chain
2021-02-27 Takayuki Maedareturn when the ty doesn't have `len()`
2021-02-27 Takayuki Maedamove `lints()` to `iter_count.rs`
2021-02-27 Takayuki Maedalint for `into_iter().count()`
2021-02-27 Takayuki Maedaallow clippy::iter_count
2021-02-27 Takayuki Maedanew lint: iter_count
2021-02-27 borsAuto merge of #6730 - anall:feature/owned_to_owned_meth...
2021-02-27 Andrea Nalladded new lint `implicit_clone`
2021-02-26 Jason NewcombRevert #6796: Downgrade manual_map to nursery
2021-02-26 Jason NewcombFix `manual_map`: don't lint when partially moved value...
2021-02-26 borsAuto merge of #6800 - matthiaskrgr:lintcheck_stats...
2021-02-26 Cameron SteffenRevert "Fix versioncheck test"
2021-02-26 Cameron SteffenAdd package arguments to dogfood test
2021-02-26 Cameron SteffenRevert "Add workspace to manifest"
2021-02-26 Cameron SteffenRevert "Fix lintcheck by excluding checked crates from...
2021-02-26 Cameron SteffenRevert "Test workspace at once"
2021-02-26 borsAuto merge of #6796 - dtolnay-contrib:manualmap, r...
next