about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-450/+431
2023-09-20the Const::eval_bits methods don't need to be given the TyRalf Jung-48/+35
2023-09-19Auto merge of #115865 - RalfJung:mir-mod, r=oli-obkbors-2206/+2261
2023-09-19Auto merge of #115960 - GuillaumeGomez:rollup-8tky3qu, r=GuillaumeGomezbors-488/+1605
2023-09-19Rollup merge of #115946 - the8472:panic-on-sched_getaffinity-bug, r=Mark-Simu...Guillaume Gomez-2/+4
2023-09-19Rollup merge of #115924 - compiler-errors:non-exhaustive-1-zst, r=RalfJungGuillaume Gomez-20/+110
2023-09-19Rollup merge of #115839 - Dirreke:bump-libc, r=dtolnayGuillaume Gomez-3/+3
2023-09-19Rollup merge of #115625 - compiler-errors:hrtb-infer-err, r=b-naberGuillaume Gomez-0/+112
2023-09-19Rollup merge of #114941 - compiler-errors:inline-shadowed-by-dyn, r=lcnrGuillaume Gomez-1/+177
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-462/+1199
2023-09-19comment on the difference between mir::ConstantKind::Unevaluated and mir::Con...Ralf Jung-0/+5
2023-09-19move ConstValue into mirRalf Jung-254/+245
2023-09-19organize mir pretty.rs and move more things into it; move statement-related t...Ralf Jung-1371/+1393
2023-09-19use pretty_print_const_value from MIR constant 'extra' printingRalf Jung-130/+155
2023-09-19move some MIR const pretty-printing into pretty.rsRalf Jung-177/+176
2023-09-19more MIR const types to separate fileRalf Jung-409/+422
2023-09-19Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3bors-10/+2484
2023-09-19Don't complain on a single non-exhaustive 1-zstMichael Goulet-20/+110
2023-09-19Don't resolve generic instances if they may be shadowed by dynMichael Goulet-20/+144
2023-09-19Explain HRTB + infer limitations of old solverMichael Goulet-0/+112
2023-09-19Failing testMichael Goulet-0/+52
2023-09-19Auto merge of #115289 - compiler-errors:adjust-comments, r=estebankbors-32/+34
2023-09-19Auto merge of #115644 - danakj:catalyst-asan, r=cjgillot,thomccbors-2/+14
2023-09-19Auto merge of #115952 - matthiaskrgr:rollup-qzk8t4e, r=matthiaskrgrbors-374/+825
2023-09-19Rollup merge of #115949 - GuillaumeGomez:update-browser-ui-test, r=notriddleMatthias Krüger-1/+1
2023-09-19Rollup merge of #115943 - ehuss:compiletest-errors, r=compiler-errorsMatthias Krüger-8/+8
2023-09-19Rollup merge of #115941 - lnicola:lnicola-mailmap, r=Mark-SimulacrumMatthias Krüger-1/+2
2023-09-19Rollup merge of #115931 - GuillaumeGomez:remove-empty-h2, r=notriddleMatthias Krüger-5/+6
2023-09-19Rollup merge of #115930 - Zalathar:spans-bug, r=compiler-errorsMatthias Krüger-50/+325
2023-09-19Rollup merge of #115879 - clubby789:migrate-hir-typeck-cast, r=compiler-errorsMatthias Krüger-192/+363
2023-09-19Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obkMatthias Krüger-107/+51
2023-09-19Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errorsMatthias Krüger-10/+69
2023-09-18Auto merge of #115940 - matthiaskrgr:rollup-5ps9ln1, r=matthiaskrgrbors-1767/+151
2023-09-18Update browser-ui-test versionGuillaume Gomez-1/+1
2023-09-18panic when encountering an illegal cpumaskThe 8472-2/+4
2023-09-18Auto merge of #115748 - RalfJung:post-mono, r=oli-obkbors-362/+386
2023-09-18compiletest: Don't swallow some error messages.Eric Huss-8/+8
2023-09-18Add myself to .mailmapLaurențiu Nicola-1/+2
2023-09-18make more prettyBoxy-107/+51
2023-09-18Rollup merge of #115932 - Mark-Simulacrum:expand-review, r=KobzolMatthias Krüger-0/+1
2023-09-18Rollup merge of #115891 - RalfJung:structural-trait-derive, r=nnethercoteMatthias Krüger-114/+42
2023-09-18Rollup merge of #115762 - oli-obk:early_const_prop_lint2, r=compiler-errorsMatthias Krüger-0/+3
2023-09-18Rollup merge of #115663 - Gumichocopengin8:ci/update-github-action, r=Mark-Si...Matthias Krüger-8/+8
2023-09-18Rollup merge of #115494 - RalfJung:primitive_docs, r=Mark-SimulacrumMatthias Krüger-1645/+12
2023-09-18Rollup merge of #109409 - WaffleLapkin:progamer, r=dtolnayMatthias Krüger-0/+85
2023-09-18Fill-in tracking issue for `feature(cmp_minmax)`Maybe Waffle-3/+3
2023-09-18Auto merge of #115927 - lnicola:sync-from-ra, r=lnicolabors-2740/+5763
2023-09-18Add `minmax*` functions to `core::cmp`Maybe Waffle-0/+85
2023-09-18Explain `with_reveal_all_normalized` usageOli Scherer-0/+3
2023-09-18Auto merge of #115795 - Kobzol:opt-dist-custom, r=Mark-Simulacrumbors-277/+423