about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-09-11Add test cases and address review commentsEsteban Küber-19/+156
2020-09-11Make suggestion more completeEsteban Küber-14/+75
2020-09-11Make suggestion have a more targetted underlineEsteban Küber-23/+21
2020-09-11Suggest boxed trait objects in tail `match` and `if` expressionsEsteban Küber-12/+203
2020-09-11Use structured suggestion for `impl T` to `Box<dyn T>`Esteban Küber-34/+50
2020-09-11Auto merge of #76573 - Mark-Simulacrum:bootstrap-with-external-llvm, r=alexcr...bors-0/+9
2020-09-11Auto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnrbors-17/+197
2020-09-11Auto merge of #76381 - petrochenkov:nomingwcomp, r=Mark-Simulacrumbors-8/+0
2020-09-11Auto merge of #75800 - Aaron1011:feature/full-nt-tokens, r=petrochenkovbors-135/+645
2020-09-10Auto merge of #74437 - ssomers:btree_no_root_in_noderef, r=Mark-Simulacrumbors-117/+163
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-22/+338
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-15/+56
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-50/+120
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-21/+41
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-6/+17
2020-09-10Collect tokens when handling `:literal` matcherAaron Hill-2/+10
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-15/+42
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-4/+21
2020-09-10Auto merge of #76574 - flip1995:clippyup, r=Manishearthbors-416/+1360
2020-09-10Auto merge of #76582 - tmandry:rollup-lwwc93b, r=tmandrybors-301/+1320
2020-09-10Rollup merge of #76568 - GuillaumeGomez:add-missing-examples, r=jyn514Tyler Mandry-0/+77
2020-09-10Rollup merge of #76567 - matthiaskrgr:clone_on_copy, r=varkorTyler Mandry-31/+33
2020-09-10Rollup merge of #76565 - matthiaskrgr:box_place, r=oli-obkTyler Mandry-1/+1
2020-09-10Rollup merge of #76563 - yokodake:patch-1, r=jonas-schievinkTyler Mandry-1/+1
2020-09-10Rollup merge of #76559 - lcnr:const-evaluatable, r=oli-obkTyler Mandry-17/+137
2020-09-10Rollup merge of #76555 - alilleybrinker:reword_trivial_casts_lint_doc, r=stev...Tyler Mandry-1/+2
2020-09-10Rollup merge of #76548 - tmiasko:validate, r=davidtwcoTyler Mandry-2/+26
2020-09-10Rollup merge of #76524 - davidtwco:issue-76077-inaccessible-private-fields, r...Tyler Mandry-42/+244
2020-09-10Rollup merge of #76514 - hameerabbasi:const-generics-revs, r=lcnrTyler Mandry-169/+492
2020-09-10Rollup merge of #76289 - arijit79:master, r=jyn514Tyler Mandry-0/+23
2020-09-10Rollup merge of #75857 - dtolnay:unsafe, r=nagisaTyler Mandry-37/+284
2020-09-10typeck/pat: inaccessible private fieldsDavid Wood-9/+141
2020-09-10typeck/expr: inaccessible private fieldsDavid Wood-33/+103
2020-09-10Auto merge of #76564 - pietroalbini:ci-avoid-wasting-10-minutes, r=Mark-Simul...bors-18/+0
2020-09-10Only copy LLVM into rust-dev with internal LLVMMark Rousskov-0/+9
2020-09-10Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyupflip1995-416/+1360
2020-09-10Auto merge of #5980 - matsujika:create-dir, r=flip1995bors-0/+114
2020-09-10Add docs about crate level documentation supportarijit79-0/+23
2020-09-10Auto merge of #5931 - montrivo:unit-arg, r=flip1995bors-137/+203
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-37/+284
2020-09-10Auto merge of #6023 - matthiaskrgr:box, r=flip1995bors-0/+3
2020-09-10Auto merge of #6027 - flip1995:rustup, r=flip1995bors-54/+21
2020-09-10Cleanup of rustupflip1995-16/+7
2020-09-10Add missing examples on core traits' methodGuillaume Gomez-0/+77
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-29/+31
2020-09-10don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2020-09-10use String::from instead of format!() macro to craft string clippy::useless_f...Matthias Krüger-1/+1
2020-09-10take reference to Place directly instead of taking reference to Box<Place>Matthias Krüger-1/+1
2020-09-10ci: avoid moving the build directory on GHAPietro Albini-18/+0
2020-09-10Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrumbors-21/+41