about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-12Auto merge of #75436 - JohnTitor:rollup-ss0lxds, r=JohnTitorbors-32/+104
2020-08-12Rollup merge of #75422 - poliorcetics:tidy-accept-more-safety-comments, r=Mar...Yuki Okushi-1/+1
2020-08-12Rollup merge of #75394 - oli-obk:get_static, r=RalfJungYuki Okushi-17/+28
2020-08-12Rollup merge of #75234 - Amanieu:asm_unstable_book, r=nikomatsakisYuki Okushi-1/+13
2020-08-12Rollup merge of #74960 - nbdd0121:typeck, r=nikomatsakisYuki Okushi-13/+62
2020-08-12Auto merge of #75427 - Xanewok:update-rls, r=Dylan-DPCbors-18/+5
2020-08-12Auto merge of #75405 - flip1995:clippyup, r=Manishearthbors-619/+2700
2020-08-12Update RLS and RustfmtIgor Matuszewski-18/+5
2020-08-11Auto merge of #74802 - Mark-Simulacrum:reland-74069, r=nnethercotebors-7/+51
2020-08-11Accept more safety comments (notably those that are on multiple lines without...Alexis Bourget-1/+1
2020-08-11Rollup merge of #75408 - mati865:update-ci-comment, r=pietroalbiniTyler Mandry-5/+7
2020-08-11Rollup merge of #75403 - giraffate:update_comment_in_fn, r=ecstatic-morseTyler Mandry-1/+1
2020-08-11Rollup merge of #75393 - GuillaumeGomez:fix-help-shortcut, r=pickfireTyler Mandry-3/+1
2020-08-11Rollup merge of #75378 - petrochenkov:isident, r=Mark-SimulacrumTyler Mandry-26/+41
2020-08-11Fully handle "?" shortcutGuillaume Gomez-3/+1
2020-08-11Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyupflip1995-619/+2700
2020-08-11Auto merge of #73656 - oli-obk:deaggregate-is-cleanup, r=wesleywiserbors-357/+793
2020-08-11move Deaggregate pass to post_borrowck_cleanupRalf Jung-357/+793
2020-08-11Update MinGW comments in ci.ymlMateusz Mikuła-5/+7
2020-08-11Update comment for functionTakayuki Nakata-1/+1
2020-08-11Auto merge of #5891 - flip1995:rustup, r=flip1995bors-0/+7
2020-08-11Add a function to `TyCtxt` for computing an `Allocation` for a `static` item'...Oliver Scherer-17/+28
2020-08-11Rollup merge of #75360 - pickfire:patch-4, r=GuillaumeGomezYuki Okushi-1/+11
2020-08-11Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obkYuki Okushi-24/+26
2020-08-11Rollup merge of #75353 - estebank:tiny, r=jyn514Yuki Okushi-3/+3
2020-08-11Rollup merge of #75352 - estebank:incorrect-tuple-struct-pat, r=oli-obkYuki Okushi-10/+14
2020-08-11Rollup merge of #75347 - fusion-engineering-forks:rustdoc-nat-sort, r=Guillau...Yuki Okushi-29/+63
2020-08-11Rollup merge of #75338 - RalfJung:const-eval-stack-size-check, r=oli-obkYuki Okushi-5/+10
2020-08-11Rollup merge of #75333 - davidtwco:polymorphization-75260-fixes, r=lcnrYuki Okushi-4/+24
2020-08-11Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJungYuki Okushi-37/+37
2020-08-11Auto merge of #75383 - Dylan-DPC:rollup-6hi36zn, r=Dylan-DPCbors-392/+919
2020-08-11Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514Dylan DPC-11/+27
2020-08-11Rollup merge of #75363 - Aaron1011:fix/diag-infcx, r=lcnrDylan DPC-5/+104
2020-08-11Rollup merge of #75339 - RalfJung:eval-required, r=oli-obkDylan DPC-225/+302
2020-08-11Rollup merge of #75337 - davidtwco:polymorphization-75255-fixes, r=eddybDylan DPC-88/+33
2020-08-11Rollup merge of #75316 - alexcrichton:fix-wasm-simd, r=oli-obkDylan DPC-24/+31
2020-08-11Rollup merge of #75315 - Mark-Simulacrum:save-temps, r=ecstatic-morseDylan DPC-24/+53
2020-08-11Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=ManishearthDylan DPC-7/+13
2020-08-11Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obkDylan DPC-8/+356
2020-08-10Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkovbors-146/+225
2020-08-10run cargo dev update-lintsMatthias Krüger-1/+1
2020-08-10Auto merge of #75349 - nnethercote:tweak-confusable-idents-checking, r=petroc...bors-65/+43
2020-08-11Feature gate is always presentMark Rousskov-17/+17
2020-08-11Introduce `rustc_lexer::is_ident` and use it in couple of placesVadim Petrochenkov-9/+24
2020-08-10Auto merge of #75127 - jyn514:impl-trait, r=pnkfelixbors-105/+126
2020-08-10Add missing primary labelEsteban Küber-7/+11
2020-08-10Point at item definition in foreign cratesEsteban Küber-12/+56
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-54/+41
2020-08-10Tweak ordering of suggestionsEsteban Küber-87/+131
2020-08-10Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514bors-5/+32