about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-01-10Auto merge of #106607 - compiler-errors:be-more-accurate-abt-method-suggestio...bors-22/+133
2023-01-10Auto merge of #106656 - JohnTitor:rollup-rk2qltg, r=JohnTitorbors-110/+450
2023-01-10Auto merge of #106495 - JohnTitor:issue-100772, r=compiler-errorsbors-0/+11
2023-01-10Rollup merge of #106647 - notriddle:notriddle/a, r=GuillaumeGomezYuki Okushi-4/+1
2023-01-10Rollup merge of #106640 - lcnr:update-test, r=jackh726Yuki Okushi-43/+58
2023-01-10Rollup merge of #106639 - RalfJung:miri, r=RalfJungYuki Okushi-35/+246
2023-01-10Rollup merge of #106636 - djkoloski:accept_old_fuchsia_triple, r=tmandryYuki Okushi-0/+2
2023-01-10Rollup merge of #106387 - jyn514:clippy, r=Mark-SimulacrumYuki Okushi-14/+41
2023-01-10Rollup merge of #106175 - compiler-errors:bad-import-sugg, r=oli-obkYuki Okushi-14/+102
2023-01-09Auto merge of #105855 - arcnmx:rust-analyzer-2022-12, r=lnicolabors-5744/+14558
2023-01-09:arrow_up: rust-analyzerarcnmx-5744/+14558
2023-01-09Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-deadbors-1135/+2036
2023-01-09rustdoc: merge common CSS for `a`Michael Howell-4/+1
2023-01-09hack: don't normalize xform_ret_ty for trait/object candidates unless neededMichael Goulet-14/+0
2023-01-09Consider method return type for various method suggestionsMichael Goulet-22/+147
2023-01-09Accept old spelling of Fuchsia target triplesDavid Koloski-0/+2
2023-01-09update test for inductive canonical cycleslcnr-43/+58
2023-01-09Rollup merge of #106614 - Ezrashaw:ui-test-fixups-2, r=GuillaumeGomezfee1-dead-2/+51
2023-01-09Rollup merge of #106291 - obeis:issue-106182, r=oli-obkfee1-dead-3/+48
2023-01-09Rollup merge of #106047 - uweigand:s390x-test-bigendian-ui, r=oli-obkfee1-dead-1130/+1716
2023-01-09Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obkfee1-dead-0/+26
2023-01-09Rollup merge of #105292 - JulianKnodt:no_eager_commit, r=BoxyUwUfee1-dead-0/+195
2023-01-09add dtors_in_dtors_in_dtorsRalf Jung-0/+57
2023-01-09Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnrbors-189/+814
2023-01-09Auto merge of #2753 - RalfJung:rustup, r=RalfJungbors-2601/+5054
2023-01-09Merge from rustcRalf Jung-2600/+5053
2023-01-09Preparing for merge from rustcRalf Jung-1/+1
2023-01-09Auto merge of #2752 - RalfJung:win-env-current-exe, r=RalfJungbors-13/+85
2023-01-09make env::current_exe work on WindowsRalf Jung-13/+85
2023-01-09Auto merge of #106340 - saethlin:propagate-operands, r=oli-obkbors-0/+46
2023-01-09Clean upkadmin-2/+124
2023-01-09Set !const_evaluatable if ambig. and not inferredkadmin-0/+38
2023-01-09Change based on commentskadmin-1/+12
2023-01-09Change commit_if_ok to probekadmin-13/+37
2023-01-09Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnrbors-87/+64
2023-01-09fix: fix CI errorsEzra Shaw-2/+18
2023-01-08Rollup merge of #106606 - estebank:bad-nested-turbofish, r=compiler-errorsMichael Goulet-0/+14
2023-01-08Rollup merge of #106602 - GuillaumeGomez:tidy-goml-scripts, r=Mark-SimulacrumMichael Goulet-16/+45
2023-01-08Rollup merge of #106600 - compiler-errors:no-private-field-ty-err, r=estebankMichael Goulet-8/+35
2023-01-08Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebankMichael Goulet-0/+107
2023-01-08Rollup merge of #106363 - estebank:mutability-mismatch-arg, r=NilstriebMichael Goulet-23/+46
2023-01-08Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwcoMichael Goulet-102/+102
2023-01-09docs/test: add error-docs and UI test for `E0711`Ezra Shaw-0/+33
2023-01-09Add regression test for #100772Yuki Okushi-0/+11
2023-01-08Do not emit structured suggestion for turbofish with wrong spanEsteban Küber-0/+14
2023-01-08Fix tidy issues in goml scriptsGuillaume Gomez-14/+34
2023-01-08Add goml scripts to tidy checksGuillaume Gomez-2/+11
2023-01-08Suppress type errors that come from private fieldsMichael Goulet-8/+35
2023-01-08Don't store spans in assumed_wf_types actuallyMichael Goulet-2/+29
2023-01-08Normalize assumed_wf_types after wfchecking is complete, for better spansMichael Goulet-14/+14