about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-14Consolidate two copies of ty_kind_suggestionMichael Goulet-130/+73
2024-04-14Auto merge of #16450 - Urhengulas:edition-aware-parser, r=Veykrilbors-102/+140
2024-04-14Use Edition::CURRENTLukas Wirth-19/+17
2024-04-14Deduplicate Edition enumLukas Wirth-62/+65
2024-04-14Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrumbors-15/+46
2024-04-14Mark edition field as unusedJohann Hemmann-2/+2
2024-04-14Raise edition one more levelJohann Hemmann-35/+61
2024-04-14Add edition to all `parse` functions of the parser crateJohann Hemmann-20/+16
2024-04-14Add edition to parser structJohann Hemmann-5/+20
2024-04-14Update v0.rsTobias Decking-1/+1
2024-04-14Update encode.rsTobias Decking-2/+2
2024-04-14Auto merge of #17064 - Veykril:inlay-hints-fix, r=Veykrilbors-13/+11
2024-04-14Merge pull request #1481 from taiki-e/asm-maybe-uninitbjorn3-2/+23
2024-04-14builtin-derive: tag → discriminantRalf Jung-107/+107
2024-04-14update README and add COMPILETEST_VERBOSE_CRASHES env var which when set prin...Matthias Krüger-8/+16
2024-04-14crashes: fix ice detection which did not trigger if code compiled without err...Matthias Krüger-9/+22
2024-04-14tests/crashes: add ICEs from matthiaskrgr/glacier2Matthias Krüger-39/+2620
2024-04-14add .rs crashes from https://github.com/rust-lang/glacierMatthias Krüger-1/+664
2024-04-14compiletest: switch crash detection logic for run_crash_test aroundMatthias Krüger-5/+6
2024-04-14run_crash_test(): better error message when we get a none-iceMatthias Krüger-1/+5
2024-04-14compiletest: crashes: turn off backtraces for faster testsMatthias Krüger-2/+13
2024-04-14tidy: add tidy check agains \.rs files inside tests/crashes that are missing ...Matthias Krüger-5/+21
2024-04-14add ignore-mode-crashes to the know list of compiletest directive namesMatthias Krüger-0/+1
2024-04-14crashes: add another test showing that everything works fine when we need com...Matthias Krüger-2/+29
2024-04-14Allow MaybeUninit in input and output of inline assemblyTaiki Endo-2/+23
2024-04-14bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro...Matthias Krüger-6/+36
2024-04-14add initial ice as testMatthias Krüger-0/+4
2024-04-14Auto merge of #123913 - matthiaskrgr:rollup-w8stnwl, r=matthiaskrgrbors-206/+289
2024-04-14minor: Carry inlay hint resolve hash as a stringLukas Wirth-13/+11
2024-04-14improve documentation slightly regarding some pointer methodsMohamed El-Shenawy-6/+6
2024-04-14Move msvc libs to coreChris Denton-0/+11
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-15/+35
2024-04-14Rollup merge of #123902 - ehuss:update-rustfix2, r=Mark-SimulacrumMatthias Krüger-4/+16
2024-04-14Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errorsMatthias Krüger-21/+31
2024-04-14Rollup merge of #123889 - onur-ozkan:improve-tidy, r=Mark-SimulacrumMatthias Krüger-9/+24
2024-04-14Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-SimulacrumMatthias Krüger-17/+24
2024-04-14Rollup merge of #123875 - Ghamza-Jd:master, r=joboetMatthias Krüger-6/+6
2024-04-14Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-SimulacrumMatthias Krüger-0/+10
2024-04-14Rollup merge of #123699 - jieyouxu:rmake-refactor, r=Mark-SimulacrumMatthias Krüger-121/+146
2024-04-14Rollup merge of #123651 - tgross35:thread-local-updates, r=Mark-SimulacrumMatthias Krüger-28/+32
2024-04-14Auto merge of #123580 - rust-lang:cargo_update, r=Mark-Simulacrumbors-57/+57
2024-04-14Auto merge of #17063 - Veykril:inlay-hints-fix, r=Veykrilbors-37/+89
2024-04-14fix: Fix inlay hint resolution being brokenLukas Wirth-37/+89
2024-04-14Auto merge of #107462 - WaffleLapkin:from_iterator_for_tuple, r=dtolnaybors-0/+33
2024-04-13rustdoc: check redundant explicit links with correct itemidMichael Howell-11/+22
2024-04-14Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrumbors-45/+53
2024-04-13Auto merge of #17062 - Veykril:disable-unlinked-file-popup, r=Veykrilbors-1/+4
2024-04-13Auto merge of #123644 - dtolnay:cc, r=Mark-Simulacrumbors-2/+2
2024-04-13Temporarily disable unlinked file popupLukas Wirth-1/+4
2024-04-13Auto merge of #17019 - Wilfred:source_root_prefixes, r=Veykrilbors-0/+27