| Age | Commit message (Expand) | Author | Lines |
| 2023-01-10 | Rollup merge of #106647 - notriddle:notriddle/a, r=GuillaumeGomez | Yuki Okushi | -4/+1 |
| 2023-01-10 | Rollup merge of #106640 - lcnr:update-test, r=jackh726 | Yuki Okushi | -43/+58 |
| 2023-01-10 | Rollup merge of #106639 - RalfJung:miri, r=RalfJung | Yuki Okushi | -35/+246 |
| 2023-01-10 | Rollup merge of #106636 - djkoloski:accept_old_fuchsia_triple, r=tmandry | Yuki Okushi | -1/+9 |
| 2023-01-10 | Rollup merge of #106387 - jyn514:clippy, r=Mark-Simulacrum | Yuki Okushi | -14/+41 |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -36/+14 |
| 2023-01-10 | Rollup merge of #106175 - compiler-errors:bad-import-sugg, r=oli-obk | Yuki Okushi | -43/+167 |
| 2023-01-10 | Rollup merge of #105708 - tomerze:enable-atomic-cas-bpf, r=nagisa | Yuki Okushi | -1/+5 |
| 2023-01-10 | Rollup merge of #105034 - HintringerFabian:improve_iterator_flatten_doc, r=cu... | Yuki Okushi | -0/+12 |
| 2023-01-09 | Add issue number to FIXMEs | Tyler Mandry | -2/+2 |
| 2023-01-09 | Auto merge of #106637 - fee1-dead-contrib:rollup-ticvmsd, r=fee1-dead | bors | -1336/+2284 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -19/+13 |
| 2023-01-09 | rustdoc: merge common CSS for `a` | Michael Howell | -4/+1 |
| 2023-01-09 | review comment | Michael Goulet | -8/+13 |
| 2023-01-09 | No need to take opaques in check_type_bounds | Michael Goulet | -17/+1 |
| 2023-01-09 | Accept old spelling of Fuchsia target triples | David Koloski | -1/+9 |
| 2023-01-09 | update test for inductive canonical cycles | lcnr | -43/+58 |
| 2023-01-09 | Auto merge of #2755 - RalfJung:dtors_in_dtors_in_dtors, r=RalfJung | bors | -0/+57 |
| 2023-01-09 | Rollup merge of #106614 - Ezrashaw:ui-test-fixups-2, r=GuillaumeGomez | fee1-dead | -6/+88 |
| 2023-01-09 | Rollup merge of #106549 - wcampbell0x2a:use-fmt-named-parameters-borrowck, r=... | fee1-dead | -92/+63 |
| 2023-01-09 | Rollup merge of #106468 - compiler-errors:err-instability, r=lcnr | fee1-dead | -2/+9 |
| 2023-01-09 | Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr | fee1-dead | -55/+52 |
| 2023-01-09 | Rollup merge of #106291 - obeis:issue-106182, r=oli-obk | fee1-dead | -3/+65 |
| 2023-01-09 | Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk | fee1-dead | -31/+34 |
| 2023-01-09 | Rollup merge of #106061 - ilovepi:fuchsia-scs, r=oli-obk | fee1-dead | -1/+3 |
| 2023-01-09 | Rollup merge of #106047 - uweigand:s390x-test-bigendian-ui, r=oli-obk | fee1-dead | -1130/+1716 |
| 2023-01-09 | Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obk | fee1-dead | -0/+33 |
| 2023-01-09 | Rollup merge of #105292 - JulianKnodt:no_eager_commit, r=BoxyUwU | fee1-dead | -16/+221 |
| 2023-01-09 | add dtors_in_dtors_in_dtors | Ralf Jung | -0/+57 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -503/+1182 |
| 2023-01-09 | Auto merge of #2753 - RalfJung:rustup, r=RalfJung | bors | -6253/+11163 |
| 2023-01-09 | Merge from rustc | Ralf Jung | -6252/+11162 |
| 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-09 | Relocate changes | Fabian Hintringer | -12/+12 |
| 2023-01-09 | Auto merge of #106340 - saethlin:propagate-operands, r=oli-obk | bors | -5/+47 |
| 2023-01-09 | Auto merge of #2750 - rust-lang:dependabot/cargo/test_dependencies/tokio-1.23... | bors | -3/+3 |
| 2023-01-09 | Clean up | kadmin | -25/+133 |
| 2023-01-09 | Check for duplicates | kadmin | -3/+15 |
| 2023-01-09 | Set !const_evaluatable if ambig. and not inferred | kadmin | -12/+48 |
| 2023-01-09 | Change based on comments | kadmin | -8/+38 |
| 2023-01-09 | Change commit_if_ok to probe | kadmin | -21/+40 |
| 2023-01-09 | Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnr | bors | -127/+89 |
| 2023-01-09 | Auto merge of #106616 - compiler-errors:rollup-emcj0o3, r=compiler-errors | bors | -204/+594 |
| 2023-01-09 | fix: fix CI errors | Ezra Shaw | -2/+18 |
| 2023-01-08 | Rollup merge of #106606 - estebank:bad-nested-turbofish, r=compiler-errors | Michael Goulet | -2/+24 |
| 2023-01-08 | Rollup merge of #106602 - GuillaumeGomez:tidy-goml-scripts, r=Mark-Simulacrum | Michael Goulet | -16/+45 |
| 2023-01-08 | Rollup merge of #106600 - compiler-errors:no-private-field-ty-err, r=estebank | Michael Goulet | -11/+38 |
| 2023-01-08 | Rollup merge of #106584 - kpreid:vec-allocator, r=JohnTitor | Michael Goulet | -0/+5 |