]> git.lizzy.rs Git - rust.git/history - tests
Fix typo in comment
[rust.git] / tests /
2022-04-15 borsAuto merge of #8563 - Jarcho:let_unit_1502, r=Jarcho
2022-04-15 Jason NewcombAllow more complex expressions in `let_unit_value`
2022-04-15 Jason NewcombMove `let_unit_value` back into `style`
2022-04-15 Jason NewcombDon't lint `let_unit_value` when needed for type inferenece
2022-04-14 borsAuto merge of #8614 - pitaj:fix-7597, r=giraffate
2022-04-14 borsAuto merge of #8626 - pitaj:format_add_string, r=llogiq
2022-04-14 borsAuto merge of #8677 - xFrednet:8213-manual-bits-suggest...
2022-04-14 Peter JaszkowiakNew lint `format_add_strings`
2022-04-14 Peter Jaszkowiakassertions_on_constants: ignore indirect `cfg!`
2022-04-14 borsAuto merge of #8676 - Alexendoo:local-used-across-loop...
2022-04-13 xFrednetAdd `usize` cast to `clippy::manual_bits` suggestion
2022-04-13 borsAuto merge of #8670 - yoav-lavi:main, r=giraffate
2022-04-13 Yoav Lavipub_use
2022-04-13 borsAuto merge of #8692 - kyoto7250:fixing_unnecessary_to_o...
2022-04-13 borsAuto merge of #8647 - Jarcho:mut_from_ref_6326, r=giraffate
2022-04-12 borsAuto merge of #8645 - Jarcho:manual_non_exhaustive_5714...
2022-04-12 borsAuto merge of #8690 - mucinoab:DoNot-rest_pat_in_fully_...
2022-04-12 kyoto7250fix unnecessary_to_owned about msrv
2022-04-12 borsAuto merge of #8691 - flip1995:infinite_recursion_only_...
2022-04-12 borsAuto merge of #8686 - Jarcho:undocumented_unsafe_blocks...
2022-04-12 Bruno A. MuciñoDo not apply `rest_pat_in_fully_bound_structs` on ...
2022-04-12 borsAuto merge of #8688 - kyoto7250:adding_condition_for_ma...
2022-04-11 kyoto7250adding condition for map_clone message
2022-04-11 borsAuto merge of #8624 - pitaj:is_digit_ascii_radix, r...
2022-04-11 borsAuto merge of #8687 - Alexendoo:cast-possible-truncatio...
2022-04-11 Alex MacleodFix subtraction overflow in `cast_possible_truncation`
2022-04-11 Jason NewcombFix ICE in `undocumented_unsafe_blocks`
2022-04-11 borsAuto merge of #8667 - Jarcho:proc_macro_check, r=flip1995
2022-04-11 borsAuto merge of #8673 - Jarcho:same_functions_8139, r...
2022-04-11 borsAuto merge of #8668 - Jarcho:iter_with_drain_8538,...
2022-04-11 borsAuto merge of #8660 - yoav-lavi:squashed-master, r...
2022-04-11 Yoav Laviunnecessary_owned_empty_string -> unnecessary_owned_emp...
2022-04-11 Yoav Laviunnecessary_string_new
2022-04-11 borsAuto merge of #8671 - andy-k:fix-typo, r=flip1995
2022-04-10 borsAuto merge of #8631 - Alexendoo:splitn-overlap, r=xFrednet
2022-04-10 Alex MacleodRemove overlap between `manual_split_once` and `needles...
2022-04-10 Alex MacleodCheck for loops/closures in `local_used_after_expr`
2022-04-10 Jason NewcombCompare inline constants by their bodies rather than...
2022-04-09 Andy Kurniafix typo
2022-04-09 borsAuto merge of #8664 - yoav-lavi:main, r=xFrednet
2022-04-09 borsAuto merge of #8669 - kyoto7250:fix_comments_in_test_sp...
2022-04-09 kyoto7250fix comments in test for split_once
2022-04-09 Jason NewcombDon't lint `iter_with_drain` on references
2022-04-08 borsAuto merge of #8648 - Jarcho:transmute_collection_7706...
2022-04-08 Jason NewcombDon't lint various match lints when expanded by a proc...
2022-04-08 borsAuto merge of #8619 - pitaj:fix-6973, r=giraffate
2022-04-07 Peter JaszkowiakNew lint `is_digit_ascii_radix`
2022-04-07 borsAuto merge of #8656 - flip1995:rustup, r=flip1995
2022-04-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-04-07 borsAuto merge of #8635 - pbor:unsigned-abs, r=giraffate
2022-04-07 borsAuto merge of #8646 - Alexendoo:option-as-deref-mut...
2022-04-07 Alex MacleodFix `as_deref_mut` false positives in `needless_option_...
2022-04-07 Paolo Borellinew lint cast_abs_to_unsigned
2022-04-06 borsAuto merge of #8630 - Jarcho:forget_non_drop, r=Manishearth
2022-04-06 borsAuto merge of #8606 - InfRandomness:err()-expect()...
2022-04-06 InfRandomnessAdd .err().expect() lint
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
2022-04-06 Jason NewcombBetter check size and alignment requirements in `unsoun...
2022-04-06 Jason NewcombOnly lint `mut_from_ref` when unsafe code is used
2022-04-06 Jason NewcombDon't lint `manual_non_exhaustive` when the enum varian...
2022-04-06 borsAuto merge of #8612 - SabrinaJewson:suggest-from-utf8...
2022-04-06 borsAuto merge of #8596 - Jaic1:unnecessary_cast, r=flip1995
2022-04-06 borsAuto merge of #8588 - pitaj:fix-8348, r=flip1995
2022-04-05 borsAuto merge of #8636 - flip1995:release_changelog_quick_...
2022-04-05 borsAuto merge of #8403 - nerdypepper:fix/diagnostic-messag...
2022-04-05 Akshayfix mispelling in diagnostic message of bytes_nth
2022-04-05 borsAuto merge of #8620 - Alexendoo:test-fmt-first, r=flip1995
2022-04-05 borsAuto merge of #8607 - Alexendoo:cargo-dev-lint-dir...
2022-04-04 borsAuto merge of #8633 - xFrednet:8627-escape-mod-rs,...
2022-04-04 borsAuto merge of #8632 - Jarcho:cast_ptr_alignment, r...
2022-04-04 Jason NewcombDon't lint `cast_ptr_alignment` when used for unaligned...
2022-04-04 Jason NewcombAdd lints `drop_non_drop` and `forget_non_drop`
2022-04-04 borsAuto merge of #8450 - Jarcho:unsafe_blocks_8449, r...
2022-04-04 borsAuto merge of #8594 - FoseFx:unit_like_struct_brackets...
2022-04-02 Alex MacleodRun fmt test before compile-test/dogfood
2022-04-02 borsAuto merge of #8605 - Jarcho:remove-deps, r=xFrednet
2022-04-02 borsAuto merge of #8611 - Alexendoo:module-files-relative...
2022-04-02 Jason NewcombAdd a couple of examples to `undocumented_unsafe_blocks`
2022-04-02 Peter Jaszkowiakignore `&x | &y` in unnested_or_patterns
2022-04-02 Jason NewcombRemove cargo_metadata dependency from clippy
2022-04-01 borsAuto merge of #8616 - pitaj:single_element_loop_arrays...
2022-04-01 Peter Jaszkowiaksingle_element_loop: handle arrays for Edition2021
2022-04-01 SabrinaJewsonDon't unnecessarily suggest unsafe block
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-30 SabrinaJewsonSuggest from_utf8_unchecked in const contexts
2022-03-30 borsAuto merge of #8610 - SabrinaJewson:transmute-int-to...
2022-03-30 Max Baumannstyle -> pedantic
2022-03-30 Max Baumannunit_like_struct_brackets -> empty_structs_with_brackets
2022-03-30 Max Baumannchanges after review
2022-03-30 Max Baumannuse span_suggestion_hidden
2022-03-30 Max Baumannadditional checks for conditionally compiled code
2022-03-30 Max Baumannfix uitests
2022-03-30 Max Baumannfix existing clippy tests
2022-03-30 Max Baumannadd unit_like_struct_brackets
2022-03-30 SabrinaJewsonDon't warn int-to-char transmutes in const contexts
2022-03-30 Alex MacleodHandle relative paths in module_files lints
2022-03-30 borsAuto merge of #8602 - giraffate:fix_ice_for_iter_overea...
2022-03-30 borsAuto merge of #8576 - smoelius:crate_in_macro_def,...
2022-03-30 Samuel E. Moelius IIIFix error message in crate_in_macro_def.stderr
2022-03-30 borsAuto merge of #8597 - giraffate:fix_changelog, r=xFrednet
next