]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-20 lcnrupdate `const_eval_resolve`
2021-03-18 Vadim Petrochenkovhir: Preserve used syntax in `TyKind::TraitObject`
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #83188 - petrochenkov:field, r=lcnr
2021-03-17 Yuki OkushiRollup merge of #83092 - petrochenkov:qspan, r=estebank
2021-03-16 borsAuto merge of #82536 - sexxi-goose:handle-patterns...
2021-03-16 Vadim Petrochenkovast: Reduce size of `ExprKind` by boxing fields of...
2021-03-16 Vadim Petrochenkovast/hir: Rename field-related structures
2021-03-15 Vadim PetrochenkovUpdate clippy tests
2021-03-15 RoxaneFix error after rebase
2021-03-15 RoxaneAdd comments with examples and tests
2021-03-15 hyd-devUse `rustc_interface::interface::Config::parse_sess_cre...
2021-03-14 RoxaneAdd fake_read() to clippy
2021-03-12 flip1995Clippy: HACK! Fix bootstrap error
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-10 bstrieDeprecate items that accidentally weren't deprecated
2021-03-09 Camille GILLOTRemove hir::Expr::attrs.
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::StructField::attrs.
2021-03-09 Camille GILLOTRemove hir::Variant::attrs.
2021-03-09 Camille GILLOTRemove hir::Arm::attrs.
2021-03-09 Camille GILLOTRemove hir::Crate::attrs.
2021-03-09 Camille GILLOTRemove hir::Local::attrs.
2021-03-09 Camille GILLOTRemove hir::StmtKind::attrs.
2021-03-09 Camille GILLOTDo not store attrs in FnKind.
2021-03-09 Camille GILLOTSimplify clippy author.
2021-03-09 kadminSwitch to changing cp_non_overlap in tform
2021-03-09 kadminUpdate cranelift
2021-03-09 kadminUpdate match branches
2021-03-09 Mara BosRollup merge of #82048 - mark-i-m:or-pat-type-ascriptio...
2021-03-08 markclippy: fix or-pattern in let binding
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 Guillaume GomezRollup merge of #82736 - spastorino:mir-opt-level-perf...
2021-03-05 Santiago PastorinoMake clippy set mir_opt_level using Option
2021-03-05 Oli SchererShrink the size of Rvalue by 16 bytes
2021-03-03 Ryan LevickFix borrow and deref
2021-03-03 Ryan LevickAllow noop_method_call in clippy ui test
2021-03-01 Cameron SteffenUse diagnostic items in into_iter_collections
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
next