about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-14Remove noop from test that expects no noopAndrew Pollack-3/+1
2022-09-06Auto merge of #101485 - GuillaumeGomez:rollup-68p9di4, r=GuillaumeGomezbors-384/+707
2022-09-06Rollup merge of #101473 - nnethercote:mir-size-assertions, r=lqdGuillaume Gomez-8/+14
2022-09-06Rollup merge of #101471 - compiler-errors:delay-bug-are-count-too, r=oli-obkGuillaume Gomez-17/+22
2022-09-06Rollup merge of #101462 - aDotInTheVoid:rdj-enum-field-2, r=GuillaumeGomezGuillaume Gomez-18/+203
2022-09-06Rollup merge of #101457 - ChayimFriedman2:struct-field-semi, r=fee1-deadGuillaume Gomez-3/+59
2022-09-06Rollup merge of #101445 - TaKO8Ki:suggest-introducing-explicit-lifetime, r=ol...Guillaume Gomez-19/+63
2022-09-06Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia...Guillaume Gomez-75/+86
2022-09-06Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obkGuillaume Gomez-244/+260
2022-09-06Auto merge of #100733 - scottmcm:inline-from-from-identity, r=m-ou-sebors-0/+1
2022-09-06Auto merge of #101479 - Dylan-DPC:rollup-v8ite0y, r=Dylan-DPCbors-58/+245
2022-09-06Rollup merge of #101427 - compiler-errors:issue-101421, r=cjgillotDylan DPC-11/+104
2022-09-06Rollup merge of #101412 - WaffleLapkin:improve_std_ptr_code_leftovers, r=scot...Dylan DPC-13/+13
2022-09-06Rollup merge of #101287 - Adam-Gleave:doc_bool_then_some, r=scottmcmDylan DPC-0/+6
2022-09-06Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwcoDylan DPC-29/+84
2022-09-06Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnrDylan DPC-5/+38
2022-09-06Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillotbors-1/+74
2022-09-06Report number of delayed bugs properly with -Ztreat-err-as-bugMichael Goulet-17/+22
2022-09-06get_attr should check that no duplicates are allowedyukang-5/+38
2022-09-06Auto merge of #101359 - compiler-errors:cannot-call-trait-object-with-unsized...bors-19/+47
2022-09-06Add more size assertions for MIR types.Nicholas Nethercote-8/+14
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-331/+276
2022-09-06Auto merge of #101464 - JohnTitor:rollup-unsjgm6, r=JohnTitorbors-82/+433
2022-09-06Rollup merge of #101447 - cjgillot:no-remap-resolver, r=spastorinoYuki Okushi-58/+39
2022-09-06Rollup merge of #101426 - beetrees:dup-no-stdio, r=thomccYuki Okushi-1/+2
2022-09-06Rollup merge of #101425 - compiler-errors:point-at-ty-param, r=spastorinoYuki Okushi-10/+33
2022-09-06Rollup merge of #101418 - rust-lang:revert-99183-proc_macro-mention-r-a, r=Ma...Yuki Okushi-3/+0
2022-09-06Rollup merge of #101404 - joboet:always_cleanup_stdout, r=joshtriplettYuki Okushi-8/+17
2022-09-06Rollup merge of #101402 - saethlin:inline-asm-hook, r=oli-obkYuki Okushi-2/+21
2022-09-06Rollup merge of #99291 - est31:let_else_tests, r=joshtriplettYuki Okushi-0/+321
2022-09-05Rustdoc-Json: Store Variant Fields as their own item.Nixon Enraght-Moony-18/+203
2022-09-05Auto merge of #101460 - rust-lang:update-cargo, r=ehussbors-4/+4
2022-09-05[Gardening] UPDATE - use let chain to unwrap snippet and evaluate flagJhonny Bill Mena-6/+3
2022-09-05UPDATE - accept start_point and snippet instead of SourceMapJhonny Bill Mena-13/+13
2022-09-05Point out when a callable is not actually callable because its return is not ...Michael Goulet-19/+47
2022-09-05Fix ICE, generalize 'move generics to trait' suggestion for >0 non-rcvr argum...Michael Goulet-11/+104
2022-09-05Recover from using `;` as separator between fieldsChayim Refael Friedman-3/+59
2022-09-05Update cargoWeihang Lo-4/+4
2022-09-05FIX - broken translatable diagnostics testsJhonny Bill Mena-5/+5
2022-09-05Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...bors-720/+815
2022-09-05[Gardening] UPDATE - tidy fixesJhonny Bill Mena-3/+8
2022-09-05FIX - broken translatable diagnostics testsJhonny Bill Mena-13/+15
2022-09-05UPDATE - avoid exposing source_map methods from HandlerJhonny Bill Mena-34/+13
2022-09-05fix comment111-4/+3
2022-09-05use `propagate_through_exprs` instead of `propagate_through_expr`Takayuki Maeda-35/+26
2022-09-05Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkovbors-194/+172
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-05Remove generics_def_id_map from the resolver.Camille GILLOT-58/+39