| Age | Commit message (Expand) | Author | Lines |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -8/+8 |
| 2023-06-22 | drop perform_read_access (always read) in favor of zero_size | Neven Villani | -26/+38 |
| 2023-06-22 | Merge from rustc | Ralf Jung | -1732/+5631 |
| 2023-06-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-21 | Update cargo | Weihang Lo | -0/+0 |
| 2023-06-21 | Remove outdated import in r-a proc macro server. | Mara Bos | -4/+1 |
| 2023-06-21 | change edition to 2021, fix clippy warns | klensy | -11/+11 |
| 2023-06-21 | rust-installer: drop clap v3, migrate to v4 | klensy | -36/+36 |
| 2023-06-21 | Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb | bors | -37/+40 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+3 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -37/+37 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -28/+8 |
| 2023-06-20 | Delete use of proc_macro_span_shrink from proc-macro2 | David Tolnay | -10/+10 |
| 2023-06-20 | Add `Span::{line, column}` | Jacob Pratt | -0/+10 |
| 2023-06-20 | `Span::{before, after}` → `Span::{start, end}` | Jacob Pratt | -2/+2 |
| 2023-06-20 | Remove `LineColumn`, `Span::start`, `Span::end` | Jacob Pratt | -8/+0 |
| 2023-06-20 | Update cargo | Weihang Lo | -3/+0 |
| 2023-06-20 | add support for needs-dynamic-linking | Pietro Albini | -0/+5 |
| 2023-06-20 | avoid dynamic linking on targets that do not support dynamic linking | Pietro Albini | -1/+3 |
| 2023-06-20 | merge target spec and --print=cfg for compiletest target info | Pietro Albini | -64/+24 |
| 2023-06-20 | Auto merge of #2520 - saethlin:mmap-shim, r=RalfJung | bors | -12/+521 |
| 2023-06-20 | Improve organization | Ben Kimock | -83/+90 |
| 2023-06-20 | Make munmap throw unsup errors instead of trying to work | Ben Kimock | -64/+68 |
| 2023-06-20 | mmap/munmap/mremamp shims | Ben Kimock | -12/+510 |
| 2023-06-20 | Auto merge of #112821 - calebcartwright:rustfmt-sync, r=calebcartwright | bors | -366/+1622 |
| 2023-06-19 | Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-sync | Caleb Cartwright | -366/+1622 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -14/+22 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -1/+1 |
| 2023-06-19 | Rollup merge of #112780 - compiler-errors:tait-is-ambig, r=lcnr | Matthias Krüger | -14/+25 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -37/+37 |
| 2023-06-19 | Support `ast::ExprKind::Become` in clippy | Maybe Waffle | -0/+1 |
| 2023-06-19 | Implement `become` expression formatting in rustfmt | Maybe Waffle | -0/+2 |
| 2023-06-19 | bless new tests | Ralf Jung | -2/+2 |
| 2023-06-19 | Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-ra | Laurențiu Nicola | -1250/+3891 |
| 2023-06-18 | Fixes tests/ui/test-attrs/tests-listing-format-json.rs on Windows | ForrestOfBarnes | -1/+4 |
| 2023-06-18 | Treat TAIT equation as always ambiguous in coherence | Michael Goulet | -14/+25 |
| 2023-06-18 | Rollup merge of #112663 - klensy:dusk-and-dawn, r=pietroalbini | Michael Goulet | -5/+1 |
| 2023-06-18 | Merge from rustc | Ralf Jung | -6/+8 |
| 2023-06-18 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-18 | Rollup merge of #112667 - compiler-errors:wf-goal-is-clause, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Auto merge of #112746 - matthiaskrgr:rollup-se59bfd, r=matthiaskrgr | bors | -1/+3 |
| 2023-06-17 | Rollup merge of #112435 - antoyo:allow-overwrite-sysroot, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -3/+3 |
| 2023-06-17 | Merge from rustc | Ralf Jung | -77/+52 |
| 2023-06-17 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -14/+22 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -76/+51 |