about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-25Treat `str` as containing `[u8]` for auto trait purposesMichael Goulet-2/+6
2023-02-25Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnrMichael Goulet-3/+207
2023-02-25Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errorsMichael Goulet-4/+73
2023-02-25Rollup merge of #107675 - jsgf:link-directives, r=davidtwcoMichael Goulet-1/+9
2023-02-25Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebankMichael Goulet-30/+12
2023-02-25Add ErrorGuaranteed to HIR ExprKind::ErrMichael Goulet-33/+50
2023-02-25Add ErrorGuaranteed to HIR TyKind::ErrMichael Goulet-44/+50
2023-02-25Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgrbors-65/+110
2023-02-25Explain that this is UB catching instead of malformed MIR.Camille GILLOT-0/+7
2023-02-25MIR-Validate StorageLive.Camille GILLOT-2/+13
2023-02-25Complete migrating `ast_passes` to derive diagnosticsclubby789-425/+821
2023-02-25Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errorsbors-461/+440
2023-02-25Address review.Camille GILLOT-10/+6
2023-02-25Rollup merge of #108434 - obeis:hir-analysis-migrate-diagnostics, r=NilstriebMatthias Krüger-63/+107
2023-02-25Rollup merge of #108433 - compiler-errors:missing-provider-nit, r=NilstriebMatthias Krüger-2/+3
2023-02-25Do not lint unresolved trait for ineffective unstable trait implDeadbeef-1/+4
2023-02-25record llvm cgu instruction statscsmoe-0/+39
2023-02-25Name LLVM anonymous constants by a hash of their contentsJohn Kåre Alsaker-2/+8
2023-02-25docs/test: add UI test and docs for `E0476`Ezra Shaw-1/+22
2023-02-25Auto merge of #106430 - tmiasko:rm-dead-unwinds, r=cjgillotbors-76/+44
2023-02-25Don't inline try_execute_queryJohn Kåre Alsaker-0/+1
2023-02-25Add inlining attributes for query system functionsJohn Kåre Alsaker-0/+10
2023-02-25Move `ensure_sufficient_stack` to `try_execute_query` callersJohn Kåre Alsaker-18/+9
2023-02-25Reduce calls to `current_query_job`John Kåre Alsaker-4/+4
2023-02-25Emit the enum discriminant separately for the Encodable macroJohn Kåre Alsaker-29/+30
2023-02-24Auto merge of #91742 - cjgillot:force-backtrace, r=estebankbors-11/+45
2023-02-24make "proc macro panicked" translatableTshepang Mbambo-5/+26
2023-02-24Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-63/+107
2023-02-24Wrap missing provider message correctlyMichael Goulet-2/+3
2023-02-24rustc_infer: Consolidate obligation elaboration de-duplicationPatrik Kårlin-16/+15
2023-02-24Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler...Dylan DPC-1/+1
2023-02-24Rollup merge of #108388 - ohno418:better-suggestion-on-malformed-closure, r=d...Dylan DPC-1/+5
2023-02-24Rollup merge of #108377 - clubby789:duplicate-diagnostic-ice, r=compiler-errorsDylan DPC-1/+1
2023-02-24Rollup merge of #108169 - Zoxc:query-key-copy, r=cjgillotDylan DPC-17/+18
2023-02-24Rollup merge of #106923 - mejrs:fluent_err, r=davidtwcoDylan DPC-6/+18
2023-02-24Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomccDylan DPC-1/+6
2023-02-24Replace parse_[sth]_expr with parse_expr_[sth] function namesest31-131/+131
2023-02-24Comments, another testMichael Goulet-2/+41
2023-02-24Make higher-ranked projections in object types work in new solverMichael Goulet-18/+31
2023-02-24Check object's supertrait and associated type bounds in new solverMichael Goulet-2/+154
2023-02-24Upgrade `ena` to 0.14.1.Nicholas Nethercote-1/+1
2023-02-24Use `List::empty()` instead of `mk_substs(&[])`.Nicholas Nethercote-6/+6
2023-02-24Add `mk_canonical_var_infos_from_iter`.Nicholas Nethercote-23/+28
2023-02-24Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`.Nicholas Nethercote-34/+42
2023-02-24Replace a `mk_ty` call with `mk_bound`.Nicholas Nethercote-1/+1
2023-02-24Rename many interner functions.Nicholas Nethercote-353/+354
2023-02-24Tweak the slice interners.Nicholas Nethercote-59/+24
2023-02-23Lazily compute crate name for consider_optimizingNilstrieb-5/+8
2023-02-23Unify validity checks into a single queryNilstrieb-67/+89
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-1/+1