]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-07-10 Vadim Petrochenkovrustc_span: Revert addition of `proc_macro` field to...
2021-07-09 Cameron Steffenclippy: allow default_hash_types on bootstrap
2021-07-09 borsAuto merge of #7449 - flip1995:remove-lints_enabled...
2021-07-09 flip1995Rename `is_allowed` -> `is_lint_allowed`
2021-07-09 flip1995Remove lints_enabled function
2021-07-09 Yoshitomo Nakanishi`default_numeric_fallback`: Add more tests for floating...
2021-07-09 borsAuto merge of #7448 - flip1995:run_lints-rename, r...
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-07-08 flip1995Rename run_lints -> lints_enabled
2021-07-08 Yoshitomo Nakanishidefault_numeric_fallback: Fix FP with floating literal
2021-07-07 borsAuto merge of #86920 - JohnTitor:rollup-buvzpkr, r...
2021-07-06 Aman AroraMake type_implements_trait not a query
2021-07-06 Ryan LevickAdd s to non_fmt_panic
2021-07-06 borsAuto merge of #7439 - iobtl:assert_msg_panic_fp, r...
2021-07-06 iobtlfix false positive (panic message) with assert macro...
2021-07-05 Anthony HuangAdd redundant_method_names lint
2021-07-05 borsAuto merge of #7243 - mgacek8:issue7145_strlen_on_c_str...
2021-07-05 Mateusz GacekAdd new lint: strlen_on_c_strings
2021-07-04 Niko Matsakisrevert broken formatting
2021-07-04 borsAuto merge of #7431 - DevinR528:fix-macro-brace, r...
2021-07-04 Niko Matsakisallow inference vars in type_implements_trait
2021-07-04 Devin RagotzyFix emitting in nested (proc_)macros for nonstandard_ma...
2021-07-03 borsAuto merge of #7428 - camsteffen:use-self-ice, r=flip1995
2021-07-03 Cameron SteffenFix use_self ICE
2021-07-03 borsAuto merge of #7426 - ebobrow:doc-markdown-fp, r=llogiq
2021-07-03 Elliot Bobrowfix doc_markdown false positive
2021-07-03 borsAuto merge of #7316 - lengyijun:rc_mutex, r=llogiq
2021-07-03 borsAuto merge of #7424 - dtolnay-contrib:macrobraces,...
2021-07-03 David TolnayDowngrade nonstandard_macro_braces to nursery
2021-07-02 lyjrc_mutex: known problems
2021-07-02 borsAuto merge of #86782 - flip1995:clippyup, r=Manishearth
2021-07-01 flip1995Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c...
2021-07-01 borsAuto merge of #7418 - flip1995:rustup, r=flip1995
2021-07-01 flip1995Bump nightly version -> 2021-07-01
2021-07-01 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-01 borsAuto merge of #7407 - m-ou-se:doc-hidden-variants,...
2021-07-01 bjorn3Rename all_crate_nums query to crates and remove useles...
2021-07-01 flip1995match_wildcard_for_single_variants: don't produce bad...
2021-07-01 flip1995Simplify wildcard_enum_match_arm test
2021-06-30 borsAuto merge of #7400 - popzxc:restrict-locales, r=Manish...
2021-06-30 Igor AleksanovImplement 'disallowed_script_idents' lint
2021-06-30 borsAuto merge of #7390 - popzxc:issue-7331, r=flip1995
2021-06-29 borsAuto merge of #7411 - camsteffen:use-self-visitor,...
2021-06-29 Cameron SteffenRemove a visitor from use_self
2021-06-29 Cameron SteffenUse type_of for impl self type
2021-06-29 Cameron SteffenSimplify in impl check
2021-06-29 Cameron SteffenMake ItemKind check dry
2021-06-29 borsAuto merge of #7405 - jyn514:fix-stable, r=camsteffen
2021-06-29 borsAuto merge of #7409 - xFrednet:5394-vs-code-tasks,...
2021-06-29 Joshua NelsonStabilize `cargo clippy --fix`
2021-06-28 xFrednetUpdated `clippy_dev` ui message and vscode task name
2021-06-28 borsAuto merge of #7350 - camsteffen:suspicious, r=flip1995
2021-06-27 xFrednetAdded `cargo dev setup vscode-tasks` for simplicity
2021-06-26 Mara BosDon't suggest unstable and doc(hidden) variants.
2021-06-26 Mara BosDon't use exact definition of std's ErrorKind in test.
2021-06-25 Cameron SteffenAdd remark-gfm to workflow job
2021-06-25 Cameron SteffenMove some lints to suspicious
2021-06-25 Cameron SteffenAdd suspicious group
2021-06-25 Ryan LevickFix clippy test
2021-06-25 borsAuto merge of #7379 - popzxc:issue-7305, r=flip1995
2021-06-25 Igor AleksanovDo not spawn blacklisted_name lint in test context
2021-06-25 Igor AleksanovImprove lint message for match-same-arms lint
2021-06-25 borsAuto merge of #7361 - xFrednet:5394-expand-setup-comman...
2021-06-25 xFrednetUpdated several clippy_dev messages and types (PR sugge...
2021-06-25 xFrednetAdded `cargo dev remove intellij`
2021-06-25 xFrednetUpdated `cargo dev setup intellij` for cleaner user...
2021-06-25 xFrednetAdded the `cargo dev remove` command for convenience
2021-06-25 xFrednetPrint cargo dev help on missing arg and updated setup...
2021-06-25 xFrednetAdjust pre-commit script to readd files after formatting
2021-06-25 xFrednetAdded `cargo dev setup git-hook`
2021-06-25 xFrednetMoved dev `ide_setup` to `setup/intellij.rs`
2021-06-24 borsAuto merge of #7300 - DevinR528:import-rename, r=camsteffen
2021-06-24 Devin RagotzyAdd import_rename lint, this adds a field on the Conf...
2021-06-23 borsAuto merge of #7396 - ranweiler:zero-offset, r=Manishearth
2021-06-23 borsAuto merge of #7394 - ehuss:update-opener, r=ehuss
2021-06-23 Joe RanweilerUpdate var name in test
2021-06-23 Joe RanweilerRemove shadowed receiver in check invocation
2021-06-23 Joe RanweilerRemove bad cast in test, cover more cases
2021-06-22 Eric HussUpdate opener.
2021-06-21 borsAuto merge of #7357 - ebobrow:unbalanced-tick, r=xFredn...
2021-06-21 borsAuto merge of #7386 - camsteffen:fmt-workaround, r...
2021-06-21 Elliot Bobrowcheck for unbalanced tick pairs in doc-markdown
2021-06-21 Cameron SteffenRemove rustfmt workaround
2021-06-21 Yuki OkushiRollup merge of #86274 - alexander-melentyev:spaces...
2021-06-21 Alexander MelentyevDelete spaces
2021-06-21 borsAuto merge of #7385 - xFrednet:0000-fix-broken-deploy...
2021-06-21 borsAuto merge of #7382 - matthiaskrgr:config_name, r=flip1995
2021-06-21 borsAuto merge of #7380 - popzxc:compile-test-helper, r...
2021-06-21 Igor AleksanovProvide different message for bootstrapped compiler
2021-06-20 xFrednetFixed broken deploy script due to multiline configurati...
2021-06-20 borsAuto merge of #85538 - r00ster91:iterrepeat, r=Mark...
2021-06-20 Matthias KrügerFix wrong config option being suggested for deprecated...
2021-06-20 Igor AleksanovImprove appearance
2021-06-20 Igor AleksanovImprove visibility&helpfulness of the 'found multiple...
2021-06-19 borsAuto merge of #7299 - DevinR528:macro-brace, r=llogiq
2021-06-19 borsAuto merge of #86426 - hi-rustin:rustin-patch-lint...
2021-06-19 borsAuto merge of #7375 - djc:from-iter-pedantic, r=Manishearth
2021-06-18 Dirkjan OchtmanMove from-iter-instead-of-collect to pedantic
2021-06-18 borsAuto merge of #85421 - Smittyvb:rm_pushpop_unsafe,...
2021-06-18 hi-rustinAddress comment
next