about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-02-26Auto merge of #2803 - RalfJung:rustup, r=RalfJungbors-8319/+12022
2023-02-26Merge from rustcRalf Jung-8318/+12021
2023-02-26Preparing for merge from rustcRalf Jung-1/+1
2023-02-26Auto merge of #108488 - matthiaskrgr:rollup-i61epcw, r=matthiaskrgrbors-427/+492
2023-02-26Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë...Matthias Krüger-8/+8
2023-02-26Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomezMatthias Krüger-88/+37
2023-02-26Rollup merge of #108475 - Sp00ph:fix_shrink_to, r=thomccMatthias Krüger-55/+104
2023-02-26Rollup merge of #108424 - megakorre:elaborator_refactor, r=compiler-errorsMatthias Krüger-16/+15
2023-02-26Rollup merge of #108418 - est31:parser_function_names, r=NilstriebMatthias Krüger-131/+131
2023-02-26Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillotMatthias Krüger-88/+111
2023-02-26Rollup merge of #108337 - tshepang:translatable-hir-analysis, r=cjgillotMatthias Krüger-3/+4
2023-02-26Rollup merge of #108299 - scottmcm:literal-bits, r=NilstriebMatthias Krüger-36/+46
2023-02-26Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnrMatthias Krüger-2/+36
2023-02-26Auto merge of #108375 - Zoxc:query-inline, r=cjgillotbors-22/+24
2023-02-26Remove `from_fn` lang itemNilstrieb-8/+8
2023-02-26refactor: improve `error-index-generator` dependencyEzra Shaw-20/+3
2023-02-26refactor: statically guarantee that current error codes are documentedEzra Shaw-68/+34
2023-02-26Disambiguate commentsMarkus Everling-2/+2
2023-02-26Fix `VecDeque::shrink_to` and add tests.Markus Everling-55/+104
2023-02-26Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgrbors-514/+1394
2023-02-26Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errorsMatthias Krüger-437/+833
2023-02-26Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile...Matthias Krüger-1/+21
2023-02-26Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomezMatthias Krüger-3/+68
2023-02-26Rollup merge of #108436 - tshepang:translatable-proc-macro-panicked, r=estebankMatthias Krüger-5/+26
2023-02-26Rollup merge of #108432 - klensy:test-deps, r=Mark-SimulacrumMatthias Krüger-4/+0
2023-02-26Rollup merge of #108431 - GuillaumeGomez:regression-test-for-107918, r=notriddleMatthias Krüger-0/+21
2023-02-26Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillotMatthias Krüger-1/+260
2023-02-26Rollup merge of #107062 - tgross35:update-doc-index, r=ehussMatthias Krüger-63/+165
2023-02-25Auto merge of #108464 - compiler-errors:rollup-trl1g70, r=compiler-errorsbors-65/+627
2023-02-26hir-analysis: make a helpful noteTshepang Mbambo-3/+4
2023-02-25Special note for str in auto traitsMichael Goulet-1/+2
2023-02-25Treat `str` as containing `[u8]` for auto trait purposesMichael Goulet-2/+35
2023-02-25Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnrMichael Goulet-3/+309
2023-02-25Rollup merge of #108229 - lionellloh:issue-107049, r=Mark-SimulacrumMichael Goulet-5/+21
2023-02-25Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errorsMichael Goulet-4/+115
2023-02-25Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-SimulacrumMichael Goulet-21/+114
2023-02-25Rollup merge of #107675 - jsgf:link-directives, r=davidtwcoMichael Goulet-1/+20
2023-02-25Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebankMichael Goulet-30/+32
2023-02-25Rollup merge of #105736 - chenyukang:yukang/add-mir-opt-level-testing, r=jyn514Michael Goulet-1/+16
2023-02-25Make clippy happyMichael Goulet-10/+10
2023-02-25Add ErrorGuaranteed to HIR ExprKind::ErrMichael Goulet-33/+50
2023-02-25Add ErrorGuaranteed to HIR TyKind::ErrMichael Goulet-45/+51
2023-02-25Auto merge of #107405 - hermitcore:bsd, r=bjorn3bors-478/+594
2023-02-25Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgrbors-103/+276
2023-02-25Auto merge of #2798 - LevitatingLion:master, r=oli-obkbors-17/+46
2023-02-25Complete migrating `ast_passes` to derive diagnosticsclubby789-437/+833
2023-02-25Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errorsbors-471/+450
2023-02-25Don't run issue-107918.rs test on windowsGuillaume Gomez-0/+1
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