]> git.lizzy.rs Git - rust.git/history - tests
Update stderr files
[rust.git] / tests /
2020-11-17 Hirochika MatsumotoUpdate stderr files
2020-11-17 Hirochika MatsumotoAllow this lint on lint tests
2020-11-17 Hirochika MatsumotoMake lint skip macros
2020-11-17 Hirochika MatsumotoAdd support for methods
2020-11-17 Hirochika MatsumotoImprove lint message
2020-11-17 Hirochika MatsumotoAdd test case
2020-11-17 Hirochika MatsumotoSplit lint suggestion into two
2020-11-17 Hirochika MatsumotoOptout rustfix test
2020-11-17 Hirochika MatsumotoAdd test cases
2020-11-17 Hirochika MatsumotoAdd suggestion on type signatures
2020-11-17 Hirochika MatsumotoAdd new lint to detect unnecessarily wrapped value
2020-11-16 borsAuto merge of #6119 - rsulli55:find_is_some_on_strs...
2020-11-16 borsAuto merge of #6336 - giraffate:sync-from-rust, r=flip1995
2020-11-16 Takayuki NakataAdd `rustfmt::skip` as a work around
2020-11-15 borsAuto merge of #6334 - flip1995:rustup, r=flip1995
2020-11-15 Jonas SchievinkRollup merge of #79016 - fanzier:underscore-expressions...
2020-11-14 borsAuto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk
2020-11-14 borsAuto merge of #6320 - giraffate:fix_suggestion_in_manua...
2020-11-13 Vishnunarayan K Iupdate clippy test ouput
2020-11-13 borsAuto merge of #6329 - giraffate:sync-from-rust, r=matth...
2020-11-12 Mara BosRollup merge of #78836 - fanzier:struct-and-slice-destr...
2020-11-12 borsAuto merge of #6325 - flip1995:rustup, r=flip1995
2020-11-11 Takayuki NakataFix suggestion in `manual_range_contains` when using...
2020-11-11 Fabian ZaiserImplement destructuring assignment for structs and...
2020-11-11 Ryan SullivantChange variable named `foo` and rerun `update-all-refer...
2020-11-11 Ryan SullivantCleaned up message and suggestion for `lint_search_is_some`
2020-11-11 Ryan SullivantAdded period back to lint `search_is_some` and ran
2020-11-11 Ryan SullivantRan `tests/ui/update-all-references.sh" and `cargo...
2020-11-11 Ryan SullivantMoved the tests for lint `search_is_some` to new files
2020-11-11 Ryan SullivantAdded a lint as suggested in 6010 which recommends...
2020-11-11 borsAuto merge of #6269 - camsteffen:map-clone-deref, r...
2020-11-11 Cameron SteffenFix map_clone with deref and clone
2020-11-10 borsAuto merge of #6303 - ThibsG:OptionOptionSerde, r=ebroto
2020-11-10 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-09 borsAuto merge of #6305 - smoelius:master, r=flip1995
2020-11-09 Dylan DPCRollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
2020-11-09 Samuel E. Moelius IIIAllow `let_underscore_drop` in `filter_methods` test
2020-11-09 borsAuto merge of #6278 - ThibsG:DerefAddrOf, r=llogiq
2020-11-08 Samuel E. Moelius IIIUpdate references
2020-11-08 borsAuto merge of #6267 - camsteffen:or-fun-idx, r=flip1995
2020-11-08 Cameron SteffenFix or_fun_call for index operator
2020-11-08 borsAuto merge of #6293 - Urcra:lint-example-fix, r=flip1995
2020-11-08 Samuel E. Moelius IIIUpdate references
2020-11-08 borsAuto merge of #6271 - camsteffen:vec-box-import, r...
2020-11-08 Samuel E. Moelius IIIAdd let_underscore_drop
2020-11-08 borsAuto merge of #6205 - josephlr:empty-loop2, r=flip1995
2020-11-08 flip1995Update reference files
2020-11-08 Joe RicheyEnable empty_loop lint for no_std crates
2020-11-08 borsAuto merge of #6301 - alex-700:fix-map-clone, r=matthia...
2020-11-07 borsAuto merge of #6304 - matthiaskrgr:crash_6302, r=llogiq
2020-11-07 borsAuto merge of #6298 - JohnTitor:fix-example, r=llogiq
2020-11-07 borsAuto merge of #6287 - camsteffen:readme, r=llogiq
2020-11-07 borsAuto merge of #6134 - patrickelectric:as_utf8, r=llogiq
2020-11-07 borsAuto merge of #6110 - rail-rain:care_enums_non_copy_con...
2020-11-07 borsAuto merge of #6272 - camsteffen:unnecesary-lazy-eval...
2020-11-06 borsAuto merge of #6294 - giraffate:fix_suggestion_to_add_s...
2020-11-06 ThibsGRemove needless allow
2020-11-06 Aleksei Latyshevdo not trigger map_clone in the case of &mut
2020-11-05 Takayuki NakataFix suggestion to add unneeded space in `manual_async`
2020-11-05 ThibsGFix incorrect suggestion for `try_err` lint when `Err...
2020-11-05 flip1995Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703...
2020-11-05 borsAuto merge of #6296 - flip1995:rustup, r=flip1995
2020-11-05 ThibsGSkip rustfmt as it is wanted for this test
2020-11-05 Patrick José PereiraAdd string_from_utf8_as_bytes linter
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-11-04 borsAuto merge of #6247 - giraffate:fix_suggestion_to_add_s...
2020-11-04 borsAuto merge of #5911 - hegza:issue-568, r=ebroto
2020-11-04 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-04 borsAuto merge of #6284 - camsteffen:rustc-sym, r=flip1995
2020-11-04 borsAuto merge of #6270 - ClashTheBunny:clarify_allow_deny_...
2020-11-03 borsAuto merge of #6233 - montrivo:manual_ok_or, r=flip1995
2020-11-03 borsAuto merge of #6165 - dvermd:ref_option_ref, r=flip1995
2020-11-03 borsAuto merge of #6101 - pitiK3U:from_iter_instead_of_coll...
2020-11-03 Piti the little... Fix: Don't show lint for types that doesn't implement...
2020-11-03 Piti the little... Improve error message
2020-11-03 Piti the little... Remove backticks
2020-11-03 Piti the little... Improve: error message
2020-11-03 Piti the little... Allow lint
2020-11-03 Piti the little... Improvements from PR feedback
2020-11-03 Piti the little... Update: stderr message format
2020-11-03 Piti the little... Add tests for `from_iter_instead_of_collect`
2020-11-03 borsAuto merge of #6037 - matthiaskrgr:single_char_insert...
2020-11-02 Cameron SteffenChange lint to use const sym
2020-11-02 ThibsGFix incorrect suggestion when from expansion in `try_er...
2020-11-02 ThibsGGive better suggestion by working on span on `deref_add...
2020-11-02 ThibsGFix incorrect suggestion for macro expansion in `deref_...
2020-11-02 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-10-31 Henri LunnikiviImplement field_reassign_with_default
2020-10-31 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-30 Eduardo BrotoAddress suggestions in PR review
2020-10-30 Eduardo BrotoRename single_char_push_str to single_char_add_str
2020-10-30 Matthias Krügerget_hint_if_single_char_arg: fix bug where multi-char...
2020-10-30 Matthias Krügerhandle macros returning Strings in single_char_push_str...
2020-10-30 Matthias Krügersingle_char_push_str lint using insert_str() on single...
2020-10-30 borsAuto merge of #6260 - matthiaskrgr:ices, r=ebroto
2020-10-30 borsAuto merge of #6197 - ThibsG:ImproveFilterNext, r=ebroto
2020-10-30 Cameron SteffenFix unnecessary_lazy_eval suggestion applicability
2020-10-30 Cameron SteffenFix vec_box scope error
2020-10-30 borsAuto merge of #6229 - henil:improve-integer-division...
2020-10-30 henilremoved lint for division/modulo for literal `0`
next