]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #5287 - matthiaskrgr:pat_isref, r=flip1995
[rust.git] / tests /
2020-03-09 borsAuto merge of #5287 - matthiaskrgr:pat_isref, r=flip1995
2020-03-09 borsAuto merge of #5286 - matthiaskrgr:delay_vec_creation...
2020-03-09 borsAuto merge of #5291 - ThibsG:FixSingleBinding, r=flip1995
2020-03-09 ThibsGFix match single binding when in a let stmt
2020-03-09 borsAuto merge of #5285 - matthiaskrgr:dep_it, r=flip1995
2020-03-09 borsAuto merge of #5290 - polybuildr:map-message, r=phansch
2020-03-08 Vivek GhaisasImprove error messages for {option,result}_map_unit_fn
2020-03-08 Matthias Krügerredundant_pattern: take binding (ref, ref mut) into...
2020-03-05 borsAuto merge of #5276 - flip1995:macro_use, r=flip1995
2020-03-05 flip1995Rename macro_use_import -> macro_use_imports
2020-03-05 borsAuto merge of #5230 - DevinR528:macro-use, r=flip1995
2020-03-05 borsAuto merge of #5235 - flip1995:tag_deploy_fix, r=phansch
2020-03-04 borsAuto merge of #5257 - mlegner:cast_hex_fp, r=flip1995
2020-03-04 Devin Rwarn on macro_use attr
2020-03-04 borsAuto merge of #5266 - sinkuu:questionmark, r=flip1995
2020-03-04 mlegnerIncluded binary and octal cases.
2020-03-04 mlegnerTest for unnecessary_cast of hex int literal.
2020-03-04 borsAuto merge of #5258 - ThibsG:UselessBindingInStruct638...
2020-03-04 borsAuto merge of #5246 - JarredAllen:master, r=flip1995
2020-03-04 Shotaro Yamadarun-rustfix
2020-03-04 Shotaro YamadaLint `if let Some` in question_mark lint
2020-03-04 ThibsGAdd restrictive pat use in full binded struct
2020-03-04 JarredAllenUpdate test case answers to match cargo dev fmt
2020-03-04 JarredAllenRan cargo dev fmt
2020-03-04 borsAuto merge of #5264 - flip1995:rustup, r=flip1995
2020-03-03 flip1995Rustup to rust-lang/rust#69506
2020-03-03 JarredAllenRecommended changes from flip1995
2020-03-03 borsAuto merge of #5256 - JohnTitor:try-eval-usize, r=phansch
2020-03-03 Yuki OkushiAdd regression test
2020-03-03 borsAuto merge of #5259 - flip1995:lang_items, r=phansch
2020-03-03 borsAuto merge of #5047 - flip1995:use_debug, r=phansch
2020-03-03 borsAuto merge of #5250 - mlegner:unused_fp, r=flip1995
2020-03-03 flip1995Update stderr
2020-03-02 borsAuto merge of #5242 - matthiaskrgr:5238_test, r=flip1995
2020-03-02 mlegnerWhitelist unused attribute for use items.
2020-03-01 JarredAllenMerge branch 'master' of github.com:rust-lang/rust...
2020-03-01 JarredAllenChanged test output to reflect cargo fmt
2020-03-01 JarredAllenRun cargo dev fmt
2020-02-29 JarredAllenFinished checking for cases of absolute values
2020-02-28 Matthias Krügeradd test for #5238
2020-02-28 JarredAllenSome bugfixing
2020-02-28 JarredAllenCreated floating point abs lint and test, but not yet run
2020-02-27 borsAuto merge of #5231 - JohnTitor:associated-type-default...
2020-02-27 Yuki OkushiRustup to rust-lang/rust#61812
2020-02-24 borsAuto merge of #4897 - krishna-veerareddy:issue-2040...
2020-02-24 Krishna Sai Veera... Add `imprecise_flops` lint
2020-02-24 Krishna Sai Veera... Rename `mul_add` test file and add general improvements
2020-02-24 Krishna Sai Veera... Move `manual_mul_add` into `suboptimal_flops` lint
2020-02-24 Krishna Sai Veera... Run rust-fix on tests
2020-02-24 Krishna Sai Veera... Change lint name to `suboptimal_flops`
2020-02-24 Krishna Sai Veera... Remove lint for logarithm division identity
2020-02-24 Krishna Veera ReddyAdd type suffixes to unsuffixed method receiver suggestions
2020-02-24 Krishna Veera ReddyDetect usage of `(x + 1).ln()` and suggest `x.ln_1p...
2020-02-24 Krishna Veera ReddySplit test cases into separate files
2020-02-24 Krishna Veera ReddyLint expressions of the form `x.log(b) / y.log(b)`
2020-02-24 Krishna Veera ReddySuggest usage of `powi` method when applicable
2020-02-24 Krishna Veera ReddyConsolidate the accuracy and efficiency lints
2020-02-24 Krishna Veera ReddyAdd lints to detect inaccurate and inefficient FP opera...
2020-02-22 borsAuto merge of #5216 - krishna-veerareddy:issue-5192...
2020-02-22 Krishna Sai Veera... Prevent `missing_const_for_fn` on functions with const...
2020-02-21 borsAuto merge of #5029 - flip1995:wildcard_imports, r...
2020-02-21 flip1995Fix suggestion for weird formattings
2020-02-21 flip1995Add test for prelude import
2020-02-21 flip1995Move enum_glob_use lint into wildcard_imports pass
2020-02-21 flip1995Add tests for wildcard_imports lint
2020-02-21 borsAuto merge of #5202 - krishna-veerareddy:issue-5201...
2020-02-21 borsAuto merge of #5213 - JohnTitor:warm-return-ty, r=flip1995
2020-02-21 borsAuto merge of #5200 - nipunn1313:unneeded_field_pattern...
2020-02-21 Yuki OkushiUse generator own DefId
2020-02-21 Krishna Sai Veera... Separate out lint to check lossy whole number float...
2020-02-20 borsAuto merge of #5208 - matthiaskrgr:stderr, r=flip1995
2020-02-20 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69325...
2020-02-20 borsAuto merge of #5204 - flip1995:license, r=Manishearth
2020-02-20 flip1995Remove remaining license header in test file
2020-02-19 borsAuto merge of #5190 - flip1995:nuke_traveyor, r=phansch...
2020-02-18 borsAuto merge of #5193 - krishna-veerareddy:add-more-log...
2020-02-18 Krishna Sai Veera... Add `LOG2_10` and `LOG10_2` to `approx_const` lint
2020-02-17 borsAuto merge of #5181 - daxpedda:future-missing-errors...
2020-02-17 daxpeddaAdd tests and improve checks.
2020-02-17 borsAuto merge of #5185 - krishna-veerareddy:issue-5160...
2020-02-17 Krishna Sai Veera... Add tests for lossy whole number float literals
2020-02-17 borsAuto merge of #5183 - JohnTitor:fix-fp-import, r=matthi...
2020-02-17 Yuki OkushiDon't lint `single_component_path_imports` in macros
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-13 borsAuto merge of #5168 - lily-commure:chars_next_style...
2020-02-13 borsAuto merge of #5170 - JohnTitor:fix-prefix, r=flip1995
2020-02-13 Yuki OkushiFix false positive in `zero_prefixed_literal`
2020-02-12 borsAuto merge of #5088 - rust-lang:gha, r=Manishearth...
2020-02-12 flip1995Apply review comments
2020-02-12 flip1995Add two more error causes to integration test
2020-02-12 flip1995Ignore fmt test in GHA CI
2020-02-11 borsAuto merge of #5158 - lzutao:callbackshook, r=flip1995
2020-02-11 borsAuto merge of #5152 - flip1995:rustup, r=flip1995
2020-02-11 borsAuto merge of #5155 - krishna-veerareddy:remove-unused...
2020-02-11 Krishna Sai Veera... Remove unnecessary imports from tests
2020-02-10 borsAuto merge of #5151 - flip1995:fix_run_pass_tests,...
2020-02-10 Philipp KronesUse current_dir instead of cargo_metadata
2020-02-10 flip1995Fix run-pass tests when CARGO_TARGET_DIR is not set
2020-02-10 borsAuto merge of #5148 - krishna-veerareddy:issue-5147...
2020-02-09 Krishna Sai Veera... Use `PATH` environment variable for testing
next