]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-27 Cameron SteffenAdd missing diagnostic item Symbols
2021-02-25 flip1995Fix Clippy build and test
2021-02-25 flip1995Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a...
2021-02-19 Camille GILLOTMove try_print_query_stack to rustc_interface.
2021-02-19 Dylan DPCRollup merge of #82238 - petrochenkov:nocratemod, r...
2021-02-18 Dylan DPCRollup merge of #82215 - TaKO8Ki:replace-if-let-while...
2021-02-18 Vadim Petrochenkovast: Keep expansion status for out-of-line module items
2021-02-17 borsAuto merge of #81993 - flip1995:clippyup, r=Manishearth
2021-02-17 Takayuki Maedareplace if-let and while-let with `if let` and `while...
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::ImplItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::TraitItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::Item.
2021-02-15 Camille GILLOTUse ItemId as a strongly typed index.
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-13 Mara BosFix clippy's path to the copy intrinsics.
2021-02-11 flip1995Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736...
2021-02-09 Ömer Sinan... Rename HIR UnOp variants
2021-02-06 Jonas SchievinkRollup merge of #81680 - camsteffen:primty, r=oli-obk
2021-02-05 Mark RousskovBump clippy version
2021-02-03 Mara BosSuggest panic!("{}", ..) instead of panic!(..) clippy...
2021-02-03 Mara BosFix/allow non_fmt_panic in clippy tests.
2021-02-03 Cameron SteffenUse PrimTy in builtin type shadow lint
2021-02-03 Manish GoregaokarMerge commit '3e4179766bcecd712824da04356621b8df012ea4...
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-02 borsAuto merge of #81405 - bugadani:ast, r=cjgillot
2021-02-02 Vasili NovikovAdd .editorconfig
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-02-01 Dániel BugaBox the biggest ast::ItemKind variants
2021-01-30 Mara BosUpdate clippy test output for panic macros.
2021-01-30 flip1995Merge commit '95c0459217d1661edfa794c8bb122452b92fb485...
2021-01-29 Yuki OkushiRollup merge of #81176 - camsteffen:qpath-res, r=oli-obk
2021-01-28 Yuki OkushiRollup merge of #81277 - flip1995:from_diag_items,...
2021-01-28 Yuki OkushiRollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikom...
2021-01-22 flip1995Make more traits of the From/Into family diagnostic...
2021-01-22 Mara BosRollup merge of #81236 - estebank:everybody-loop-now...
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-22 Esteban KüberFix clippy and comment
2021-01-22 Esteban KüberAdd loop head span to hir
2021-01-20 Aaron HillForce token collection to run when parsing nonterminals
2021-01-18 Cameron SteffenRemove qpath_res util function
2021-01-18 LeSeulArtichautUse ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-17 Joshua NelsonFix formatting for removed lints
2021-01-17 borsAuto merge of #80679 - jackh726:predicate-kind-take2...
2021-01-16 Jack HueyReview changes
2021-01-16 Jack HueyCleanup
2021-01-16 Jack HueyUse pred not binder
2021-01-16 Jack HueyCleanup
2021-01-16 Jack HueyRemove PredicateKind
2021-01-16 Jack HueyRemove PredicateKind::Atom
2021-01-16 flip1995Deprecate unknown_clippy_lints
2021-01-15 flip1995Merge commit '953f024793dab92745fee9cd2c4dee6a60451771...
2021-01-14 borsAuto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
2021-01-13 borsAuto merge of #77524 - Patryk27:fixes/66228, r=estebank
2021-01-13 Joshua NelsonSeparate out a `hir::Impl` struct
2021-01-10 Patryk WychowaniecRework diagnostics for wrong number of generic args
2021-01-09 Vadim Petrochenkovast: Remove some indirection layers from values in...
2021-01-07 CaioReintroduce hir::ExprKind::If
2021-01-02 flip1995Use bootstrap rustc for versioncheck in Clippy
2021-01-02 flip1995Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6...
2021-01-01 Julian Knodtfirst pass at default values for const generics
2020-12-30 Mara BosRollup merge of #80495 - jyn514:rename-empty, r=petroch...
2020-12-30 Joshua NelsonRename kw::Invalid -> kw::Empty
2020-12-29 Aaron HillRemove unnecessary semicolon from Clippy test
2020-12-23 flip1995Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'
2020-12-20 flip1995Merge commit '4911ab124c481430672a3833b37075e6435ec34d...
2020-12-19 Jack HueyMore rebinds
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-17 Yuki OkushiRollup merge of #79051 - LeSeulArtichaut:if-let-guard...
2020-12-15 borsAuto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
2020-12-15 Rich KadelConvenience funcs for `some_option.unwrap_or(...)`
2020-12-14 Rich KadelImprove warnings on incompatible options involving...
2020-12-11 Jack HueyMove binder for dyn to each list item
2020-12-06 Tomasz MiąskoRetain assembly operands span when lowering AST to HIR
2020-12-06 flip1995Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6...
2020-12-06 LeSeulArtichautHandle `Guard::IfLet` in clippy
2020-12-06 LeSeulArtichautImplement lowering of if-let guards to MIR
2020-12-05 Vishnunarayan K Ifix clippy test
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-29 bstrieUpdate tests to remove old numeric constants
2020-11-28 CamelidUpdate error to reflect that integer literals can have...
2020-11-27 borsAuto merge of #79318 - cjgillot:fitem, r=lcnr
2020-11-26 Camille GILLOTRemove ForeignMod struct.
2020-11-26 borsAuto merge of #77671 - flip1995:lint_list_always_plugin...
2020-11-25 Arlie DavisMove lev_distance to rustc_ast, make non-generic
2020-11-24 flip1995clippy: Remove now obsolete lintlist module
2020-11-24 flip1995clippy: Let rustc handle describing lints
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-23 borsAuto merge of #78343 - camelid:macros-qualify-panic...
2020-11-23 CamelidQualify `panic!` as `core::panic!` in non-built-in...
2020-11-23 borsAuto merge of #78439 - lzutao:rm-clouldabi, r=Mark...
2020-11-23 flip1995Fix ICE in utils::implements_trait
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-22 Lzu TaoDrop support for cloudabi targets
2020-11-22 Jonas SchievinkThread `Constness` through selection
2020-11-19 Mara BosClippy: Match on assert!() expansions without an inner...
2020-11-19 Mara BosRemove the clippy::panic-params lint.
2020-11-18 Mara BosRollup merge of #79145 - camelid:clippy-fix-panics...
2020-11-17 CamelidFix handling of panic calls
2020-11-17 borsAuto merge of #78779 - LeSeulArtichaut:ty-visitor-retur...
next