about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-11Rollup merge of #108988 - adrianheine:crate-reference-block, r=petrochenkovMatthias Krüger-10/+2
2023-03-11Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errorsMatthias Krüger-151/+122
2023-03-11Rollup merge of #108949 - Urgau:check-cfg-target-json, r=oli-obkMatthias Krüger-4/+5
2023-03-11Rollup merge of #108711 - Nilstrieb:nt-note, r=petrochenkovMatthias Krüger-3/+9
2023-03-11Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgrbors-101/+99
2023-03-11Auto merge of #108998 - matthiaskrgr:rollup-sxbdulg, r=matthiaskrgrbors-137/+274
2023-03-11Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelixbors-18/+6
2023-03-10Rollup merge of #108912 - clubby789:doc-tool-lints, r=NilstriebMatthias Krüger-0/+30
2023-03-10Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,NilstriebMatthias Krüger-25/+23
2023-03-10Rollup merge of #108891 - kazutakahirata:master, r=cuviperMatthias Krüger-1/+0
2023-03-10Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0Matthias Krüger-40/+38
2023-03-10Rollup merge of #107711 - calebzulawski:movbe, r=pnkfelixMatthias Krüger-4/+4
2023-03-10Rollup merge of #105798 - Amanieu:relax-asm, r=joshtriplettMatthias Krüger-31/+4
2023-03-10Simplify typeck entry.Camille GILLOT-51/+46
2023-03-10Directly construct Inherited.Camille GILLOT-143/+119
2023-03-10Rollup merge of #108983 - LeSeulArtichaut:108646-target-feature-default-impl,...Matthias Krüger-1/+1
2023-03-10Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwUMatthias Krüger-13/+24
2023-03-10Rollup merge of #108937 - lcnr:winnowing-enum, r=WaffleLapkinMatthias Krüger-40/+67
2023-03-10Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch...Matthias Krüger-51/+96
2023-03-10Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkovMatthias Krüger-4/+4
2023-03-10Rollup merge of #108834 - compiler-errors:fn-ptr-fn-obl, r=spastorinoMatthias Krüger-3/+11
2023-03-10Rollup merge of #108828 - compiler-errors:new-solver-alias-eq-on-num-var, r=lcnrMatthias Krüger-25/+71
2023-03-10Add note when matching token with nonterminalNilstrieb-3/+9
2023-03-10rustdoc: Don't crash on `crate` references in blocksAdrian Heine-10/+2
2023-03-10Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgrbors-108/+91
2023-03-10Forbid `#[target_feature]` on safe default implementationsLéo Lanteri Thauvin-1/+1
2023-03-10Auto merge of #102256 - cjgillot:let-under, r=lcnrbors-5/+85
2023-03-10Rollup merge of #108960 - compiler-errors:no-body-def-id, r=cjgillotMatthias Krüger-84/+55
2023-03-10Rollup merge of #108945 - spastorino:pass-def-id-instead-of-using-hir-id, r=c...Matthias Krüger-43/+50
2023-03-10Rollup merge of #108879 - compiler-errors:constrained-root-var, r=lcnrMatthias Krüger-15/+20
2023-03-10updating commentlcnr-1/+1
2023-03-10feat: implement better error for manual impl of `Fn*` traitsEzra Shaw-52/+97
2023-03-10Unconstrained terms should account for infer vars being equatedMichael Goulet-15/+20
2023-03-09Don't export of __rust_* alloc symbols if not codegenedCollin Baker-40/+37
2023-03-09Add soon-to-be-default --no-undefined-version flagCollin Baker-0/+1
2023-03-09Remove body_def_id from InheritedMichael Goulet-84/+55
2023-03-09Honor current target when checking conditional compilation valuesUrgau-4/+5
2023-03-09Make some report and emit errors take DefIds instead of BodyIdsSantiago Pastorino-43/+50
2023-03-09Bail in combine if consts have different typesMichael Goulet-7/+15
2023-03-09Use param's real type in try_eval_lit_or_paramMichael Goulet-6/+9
2023-03-09Bug on PlaceMention in dest-prop.Camille GILLOT-2/+3
2023-03-09Document borrowck behaviour.Camille GILLOT-1/+3
2023-03-09Pacify tidy.Camille GILLOT-4/+4
2023-03-09Ignore AscribeUserType in unsafeck to avoid duplicate diagnostics.Camille GILLOT-1/+3
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-4/+79
2023-03-09Propagate expected return type instead of real return type in check_binopMichael Goulet-3/+4
2023-03-09Fix canonicalizer bug for int/float vars tooMichael Goulet-13/+48
2023-03-09Emit alias-eq when equating numeric var and projectionMichael Goulet-9/+19
2023-03-09fix(lexer): not skipped whitespace warning for '\x0c'bohan-4/+4
2023-03-09Document tool lintsclubby789-0/+30