about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2023-03-09improve readability of winnowinglcnr-39/+66
2023-03-09no more do whilelcnr-25/+23
2023-03-09replace legacy copyright annotations in submodulesPietro Albini-18/+6
2023-03-09Rollup merge of #108854 - Ezrashaw:improve-int-idents, r=oli-obkMatthias Krüger-36/+41
2023-03-09Rollup merge of #108294 - compiler-errors:arbitary-sugg-binder, r=TaKO8KiMatthias Krüger-2/+2
2023-03-09exhaustive match on implied bounds regionsAli MJ Al-Nasrawy-15/+8
2023-03-09feat/refactor: improve errors in case of ident with number at startEzra Shaw-36/+41
2023-03-09Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgrbors-383/+134
2023-03-09resolve regions before implied boundsAli MJ Al-Nasrawy-5/+7
2023-03-09remove obsolete `givens` from regionckAli MJ Al-Nasrawy-144/+26
2023-03-09Remove `dep_node_index_of_opt` and `dep_node_index_of`John Kåre Alsaker-12/+2
2023-03-09Address commentsJohn Kåre Alsaker-16/+14
2023-03-09Move dep graph methods to DepGraphData to avoid branches and `unwrap`sJohn Kåre Alsaker-164/+224
2023-03-09Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obkbors-16/+40
2023-03-08Rollup merge of #108916 - fmease:rm-unused-ret-val, r=compiler-errorsMatthias Krüger-8/+4
2023-03-08Rollup merge of #108882 - compiler-errors:E0740, r=eholkMatthias Krüger-22/+39
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-335/+27
2023-03-08Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnrMatthias Krüger-15/+59
2023-03-08Rollup merge of #108754 - compiler-errors:retry, r=oli-obkMatthias Krüger-3/+5
2023-03-08Rollup merge of #108901 - LYF1999:yf/108897, r=lcnrMatthias Krüger-2/+2
2023-03-08Rollup merge of #108887 - nnethercote:rename-MapInPlace, r=lqdMatthias Krüger-15/+8