about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-15Rollup merge of #123922 - TDecking:base_n_magic_removal, r=jieyouxu许杰友 Jieyou Xu (Joe)-3/+3
2024-04-15Rollup merge of #123919 - RalfJung:discriminant, r=compiler-errors许杰友 Jieyou Xu (Joe)-107/+107
2024-04-15Rollup merge of #123896 - JeanCASPAR:rustc_resolve-to-session-diagnostic, r=j...许杰友 Jieyou Xu (Joe)-278/+795
2024-04-15Rollup merge of #123864 - oli-obk:define_opaque_types3, r=compiler-errors许杰友 Jieyou Xu (Joe)-36/+6
2024-04-15Rollup merge of #123666 - mountcount:master, r=lqd许杰友 Jieyou Xu (Joe)-3/+3
2024-04-15Rollup merge of #123548 - RalfJung:what-is-time, r=joboet许杰友 Jieyou Xu (Joe)-5/+3
2024-04-15Rollup merge of #123423 - kjetilkjeka:llvm_bitcode_linker_component, r=Mark-S...许杰友 Jieyou Xu (Joe)-7/+84
2024-04-15Distribute LLVM bitcode linker as a preview componentKjetil Kjeka-7/+84
2024-04-15Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushibors-6/+10
2024-04-15Update doc for std::io::Error::downcastJiahao XU-1/+5
2024-04-15Auto merge of #115717 - jsgf:stablize-json-unused-externs, r=oli-obkbors-10/+33
2024-04-15Fix some typos in docmountcount-3/+3
2024-04-15Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikicbors-4/+46
2024-04-15libtest: also measure time in MiriRalf Jung-5/+3
2024-04-15Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obkbors-7/+3362
2024-04-15Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubileebors-8/+5
2024-04-15Auto merge of #123828 - cuviper:cargo-aarch64-gnu, r=Mark-Simulacrumbors-1/+3
2024-04-14crashes: limit a couple tests to only run on x86_64 and/or not on windowsMatthias Krüger-10/+6
2024-04-14Auto merge of #123945 - GuillaumeGomez:rollup-14x3enh, r=GuillaumeGomezbors-52/+124
2024-04-14Rollup merge of #123915 - shenawy29:patch-1, r=NilstriebGuillaume Gomez-6/+6
2024-04-14Rollup merge of #123905 - notriddle:notriddle/redundant-explicit-link-hunks, ...Guillaume Gomez-11/+22
2024-04-14Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorinoGuillaume Gomez-6/+55
2024-04-14Rollup merge of #123373 - onur-ozkan:skip-codegen, r=Mark-SimulacrumGuillaume Gomez-0/+10
2024-04-14Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip...Guillaume Gomez-29/+31
2024-04-14Add documentation for unused-externs(-silent)Jeremy Fitzhardinge-0/+30
2024-04-14Stabilize --json unused-externs(-silent)Jeremy Fitzhardinge-10/+3
2024-04-14Auto merge of #123719 - RalfJung:compiler_builtins, r=Mark-Simulacrumbors-2/+2
2024-04-14Fix ENV quotes in aarch64-gnu/DockerfileJosh Stone-1/+1
2024-04-14`statx` probe: `ENOSYS` might come from a faulty FUSE driverTobias Bucher-8/+5
2024-04-14Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrumbors-15/+46
2024-04-14Update v0.rsTobias Decking-1/+1
2024-04-14Update encode.rsTobias Decking-2/+2
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-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-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