| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Rollup merge of #123922 - TDecking:base_n_magic_removal, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-15 | Rollup merge of #123919 - RalfJung:discriminant, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -107/+107 |
| 2024-04-15 | Rollup merge of #123896 - JeanCASPAR:rustc_resolve-to-session-diagnostic, r=j... | 许杰友 Jieyou Xu (Joe) | -278/+795 |
| 2024-04-15 | Rollup merge of #123864 - oli-obk:define_opaque_types3, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -36/+6 |
| 2024-04-15 | Rollup merge of #123666 - mountcount:master, r=lqd | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-15 | Rollup merge of #123548 - RalfJung:what-is-time, r=joboet | 许杰友 Jieyou Xu (Joe) | -5/+3 |
| 2024-04-15 | Rollup merge of #123423 - kjetilkjeka:llvm_bitcode_linker_component, r=Mark-S... | 许杰友 Jieyou Xu (Joe) | -7/+84 |
| 2024-04-15 | Distribute LLVM bitcode linker as a preview component | Kjetil Kjeka | -7/+84 |
| 2024-04-15 | Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushi | bors | -6/+10 |
| 2024-04-15 | Update doc for std::io::Error::downcast | Jiahao XU | -1/+5 |
| 2024-04-15 | Auto merge of #115717 - jsgf:stablize-json-unused-externs, r=oli-obk | bors | -10/+33 |
| 2024-04-15 | Fix some typos in doc | mountcount | -3/+3 |
| 2024-04-15 | Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikic | bors | -4/+46 |
| 2024-04-15 | libtest: also measure time in Miri | Ralf Jung | -5/+3 |
| 2024-04-15 | Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obk | bors | -7/+3362 |
| 2024-04-15 | Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubilee | bors | -8/+5 |
| 2024-04-15 | Auto merge of #123828 - cuviper:cargo-aarch64-gnu, r=Mark-Simulacrum | bors | -1/+3 |
| 2024-04-14 | crashes: limit a couple tests to only run on x86_64 and/or not on windows | Matthias Krüger | -10/+6 |
| 2024-04-14 | Auto merge of #123945 - GuillaumeGomez:rollup-14x3enh, r=GuillaumeGomez | bors | -52/+124 |
| 2024-04-14 | Rollup merge of #123915 - shenawy29:patch-1, r=Nilstrieb | Guillaume Gomez | -6/+6 |
| 2024-04-14 | Rollup merge of #123905 - notriddle:notriddle/redundant-explicit-link-hunks, ... | Guillaume Gomez | -11/+22 |
| 2024-04-14 | Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorino | Guillaume Gomez | -6/+55 |
| 2024-04-14 | Rollup merge of #123373 - onur-ozkan:skip-codegen, r=Mark-Simulacrum | Guillaume Gomez | -0/+10 |
| 2024-04-14 | Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip... | Guillaume Gomez | -29/+31 |
| 2024-04-14 | Add documentation for unused-externs(-silent) | Jeremy Fitzhardinge | -0/+30 |
| 2024-04-14 | Stabilize --json unused-externs(-silent) | Jeremy Fitzhardinge | -10/+3 |
| 2024-04-14 | Auto merge of #123719 - RalfJung:compiler_builtins, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-04-14 | Fix ENV quotes in aarch64-gnu/Dockerfile | Josh Stone | -1/+1 |
| 2024-04-14 | `statx` probe: `ENOSYS` might come from a faulty FUSE driver | Tobias Bucher | -8/+5 |
| 2024-04-14 | Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum | bors | -15/+46 |
| 2024-04-14 | Update v0.rs | Tobias Decking | -1/+1 |
| 2024-04-14 | Update encode.rs | Tobias Decking | -2/+2 |
| 2024-04-14 | builtin-derive: tag → discriminant | Ralf Jung | -107/+107 |
| 2024-04-14 | update README and add COMPILETEST_VERBOSE_CRASHES env var which when set prin... | Matthias Krüger | -8/+16 |
| 2024-04-14 | crashes: fix ice detection which did not trigger if code compiled without err... | Matthias Krüger | -9/+22 |
| 2024-04-14 | tests/crashes: add ICEs from matthiaskrgr/glacier2 | Matthias Krüger | -39/+2620 |
| 2024-04-14 | add .rs crashes from https://github.com/rust-lang/glacier | Matthias Krüger | -1/+664 |
| 2024-04-14 | compiletest: switch crash detection logic for run_crash_test around | Matthias Krüger | -5/+6 |
| 2024-04-14 | run_crash_test(): better error message when we get a none-ice | Matthias Krüger | -1/+5 |
| 2024-04-14 | compiletest: crashes: turn off backtraces for faster tests | Matthias Krüger | -2/+13 |
| 2024-04-14 | tidy: add tidy check agains \.rs files inside tests/crashes that are missing ... | Matthias Krüger | -5/+21 |
| 2024-04-14 | add ignore-mode-crashes to the know list of compiletest directive names | Matthias Krüger | -0/+1 |
| 2024-04-14 | crashes: add another test showing that everything works fine when we need com... | Matthias Krüger | -2/+29 |
| 2024-04-14 | bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro... | Matthias Krüger | -6/+36 |
| 2024-04-14 | add initial ice as test | Matthias Krüger | -0/+4 |
| 2024-04-14 | Auto merge of #123913 - matthiaskrgr:rollup-w8stnwl, r=matthiaskrgr | bors | -206/+289 |
| 2024-04-14 | improve documentation slightly regarding some pointer methods | Mohamed El-Shenawy | -6/+6 |
| 2024-04-14 | Move msvc libs to core | Chris Denton | -0/+11 |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -15/+35 |
| 2024-04-14 | Rollup merge of #123902 - ehuss:update-rustfix2, r=Mark-Simulacrum | Matthias Krüger | -4/+16 |