about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-168/+324
2020-10-27modified lint to work with MIRAyrton-59/+322
2020-10-27changed lint to suggest casting to the proper function type and added a testAyrton-4/+50
2020-10-27added a lint against function referencesAyrton-0/+33
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-12/+184
2020-10-27Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr...bors-35/+782
2020-10-27Auto merge of #77317 - varkor:break-diverging-value, r=nikomatsakisbors-1/+60
2020-10-27Auto merge of #78359 - ssomers:btree_cleanup_mem, r=Mark-Simulacrumbors-40/+42
2020-10-27Auto merge of #78421 - JohnTitor:rollup-bq2d7fo, r=JohnTitorbors-262/+558
2020-10-27Rollup merge of #78412 - camelid:cleanup-hash-docs, r=jonas-schievinkYuki Okushi-5/+6
2020-10-27Rollup merge of #78405 - notriddle:patch-3, r=lcnrYuki Okushi-1/+1
2020-10-27Rollup merge of #78396 - josephlr:ermsb, r=petrochenkovYuki Okushi-1/+6
2020-10-27Rollup merge of #78394 - rubik:master, r=m-ou-seYuki Okushi-1/+1
2020-10-27Rollup merge of #78388 - camelid:regression-tests, r=lcnrYuki Okushi-0/+34
2020-10-27Rollup merge of #78377 - LeSeulArtichaut:patch-docs, r=jonas-schievinkYuki Okushi-1/+1
2020-10-27Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytmYuki Okushi-49/+19
2020-10-27Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwcoYuki Okushi-7/+26
2020-10-27Rollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomezYuki Okushi-10/+10
2020-10-27Rollup merge of #78347 - Rustin-Liu:rustin-patch-doc, r=kennytmYuki Okushi-16/+26
2020-10-27Rollup merge of #78342 - oliviacrain:checkmate-pass, r=Mark-SimulacrumYuki Okushi-25/+25
2020-10-27Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelidYuki Okushi-120/+200
2020-10-27Rollup merge of #78298 - Aaron1011:fix/nll-ranked-test, r=Mark-SimulacrumYuki Okushi-0/+72
2020-10-27Rollup merge of #78219 - JohnTitor:print-def-path, r=estebankYuki Okushi-2/+2
2020-10-27Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-SimulacrumYuki Okushi-9/+58
2020-10-27Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodtYuki Okushi-15/+71
2020-10-26Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiserbors-163/+404
2020-10-26Suggest expressions that look like const generic arguments should be enclosed...varkor-35/+782
2020-10-26Ignore threaded capture tests on WASM w/o threadsSergio Benitez-2/+4
2020-10-26Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieubors-215/+577
2020-10-26Improve formatting of hash collections docsCamelid-5/+6
2020-10-26Add FIXME note to const generics testCamelid-0/+1
2020-10-26Add some regression testsCamelid-0/+33
2020-10-26Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obkbors-618/+878
2020-10-26Fix typo in lint descriptionMichael Howell-1/+1
2020-10-26Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrumbors-39/+17049
2020-10-26Add lexicographical comparison docRustin-Liu-16/+26
2020-10-26Auto merge of #78395 - RalfJung:miri, r=RalfJungbors-11/+7
2020-10-26Ignore long lines in testoli-0/+1
2020-10-26Add an inlining debuginfo testoli-0/+16
2020-10-26Deduplicate span and dbg_scope adjustmentoli-18/+19
2020-10-26Prefer `bug!` over `unwrap()`oli-1/+3
2020-10-26Auto merge of #78196 - pietroalbini:shipped-files, r=Mark-Simulacrumbors-12/+41
2020-10-26update MiriRalf Jung-11/+7
2020-10-26Add compiler support for LLVM's x86 ERMSB featureJoe Richey-1/+6
2020-10-26fix(docs): typo in BufWriter documentationMichele Lacchia-1/+1
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-69/+36
2020-10-26build-manifest: allow creating a list of files shipped in a releasePietro Albini-12/+41
2020-10-26simplify-locals: Remove unused set-discriminant statementsTomasz Miąsko-27/+20
2020-10-26simplify-locals: Change RemoveStatements visitor into a functionTomasz Miąsko-42/+31
2020-10-26simplify-locals: Unify use count visitorsTomasz Miąsko-113/+111