| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -6/+5 |
| 2023-01-17 | add miri regression test | The 8472 | -0/+6 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -6/+5 |
| 2023-01-16 | Group some commonly passed together values into a struct | Oli Scherer | -1/+1 |
| 2023-01-14 | Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum | Matthias Krüger | -2/+3 |
| 2023-01-12 | Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov | bors | -1/+1 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -1/+1 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -4/+0 |
| 2023-01-11 | Fix up stat test in libc-fs-with-isolation | Mateusz Guzik | -2/+3 |
| 2023-01-09 | add dtors_in_dtors_in_dtors | Ralf Jung | -0/+57 |
| 2023-01-09 | Auto merge of #2753 - RalfJung:rustup, r=RalfJung | bors | -1/+1 |
| 2023-01-09 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-09 | Auto merge of #2752 - RalfJung:win-env-current-exe, r=RalfJung | bors | -13/+85 |
| 2023-01-09 | make env::current_exe work on Windows | Ralf Jung | -13/+85 |
| 2023-01-06 | Bump tokio from 1.23.0 to 1.23.1 in /test_dependencies | dependabot[bot] | -3/+3 |
| 2023-01-05 | Test again wasm32-unknown-unknown | Aaron Hill | -2/+80 |
| 2023-01-05 | Ignore symbol shim clash when symbol is provided by `compiler_builtins` | Aaron Hill | -1/+10 |
| 2023-01-03 | clippy | Ralf Jung | -2/+1 |
| 2023-01-03 | Merge from rustc | Ralf Jung | -0/+5 |
| 2023-01-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-02 | tweaks to retag diagnostic handling | Ralf Jung | -13/+9 |
| 2022-12-31 | Add missing extern crate rustc_driver | bjorn3 | -0/+5 |
| 2022-12-28 | no need to do a no_std build for wasi | Ralf Jung | -3/+5 |
| 2022-12-28 | test using a JSON target file | Ralf Jung | -0/+26 |
| 2022-12-28 | bump dependencies | Ralf Jung | -133/+154 |
| 2022-12-28 | print sysroot build failure error | Ralf Jung | -3/+5 |
| 2022-12-28 | simplify path joining code a bit | Ralf Jung | -9/+1 |
| 2022-12-28 | handle unknown targets more gracefully | Ralf Jung | -60/+92 |
| 2022-12-27 | cargo-miri: use rustc to determine the output filename | Ralf Jung | -40/+66 |
| 2022-12-25 | enable some warnings that rustc bootstrap enables | Ralf Jung | -4/+4 |
| 2022-12-25 | use cargo-install to install josh-proxy | Ralf Jung | -4/+4 |
| 2022-12-24 | fix warnings | Ralf Jung | -3/+3 |
| 2022-12-24 | Merge from rustc | Ralf Jung | -62/+227 |
| 2022-12-24 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-24 | Auto merge of #2646 - saethlin:data-race-spans, r=RalfJung | bors | -273/+555 |
| 2022-12-23 | Mention and number the components of a race in the order the interpreter sees... | Ben Kimock | -113/+113 |
| 2022-12-23 | fix one more unaligned self.ptr, and add tests | Ralf Jung | -0/+14 |
| 2022-12-23 | attempt to clarify what the backtrace belongs to when there could be ambiguity | Ralf Jung | -90/+93 |
| 2022-12-23 | fix IntoIter::drop on high-alignment ZST | Ralf Jung | -7/+12 |
| 2022-12-22 | Add a (1) and (2) to the data race errors | Ben Kimock | -113/+113 |
| 2022-12-22 | Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung | bors | -0/+146 |
| 2022-12-21 | Fix phrasing | Ben Kimock | -28/+28 |
| 2022-12-21 | Clean up implementation, deduplicate in errors | Ben Kimock | -255/+103 |
| 2022-12-21 | Don't run `Drop` terminators on types that do not have drop glue in const eval | Jakob Degen | -2/+2 |
| 2022-12-22 | Rollup merge of #105986 - eltociear:patch-18, r=RalfJung | Yuki Okushi | -1/+1 |
| 2022-12-22 | Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk | Yuki Okushi | -54/+54 |
| 2022-12-21 | Bless tests | Jakob Degen | -4/+4 |
| 2022-12-21 | Retag argument to `drop_in_place` unconditionally | Jakob Degen | -19/+5 |
| 2022-12-21 | Retag as FnEntry on `drop_in_place` | Jakob Degen | -0/+160 |
| 2022-12-21 | update josh onstructions | Ralf Jung | -6/+6 |