| Age | Commit message (Expand) | Author | Lines |
| 2023-10-21 | Avoid using a magic value for untracked locals. | Camille GILLOT | -31/+41 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -155/+288 |
| 2023-10-21 | Remove is_terminal_path. | Camille GILLOT | -59/+1 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -592/+615 |
| 2023-10-21 | Auto merge of #117013 - matthiaskrgr:rollup-mvgp54x, r=matthiaskrgr | bors | -257/+682 |
| 2023-10-21 | Rollup merge of #116995 - estebank:issue-69944, r=compiler-errors | Matthias Krüger | -20/+11 |
| 2023-10-21 | Rollup merge of #116990 - estebank:issue-68445, r=cjgillot | Matthias Krüger | -0/+26 |
| 2023-10-21 | Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillot | Matthias Krüger | -67/+233 |
| 2023-10-21 | Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk | Matthias Krüger | -7/+217 |
| 2023-10-21 | Rollup merge of #116961 - estebank:issue-60164, r=oli-obk | Matthias Krüger | -2/+39 |
| 2023-10-21 | Rollup merge of #116917 - Zalathar:injection, r=cjgillot | Matthias Krüger | -143/+87 |
| 2023-10-21 | Rollup merge of #116911 - estebank:issue-85378, r=oli-obk | Matthias Krüger | -0/+67 |
| 2023-10-21 | Rollup merge of #114521 - devnexen:std_fbsd_13_upd, r=cuviper | Matthias Krüger | -18/+2 |
| 2023-10-21 | Auto merge of #117011 - RalfJung:miri, r=RalfJung | bors | -182/+1512 |
| 2023-10-21 | Expand comment on disappearing edge. | Camille GILLOT | -1/+1 |
| 2023-10-21 | FileCheck annotations. | Camille GILLOT | -34/+217 |
| 2023-10-21 | Correct loop_headers logic. | Camille GILLOT | -16/+4 |
| 2023-10-21 | Reword TO application comments. | Camille GILLOT | -3/+4 |
| 2023-10-21 | Simplify static if handling. | Camille GILLOT | -4/+6 |
| 2023-10-21 | Explicit notation. | Camille GILLOT | -0/+4 |
| 2023-10-21 | Rebase fallout. | Camille GILLOT | -25/+1 |
| 2023-10-21 | Document Condition. | Camille GILLOT | -0/+2 |
| 2023-10-21 | Make polarity an enum. | Camille GILLOT | -11/+23 |
| 2023-10-21 | Document mutated_statement. | Camille GILLOT | -4/+15 |
| 2023-10-21 | Improve naming and comments. | Camille GILLOT | -18/+46 |
| 2023-10-21 | Handle more terminators. | Camille GILLOT | -27/+95 |
| 2023-10-21 | Do not thread through loop headers. | Camille GILLOT | -35/+48 |
| 2023-10-21 | Implement JumpThreading pass. | Camille GILLOT | -18/+2375 |
| 2023-10-21 | Make instance an option in CostChecker. | Camille GILLOT | -10/+15 |
| 2023-10-21 | Extract cost checker from inliner. | Camille GILLOT | -88/+98 |
| 2023-10-21 | update lockfile | Ralf Jung | -0/+31 |
| 2023-10-21 | Auto merge of #3132 - rust-lang:rustup-2023-10-21, r=RalfJung | bors | -5488/+5626 |
| 2023-10-21 | Merge from rustc | The Miri Conjob Bot | -5487/+5625 |
| 2023-10-21 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-21 | coverage: Simplify the injection of coverage statements | Zalathar | -143/+87 |
| 2023-10-21 | coverage: Change query `codegened_and_inlined_items` to a plain function | Zalathar | -40/+34 |
| 2023-10-21 | coverage: Move unused-function helpers closer to where they are used | Zalathar | -43/+39 |
| 2023-10-21 | coverage: Emit mappings for unused functions without generating stubs | Zalathar | -74/+37 |
| 2023-10-21 | coverage: Simplify initial creation of coverage spans | Zalathar | -45/+32 |
| 2023-10-21 | coverage: Don't create an intermediate vec for each BCB's initial spans | Zalathar | -26/+23 |
| 2023-10-21 | coverage: Handle fn signature spans more consistently near `?` | Zalathar | -21/+23 |
| 2023-10-21 | coverage: Add a test showing the inconsistent handling of function signatures | Zalathar | -0/+180 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -217/+735 |
| 2023-10-20 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-20 | changes from feedback | David Carlier | -16/+2 |
| 2023-10-20 | Point at assoc fn definition on type param divergence | Esteban Küber | -20/+11 |
| 2023-10-20 | Auto merge of #116958 - oli-obk:coro, r=pnkfelix | bors | -3916/+3935 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -0/+0 |
| 2023-10-20 | Replace all uses of `generator` in markdown documentation with `coroutine` | Oli Scherer | -52/+52 |
| 2023-10-20 | bless miri | Oli Scherer | -8/+8 |