]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-16 flip1995AbsolutePathBuffer -> AbsolutePathPrinter
2019-03-16 flip1995Remove ty::TyKind from eta_reduction and replace it...
2019-03-15 flip1995parent_def_id -> parent
2019-03-15 flip1995item_path_str -> def_path_str
2019-03-15 flip1995Reimplement AbsolutePathBuffer
2019-03-15 borsAuto merge of #3886 - phansch:rustfix_useless_asref...
2019-03-15 Philipp HanschEnable rustfix for `useless_asref` lint tests
2019-03-15 borsAuto merge of #3883 - daxpedda:missing_docs_in_private_...
2019-03-14 daxpeddaAnother test for missing crate documentation.
2019-03-14 daxpeddaAdd a test for `doc(include)`
2019-03-14 daxpeddaAdd `doc(include = ...)` detection to `missing_docs_in_...
2019-03-14 borsAuto merge of #3879 - phansch:rustfix_string_lit_as_byt...
2019-03-14 borsAuto merge of #3877 - rink1969:3842, r=flip1995
2019-03-14 rink1969casting integer literal to float is unnecessary
2019-03-14 borsAuto merge of #3880 - phansch:uicleanup9001, r=oli-obk
2019-03-14 Philipp HanschUI test cleanup: Extract manual_memcpy tests
2019-03-14 Philipp HanschRun rustfix for string_lit_as_bytes tests
2019-03-13 borsAuto merge of #3873 - phansch:hiridification, r=flip1995
2019-03-13 Philipp Hanschcargo fmt
2019-03-12 borsAuto merge of #3869 - taiki-e:use_self, r=flip1995
2019-03-12 borsAuto merge of #3872 - phansch:some_feature_cleanup...
2019-03-12 borsAuto merge of #3794 - mikerite:fix-3739, r=phansch
2019-03-12 Philipp HanschUse `HirId` instead of `NodeId` for lookup
2019-03-12 Philipp HanschRemove some unused features and `error-pattern`s
2019-03-12 borsAuto merge of #3871 - taiki-e:needless_continue, r...
2019-03-12 Philipp HanschRename span_lint_node* functions to span_lint_hir*
2019-03-12 borsAuto merge of #3865 - phansch:run_more_doc_tests, r...
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-12 borsAuto merge of #3868 - taiki-e:needless_pass_by_value...
2019-03-12 Philipp HanschRun more doc tests
2019-03-11 Taiki EndoFix `needless_continue` false positive
2019-03-11 Taiki EndoFix `use_self` false positive on nested functions
2019-03-11 Taiki EndoFilter out proc_macro and proc_macro_attribute
2019-03-10 borsAuto merge of #3767 - alexreg:cosmetic-2, r=flip1995
2019-03-10 flip1995Fix/Ignore doc tests
2019-03-10 flip1995Run rustfmt
2019-03-10 flip1995Update tests
2019-03-10 Alexander RegueiroReblessed test outputs.
2019-03-10 Alexander RegueiroAddressed points raised in review.
2019-03-10 Alexander RegueiroVarious cosmetic improvements.
2019-03-10 borsAuto merge of #3733 - Zoxc:rustc-interface, r=oli-obk
2019-03-10 John Kåre Alsakerrustfmt
2019-03-10 John Kåre AlsakerUse the new rustc interface
2019-03-10 borsAuto merge of #3863 - rust-lang:get_unwrap, r=oli-obk
2019-03-09 Manish GoregaokarMove get_unwrap to restriction
2019-03-09 borsAuto merge of #3824 - phansch:adding_lints, r=phansch
2019-03-09 borsAuto merge of #3860 - phansch:refactor_out_opt_def_id...
2019-03-09 borsAuto merge of #3861 - flip1995:rollup, r=flip1995
2019-03-09 Philipp KronesRollup merge of #3857 - phansch:document_path_qpath...
2019-03-09 Philipp KronesRollup merge of #3852 - phansch:refactor_assign_ops...
2019-03-09 Philipp KronesRollup merge of #3851 - phansch:refactor_trait_stuff...
2019-03-08 borsAuto merge of #3854 - ljedrz:rustc_58992, r=phansch
2019-03-08 Philipp HanschRefactor: Remove utils::opt_def_id
2019-03-08 Philipp HanschDocument match_path, improve match_qpath docs
2019-03-08 Philipp Hanschcargo fmt
2019-03-08 Philipp Hanschfmt
2019-03-08 Philipp KronesUpdate clippy_lints/src/utils/mod.rs
2019-03-08 Philipp HanschFix doctest
2019-03-08 Philipp HanschRefactor: Cleanup one part of assign_ops lint
2019-03-08 Philipp HanschUpdate comment location
2019-03-08 borsAuto merge of #3856 - mikerite:clippy-dev-enchancement...
2019-03-08 borsAuto merge of #3855 - rchaser53:issue-3849, r=flip1995
2019-03-08 Michael WrightImprove Clippy dev help
2019-03-07 rChaser53Remove an unused binary file
2019-03-07 ljedrzalign with rust-lang/rust/#58992
2019-03-07 borsAuto merge of #3853 - rchaser53:issue-3849, r=flip1995
2019-03-07 rchaser53fix missing a semicolon
2019-03-07 Philipp HanschRefactor: Extract `trait_ref_of_method` function
2019-03-07 borsAuto merge of #3850 - mikerite:rustfmt-tests, r=phansch
2019-03-07 Michael WrightEnable rustfix on `unused_unit` tests
2019-03-07 Michael WrightAdd `[rustfmt::skip]` to `unused_unit` test
2019-03-07 Michael WrightAdd `[rustfmt::skip]` to `doc_markdown` tests
2019-03-06 borsAuto merge of #3803 - felix91gr:master, r=oli-obk
2019-03-06 Félix FischerRenamed: Cyclomatic Complexity -> Cognitive Complexity
2019-03-06 borsAuto merge of #3845 - euclio:unused-comments, r=phansch
2019-03-06 borsAuto merge of #3846 - mikerite:fix-3839, r=phansch
2019-03-06 Michael WrightEnsure `expect_fun_call` bad suggestion is fixed
2019-03-05 Andy Russellfix or ignore failing doc tests
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-03-05 borsAuto merge of #3844 - phansch:const_fn_external_macro...
2019-03-05 Philipp HanschFix missing_const_for_fn for impl trait methods
2019-03-04 Philipp HanschDon't trigger missing_const_for_fn in external macros
2019-03-04 Philipp HanschAdd rustc nightly docs to cheatsheet
2019-03-04 Philipp Hanschs/you/we; One more checklist item
2019-03-03 borsAuto merge of #3838 - mati865:rustup, r=phansch
2019-03-03 Mateusz MikułaUpgrade compiletest_rs to 0.3.19
2019-03-03 Philipp HanschAdd the rustc guide to the cheatsheet
2019-03-03 Philipp HanschMore text fixes after Test section was moved to top
2019-03-03 Philipp HanschReword 'Setup' a bit
2019-03-03 Philipp HanschNote that stderr files don't have to be created manually
2019-03-03 Philipp HanschAuthor lint usage via playground
2019-03-03 Philipp HanschRun remark in `doc` directory, too.
2019-03-03 Philipp HanschCleanup 'Writing code' in CONTRIBUTING.md
2019-03-03 Philipp HanschCopy from CONTRIBUTING.md: author lint, rustfix tests...
2019-03-03 Philipp HanschMention Clippy utils
2019-03-03 Philipp HanschRemind to run update-all-references.sh at the end
2019-03-03 Philipp HanschUse positive if condition for readability
2019-03-03 Philipp HanschExpand on lint implementation section, wrap lines
2019-03-03 Wilco KuseeImplicit return
2019-03-03 Wilco KuseeImplicit return
next