| Age | Commit message (Expand) | Author | Lines |
| 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 | coverage: Simplify the injection of coverage statements | Zalathar | -143/+87 |
| 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 | 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 | Replace all uses of `generator` in markdown documentation with `coroutine` | Oli Scherer | -52/+52 |
| 2023-10-20 | bless miri | Oli Scherer | -8/+8 |
| 2023-10-20 | bless ui-fulldeps | Oli Scherer | -2/+2 |
| 2023-10-20 | Bless coverage map | Oli Scherer | -3/+3 |
| 2023-10-20 | Fix stage0 core tests | Oli Scherer | -3/+8 |
| 2023-10-20 | Rename `generator` folder | Oli Scherer | -0/+0 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -81/+81 |
| 2023-10-20 | Re-add `generators` as a removed feature and point to the new feature name | Oli Scherer | -0/+6 |
| 2023-10-20 | Rename `Gen` to `Coro` in tests | Oli Scherer | -12/+12 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -25/+29 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2197/+2201 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1271/+1271 |
| 2023-10-20 | Auto merge of #116951 - compiler-errors:ir-file-structure, r=jackh726 | bors | -1532/+1560 |
| 2023-10-20 | Mention `into_iter` on borrow errors suggestions when appropriate | Esteban Küber | -0/+26 |
| 2023-10-20 | Typo suggestion to change bindings with leading underscore | Esteban Küber | -2/+39 |
| 2023-10-20 | Move some files around | Michael Goulet | -1520/+1548 |
| 2023-10-20 | Adjust imports | Michael Goulet | -12/+12 |
| 2023-10-20 | Remove obsolete comment | Celina G. Val | -1/+0 |
| 2023-10-20 | Auto merge of #116966 - clarfonthey:atomic-docs-typo, r=workingjubilee | bors | -1/+1 |
| 2023-10-20 | std: freebsd build update. | David CARLIER | -4/+2 |
| 2023-10-20 | Auto merge of #116965 - estebank:issue-65329, r=cjgillot | bors | -37/+85 |
| 2023-10-20 | Auto merge of #116962 - estebank:issue-63835, r=oli-obk | bors | -1/+8 |
| 2023-10-20 | Auto merge of #116946 - compiler-errors:movability-and-mutability, r=lcnr | bors | -88/+79 |
| 2023-10-20 | Auto merge of #116899 - compiler-errors:closure-sig-infer, r=lcnr | bors | -0/+36 |
| 2023-10-20 | Fix typo in atomic docs | ltdk | -1/+1 |
| 2023-10-20 | Auto merge of #116785 - nnethercote:spec-Bytes-read, r=the8472 | bors | -15/+60 |
| 2023-10-20 | Move where doc comment meant as comment check | Esteban Küber | -37/+85 |
| 2023-10-20 | Auto merge of #116838 - gurry:116836-dup-macro-invoc-diag, r=petrochenkov | bors | -46/+13 |
| 2023-10-19 | Add stable Instance::body() and RustcInternal trait | Celina G. Val | -7/+218 |
| 2023-10-20 | Auto merge of #116875 - nnethercote:rustc_monomorphize, r=wesleywiser | bors | -54/+12 |
| 2023-10-19 | Do not bold main message in `--error-format=short` | Esteban Küber | -1/+8 |
| 2023-10-20 | Specialize `Bytes<R>::next` when `R` is a `BufReader`. | Nicholas Nethercote | -15/+60 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -42/+39 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -94/+582 |