]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-04-03 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/59657
2019-04-01 Philipp KronesMerge pull request #3905 from rust-lang/compiletest
2019-04-01 flip1995Run rustfmt
2019-04-01 flip1995Set level of identity_conversion FP to warn
2019-04-01 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/58805
2019-04-01 Matthias Krügerrustup 41316f0449025394fdca6606d3fdb3b8f37a9872
2019-04-01 Félix FischerUpdated source to match with recent rustc `master`...
2019-04-01 flip1995Fix dogfood error of question_mark lint fix
2019-04-01 flip1995Fix question_mark lint+test
2019-03-26 Félix FischerFix some test failures
2019-03-26 Oliver SchererHacky rustup
2019-03-23 Manish GoregaokarMerge pull request #3902 from matthiaskrgr/rustup
2019-03-23 Matthias Krügerrun cargo fmt
2019-03-23 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/59096/
2019-03-19 borsAuto merge of #3888 - phansch:extract_mistyped_literal_...
2019-03-19 borsAuto merge of #3894 - markcatley:adding_lint_documentat...
2019-03-19 Philipp Hanschcargo fmt
2019-03-19 Philipp HanschAdd rustfix tests for mistyped_literal_suffix lint
2019-03-19 Philipp HanschMove some `unreadable_literal` ui tests to correct...
2019-03-19 Mark CatleyAdd implementation for the EarlyLintPass trait into...
2019-03-18 borsAuto merge of #3893 - mati865:rustup, r=oli-obk
2019-03-18 Mateusz MikułaCargo fmt
2019-03-18 Mateusz MikułaDrop range_contains feature
2019-03-18 Mateusz MikułaFix rustfmt::skip detection
2019-03-18 Mateusz MikułaRework clippy detection in attribute lint
2019-03-18 Mateusz Mikułaname -> check_name
2019-03-18 Mateusz Mikułaspan -> span()
2019-03-18 Mateusz Mikułaname -> ident_str
2019-03-18 Mateusz MikułaNestedMetaItemKind -> NestedMetaItem
2019-03-18 Mateusz MikułaDrop redundant &
2019-03-18 Mateusz MikułaFix path_qualified
2019-03-18 Mateusz MikułaReplace most of ty:Ty with Ty
2019-03-16 flip1995Feed dog
2019-03-16 flip1995Adapt paths to new formatting
2019-03-16 flip1995cargo fmt
2019-03-16 flip1995Use LocalInternedString inside of AbsolutePathPrinter
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
next