]> git.lizzy.rs Git - rust.git/history - tests
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / tests /
2020-09-08 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-07 borsAuto merge of #76044 - ecstatic-morse:dataflow-lattice...
2020-09-06 borsAuto merge of #6006 - ebroto:6001_unnecessary_sort_by...
2020-09-06 Eduardo BrotoRestrict unnecessary_sort_by to non-ref copy types
2020-09-05 borsAuto merge of #5997 - giraffate:fix_fp_about_clone_in_s...
2020-09-05 Takayuki NakataFix FP when coercion kicks in
2020-09-05 borsAuto merge of #6009 - Ryan1729:show-line_count-and...
2020-09-05 Ryan1729run the specific script suggested by the error message
2020-09-05 Ryan1729run tests/ui/update-all-references.sh
2020-09-04 borsAuto merge of #6007 - ebroto:sync-from-rust, r=ebroto
2020-09-04 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-03 borsAuto merge of #5994 - taiki-e:useless_attribute, r...
2020-09-03 borsAuto merge of #6003 - mikerite:fix-tests-20200903,...
2020-09-03 Michael WrightUpdate ui stderr with improved rustc output
2020-09-02 borsAuto merge of #76160 - scileo:format-recovery, r=petroc...
2020-09-02 borsAuto merge of #5996 - Koxiaet:master, r=ebroto
2020-09-02 KoxiaetAdd tests for allowed non-backticked identifiers in doc
2020-09-02 SashaImprove recovery on malformed format call
2020-09-02 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-01 borsAuto merge of #5999 - rail-rain:fix_fp_transmute_ptr_to...
2020-09-01 borsAuto merge of #5993 - taiki-e:default_trait_access...
2020-09-01 Takayuki NakataFix FP in `same_item_push`
2020-09-01 Taiki Endouseless_attribute: Permit wildcard_imports and enum_glo...
2020-08-31 railFix a fp in `transmute_ptr_to_ptr`
2020-08-31 borsAuto merge of #5992 - giraffate:fix_wrong_seggestion_in...
2020-08-31 borsAuto merge of #5909 - khuey:async_yields_async, r=yaahc
2020-08-31 Taiki Endodefault_trait_access: Fix wrong suggestion
2020-08-31 Takayuki NakataFix the wrong suggestion when using macro in `collapsib...
2020-08-31 borsAuto merge of #5984 - ebroto:5693_const_assoc_fn, r...
2020-08-29 Kyle HueyAdd a test for an async function.
2020-08-29 Kyle HueyAdd a lint for an async block/closure that yields a...
2020-08-28 Eduardo Brotoor_fn_call: ignore nullary associated const fns
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-28 borsAuto merge of #5970 - ebroto:changelog_beta_1_47, r...
2020-08-28 borsAuto merge of #5774 - ThibsG:FixNewRetNoSelf, r=ebroto
2020-08-27 borsAuto merge of #5971 - giraffate:fix_fp_in_to_string_in_...
2020-08-27 ThibsGRemove expansion restriction + fix doc and tests naming
2020-08-27 ThibsGFix FP in `new_ret_no_self`: trigger in trait def inste...
2020-08-27 Takayuki NakataFix FP in `to_string_in_display`
2020-08-26 borsAuto merge of #5957 - xvschneider:AddUnwrapInsideResult...
2020-08-26 Jane LusbyAdd new lint to prevent usage of unwrap in fns that...
2020-08-26 borsAuto merge of #5966 - 1c3t3a:1c3t3a-dev-5819-fix, r...
2020-08-26 BastianChanged the location of the suggestion as well as the...
2020-08-26 borsAuto merge of #5946 - mikerite:fix-5729, r=flip1995
2020-08-26 borsAuto merge of #5949 - rail-rain:fix_fp_borrow_interior_...
2020-08-25 borsAuto merge of #5951 - ThibsG:FixMacroCloneOnRefPtr2076...
2020-08-25 borsAuto merge of #5961 - scottmcm:master, r=Manishearth
2020-08-25 Scott McMurrayRe-enable len_zero for ranges now that `is_empty` is...
2020-08-25 borsAuto merge of #5958 - mikerite:fix-fmt-20200825, r...
2020-08-25 borsAuto merge of #5952 - 1c3t3a:1c3t3a-dev-5819, r=Manishearth
2020-08-25 borsAuto merge of #5947 - ebroto:rustup_doc_improvements...
2020-08-25 borsAuto merge of #5960 - flip1995:rustup, r=flip1995
2020-08-25 Philipp KronesFix typo
2020-08-25 Michael WrightSimplify fmt test by using the clippy dev alias
2020-08-25 Michael WrightFix incorrect comment
2020-08-25 borsAuto merge of #5920 - giraffate:fix_fp_for_redundant_cl...
2020-08-24 Scott McMurrayUnbreak the clippy test
2020-08-24 borsAuto merge of #5935 - matthiaskrgr:unstable_sort_ty_nam...
2020-08-24 Matthias Krügerstable_sort_primitive: print the type that is being...
2020-08-24 BastianAdded a lint which corrects expressions like (a - b...
2020-08-24 ThibsGFix incorrect suggestion when `clone_on_ref_ptr` is...
2020-08-24 rail-raintypo
2020-08-24 Takayuki NakataAvoid period in lint message according to convention
2020-08-24 Takayuki NakataFix FP for `redundant_closure_call`
2020-08-23 borsAuto merge of #5948 - ebroto:5944_repeat_ice, r=Manishearth
2020-08-23 railFix fp in `borrow_interior_mutable_const`
2020-08-23 Eduardo BrotoFix ICE in `repeat_once` lint
2020-08-23 Michael WrightFix `let_and_return` bad suggestion
2020-08-22 borsAuto merge of #5941 - ThibsG:InlineInCopyPassByRef...
2020-08-22 borsAuto merge of #5929 - stchris:issues/5917, r=ebroto
2020-08-22 Christian StefanescuRun sh tests/ui/update-all-references.sh
2020-08-22 Christian StefanescuWiden understanding of prelude import
2020-08-22 ThibsGDon't lint if it has always inline attribute
2020-08-22 borsAuto merge of #5934 - ThibsG:WrongSelfTestCase4037...
2020-08-22 ThibsGAdd async test case for `wrong_self_convention` lint
2020-08-22 borsAuto merge of #5926 - giraffate:improve_lint_message_in...
2020-08-21 borsAuto merge of #5933 - mikerite:fix-5927, r=matthiaskrgr
2020-08-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-08-21 Michael WrightFix false negative in `option_as_ref_deref`
2020-08-20 borsAuto merge of #5928 - mikerite:fix-5924, r=ebroto
2020-08-20 borsAuto merge of #5919 - ebroto:5747_from_bits_in_const...
2020-08-20 Michael WrightFix false positive in `PRECEDENCE` lint
2020-08-19 Takayuki NakataImprove lint message in `to_string_in_display`
2020-08-18 Eduardo Brotono from/to bits in const: add tests cases for f64
2020-08-18 Eduardo Brototransmute: avoid suggesting from/to bits in const
2020-08-18 borsAuto merge of #5922 - flip1995:rustup, r=flip1995
2020-08-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-08-17 borsAuto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
2020-08-17 borsAuto merge of #5908 - giraffate:fix_fp_for_same_item_pu...
2020-08-17 David Woodclippy: support `QPath::LangItem`
2020-08-17 borsAuto merge of #5915 - matthiaskrgr:deps_, r=Manishearth
2020-08-16 borsAuto merge of #5894 - tmiasko:self-assignment, r=Manish...
2020-08-16 Tomasz MiąskoWarn about explicit self-assignment
2020-08-16 borsAuto merge of #5720 - bugadani:new-lint, r=flip1995...
2020-08-16 Dániel BugaRename lint to use plural form
2020-08-16 Dániel BugaFix missed rename
2020-08-16 Dániel BugaCatch function calls in argument lists, add tests that...
2020-08-16 Dániel BugaAlso simplify if the closure body is an index expression
2020-08-16 Dániel BugaImplement new lint
2020-08-16 borsAuto merge of #5725 - montrivo:should-impl-trait, r...
next