about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-13Use `$message_type` as the tagJeremy Fitzhardinge-36/+36
2023-09-19Add test for future-incompat diagnostics with json outputJeremy Fitzhardinge-0/+20
2023-09-19Use serde_json::to_writer for JsonEmitter::emitJeremy Fitzhardinge-4/+5
2023-09-19Document type field in json diagnostics.Jeremy Fitzhardinge-3/+11
2023-09-19Make sure nested Diagnostics in FutureIncompat are also typed for consistency.Jeremy Fitzhardinge-7/+12
2023-09-19Add `type` field to json diagnostic outputsJeremy Fitzhardinge-58/+56
2023-09-19Auto merge of #115979 - GuillaumeGomez:rollup-06ujzgh, r=GuillaumeGomezbors-147/+385
2023-09-19Rollup merge of #115958 - RalfJung:mystery-plus, r=Mark-Simulacrum,notriddleGuillaume Gomez-0/+2
2023-09-19Rollup merge of #115957 - cuishuang:master, r=GuillaumeGomezGuillaume Gomez-1/+1
2023-09-19Rollup merge of #115947 - GuillaumeGomez:custom_code_classes_in_docs-warning,...Guillaume Gomez-143/+198
2023-09-19Rollup merge of #115801 - compiler-errors:async-cycle-mono, r=oli-obkGuillaume Gomez-1/+147
2023-09-19Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3Guillaume Gomez-2/+24
2023-09-19Rollup merge of #113383 - joshtriplett:style-bugs, r=compiler-errorsGuillaume Gomez-0/+13
2023-09-19explain mysterious addition in float minimum/maximumRalf Jung-0/+2
2023-09-19Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-sebors-60/+63
2023-09-19Update tests for custom classesGuillaume Gomez-41/+9
2023-09-19Allow more characters in custom classesGuillaume Gomez-12/+45
2023-09-19Auto merge of #115865 - RalfJung:mir-mod, r=oli-obkbors-2206/+2261
2023-09-19Return early in `check_custom_code_classes` check if the feature is enabledGuillaume Gomez-1/+5
2023-09-19Add new rustdoc-ui test for `custom_code_classes_in_docs` featureGuillaume Gomez-1/+20
2023-09-19Auto merge of #115960 - GuillaumeGomez:rollup-8tky3qu, r=GuillaumeGomezbors-488/+1605
2023-09-19tests/ui/abi: Enable repr(transparent) union ABI tests on RISC-Vmsizanoen-2/+1
2023-09-19rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m...msizanoen-0/+23
2023-09-19fix mismatched symbolscui fliter-1/+1
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