about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-11Auto merge of #105919 - uweigand:s390x-stack-overflow, r=Nilstriebbors-1/+2
2023-01-11Rollup merge of #106671 - tmiasko:opt-bool, r=wesleywiserYuki Okushi-6/+6
2023-01-11Rollup merge of #106669 - ozkanonur:helper-function-for-lint-level, r=NilstriebYuki Okushi-20/+15
2023-01-11Rollup merge of #106653 - ehuss:allow-features-help, r=nilstriebYuki Okushi-1/+1
2023-01-11Rollup merge of #106645 - c410-f3r:rfc-2397-1, r=oli-obkYuki Okushi-0/+6
2023-01-11Rollup merge of #106521 - oskgo:remove-E0280, r=jackh726Yuki Okushi-8/+12
2023-01-11Rollup merge of #105194 - tmiasko:cleanup-kinds, r=davidtwcoYuki Okushi-0/+3
2023-01-10Change type of box_noalias to boolTomasz Miąsko-3/+3
2023-01-10Change type of mutable_noalias to boolTomasz Miąsko-3/+3
2023-01-10Add comment to cleanup_kindsTomasz Miąsko-0/+3
2023-01-10create helper function for `rustc_lint_defs::Level` and remove it's duplicate...ozkanonur-20/+15
2023-01-10Auto merge of #106607 - compiler-errors:be-more-accurate-abt-method-suggestio...bors-85/+196
2023-01-10remove E0280 and ICE insteadbowlerman-8/+12
2023-01-09[RFC 2397] Initial implementationCaio-0/+6
2023-01-10Rollup merge of #106636 - djkoloski:accept_old_fuchsia_triple, r=tmandryYuki Okushi-1/+7
2023-01-10Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obkYuki Okushi-36/+14
2023-01-10Rollup merge of #106175 - compiler-errors:bad-import-sugg, r=oli-obkYuki Okushi-29/+65
2023-01-10Rollup merge of #105708 - tomerze:enable-atomic-cas-bpf, r=nagisaYuki Okushi-1/+5
2023-01-09Fix help docs for -Zallow-featuresEric Huss-1/+1
2023-01-09Add issue number to FIXMEsTyler Mandry-2/+2
2023-01-09Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-deadbors-201/+248
2023-01-09Assert defining anchor is set in take_opaque_typesMichael Goulet-19/+13
2023-01-09review commentMichael Goulet-8/+13
2023-01-09hack: don't normalize xform_ret_ty for trait/object candidates unless neededMichael Goulet-25/+42
2023-01-09Add lookup_probe_for_diagnosticMichael Goulet-74/+98
2023-01-09Consider method return type for various method suggestionsMichael Goulet-16/+77
2023-01-09No need to take opaques in check_type_boundsMichael Goulet-17/+1
2023-01-09Unconditionally normalize xform_ret_ty in probeMichael Goulet-32/+41
2023-01-09Accept old spelling of Fuchsia target triplesDavid Koloski-1/+7
2023-01-09Rollup merge of #106614 - Ezrashaw:ui-test-fixups-2, r=GuillaumeGomezfee1-dead-4/+37
2023-01-09Rollup merge of #106549 - wcampbell0x2a:use-fmt-named-parameters-borrowck, r=...fee1-dead-92/+63
2023-01-09Rollup merge of #106468 - compiler-errors:err-instability, r=lcnrfee1-dead-2/+9
2023-01-09Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnrfee1-dead-55/+52
2023-01-09Rollup merge of #106291 - obeis:issue-106182, r=oli-obkfee1-dead-0/+17
2023-01-09Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obkfee1-dead-31/+34
2023-01-09Rollup merge of #106061 - ilovepi:fuchsia-scs, r=oli-obkfee1-dead-1/+3
2023-01-09Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obkfee1-dead-0/+7
2023-01-09Rollup merge of #105292 - JulianKnodt:no_eager_commit, r=BoxyUwUfee1-dead-16/+26
2023-01-09Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnrbors-314/+368
2023-01-09Auto merge of #106340 - saethlin:propagate-operands, r=oli-obkbors-5/+1
2023-01-09Clean upkadmin-23/+9
2023-01-09Check for duplicateskadmin-3/+15
2023-01-09Set !const_evaluatable if ambig. and not inferredkadmin-12/+10
2023-01-09Change based on commentskadmin-7/+26
2023-01-09Change commit_if_ok to probekadmin-8/+3
2023-01-09Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnrbors-40/+25
2023-01-08Rollup merge of #106606 - estebank:bad-nested-turbofish, r=compiler-errorsMichael Goulet-2/+10
2023-01-08Rollup merge of #106600 - compiler-errors:no-private-field-ty-err, r=estebankMichael Goulet-3/+3
2023-01-08Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebankMichael Goulet-1/+93
2023-01-08Rollup merge of #106363 - estebank:mutability-mismatch-arg, r=NilstriebMichael Goulet-7/+45