about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-05use `propagate_through_exprs` instead of `propagate_through_expr`Takayuki Maeda-35/+26
2022-09-05refactor: remove unnecessary variablesTakayuki Maeda-108/+93
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-563/+663
2022-09-05separate the receiver from arguments in HIRTakayuki Maeda-96/+115
2022-09-05Auto merge of #101439 - Dylan-DPC:rollup-2wf1mtj, r=Dylan-DPCbors-287/+726
2022-09-05Rollup merge of #101429 - compiler-errors:issue-101119, r=lcnrDylan DPC-1/+33
2022-09-05Rollup merge of #101420 - kraktus:doc_hir_local, r=cjgillotDylan DPC-1/+1
2022-09-05Rollup merge of #101409 - WaffleLapkin:rust_2021_compatibility_no_warn_in_202...Dylan DPC-2/+21
2022-09-05Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obkDylan DPC-19/+11
2022-09-05Rollup merge of #101367 - compiler-errors:suggest-copied-or-cloned, r=lcnrDylan DPC-0/+194
2022-09-05Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwcoDylan DPC-264/+466
2022-09-05Auto merge of #101414 - mystor:pm_nested_cross_thread, r=eddybbors-4/+56
2022-09-05Don't suggest reborrow if usage is inside a closureMichael Goulet-1/+33
2022-09-05Auto merge of #101386 - aDotInTheVoid:rdj-discriminant, r=GuillaumeGomezbors-21/+213
2022-09-05Auto merge of #100759 - fee1-dead-contrib:const_eval_select_real_intrinsic, r...bors-285/+438
2022-09-04Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrumbors-165/+39
2022-09-04Auto merge of #93455 - asquared31415:vec-zero-opts, r=thomccbors-0/+17
2022-09-04Fix `hir::Local` doc to match with the variable name used: `init`kraktus-1/+1
2022-09-04Auto merge of #101411 - matthiaskrgr:rollup-uj24yb5, r=matthiaskrgrbors-60/+130
2022-09-04proc_macro/bridge: use the cross-thread executor for nested proc-macrosNika Layzell-4/+56
2022-09-04Rollup merge of #101407 - GuillaumeGomez:rm-duplicated-gui-test, r=Dylan-DPCMatthias Krüger-22/+0
2022-09-04Rollup merge of #101401 - mx00s:expand-const, r=fee1-deadMatthias Krüger-27/+63
2022-09-04Rollup merge of #101397 - notriddle:notriddle/source-nav-not-sidebar-sub, r=G...Matthias Krüger-4/+0
2022-09-04Rollup merge of #101394 - CAD97:patch-3, r=Mark-SimulacrumMatthias Krüger-1/+4
2022-09-04Rollup merge of #101388 - compiler-errors:issue-101376, r=fee1-deadMatthias Krüger-3/+57
2022-09-04Rollup merge of #101385 - BartMassey-upstream:file-doc, r=thomccMatthias Krüger-1/+1
2022-09-04Rollup merge of #101322 - ChrisDenton:internal-doc, r=Mark-SimulacrumMatthias Krüger-2/+5
2022-09-04Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021Maybe Waffle-2/+21
2022-09-04Test internal documentationChris Denton-1/+2
2022-09-04Address feedback from PR #101401Sage Mitchell-12/+20
2022-09-04Make `char::is_lowercase` and `char::is_uppercase` constSage Mitchell-27/+55
2022-09-04Remove duplicated test (superseeded by search-form-elements.goml)Guillaume Gomez-22/+0
2022-09-04Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obkbors-288/+287
2022-09-04Add `inline(always)` to rt functionsDeadbeef-0/+4
2022-09-04remap mir before running optimization passesDeadbeef-4/+7
2022-09-04Add `inline(always)` to function generated by macroDeadbeef-0/+1
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-285/+430
2022-09-04rustdoc: Compute enum discriminant on demandNixon Enraght-Moony-24/+28
2022-09-04Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPCbors-131/+33
2022-09-04Auto merge of #100726 - jswrenn:transmute, r=oli-obkbors-734/+1319
2022-09-04Also suggest dereferencing LHS when both &mut T and T are valid binop LHSMichael Goulet-0/+43
2022-09-04Auto merge of #101312 - nikic:update-llvm-7, r=cuviperbors-0/+0
2022-09-04Auto merge of #101396 - matthiaskrgr:rollup-9n0257m, r=matthiaskrgrbors-45/+205
2022-09-04Address nits, rename enclosing_scope => parent_labelMichael Goulet-65/+141
2022-09-04Use head span for rustc_on_unimplemented's enclosing_scope attrMichael Goulet-197/+120
2022-09-03rustdoc: remove redundant mobile-sized `.source nav:not(.sidebar).sub`Michael Howell-4/+0
2022-09-04Rollup merge of #101369 - compiler-errors:global-asm-pprint, r=jackh726Matthias Krüger-0/+14
2022-09-04Rollup merge of #101349 - notriddle:notriddle/flex-basis, r=GuillaumeGomezMatthias Krüger-4/+0
2022-09-04Rollup merge of #100647 - obeis:issue-99875, r=nagisaMatthias Krüger-39/+111
2022-09-04Rollup merge of #100302 - compiler-errors:deref-path-methods, r=jackh726Matthias Krüger-2/+80