| Age | Commit message (Expand) | Author | Lines |
| 2023-11-27 | Remove another use of `as_results_cursor`. | Nicholas Nethercote | -40/+62 |
| 2023-11-27 | Remove one use of `as_results_cursor`. | Nicholas Nethercote | -4/+4 |
| 2023-11-27 | Remove `CloneAnalysis`. | Nicholas Nethercote | -29/+5 |
| 2023-11-27 | Remove some unused code relating to `ResultsCloned`. | Nicholas Nethercote | -39/+2 |
| 2023-11-27 | Use typedefs to clarify some impls. | Nicholas Nethercote | -2/+5 |
| 2023-11-26 | Use helpers | Michael Goulet | -10/+10 |
| 2023-11-27 | Fix some backticks in comments. | Nicholas Nethercote | -1/+1 |
| 2023-11-27 | Put backticks around some attributes in doc comments. | Nicholas Nethercote | -6/+6 |
| 2023-11-26 | Auto merge of #11867 - y21:implied_bounds_in_impls_complexity, r=Jarcho | bors | -1/+1 |
| 2023-11-26 | Auto merge of #11875 - samueltardieu:fix-11868, r=Jarcho | bors | -5/+33 |
| 2023-11-26 | Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot | bors | -50/+35 |
| 2023-11-26 | `manual_try_fold`: check that `fold` is really `Iterator::fold` | Samuel Tardieu | -2/+33 |
| 2023-11-26 | `TypeckResults::node_type()` can be used inside of bodies | Samuel Tardieu | -1/+1 |
| 2023-11-26 | Auto merge of #117697 - WaffleLapkin:non-null-convenience-ops, r=Amanieu | bors | -19/+1029 |
| 2023-11-26 | Remove Upvar duplication | Mark Rousskov | -50/+35 |
| 2023-11-26 | move comment about local trait | Ryan Mehri | -1/+2 |
| 2023-11-26 | Turn write_dep_info into a regular function | bjorn3 | -13/+10 |
| 2023-11-26 | Mostly revert "Accept crate name instead of attributes in build_output_filena... | bjorn3 | -6/+16 |
| 2023-11-26 | Ensure macro expansion runs before writing the dep info | bjorn3 | -0/+5 |
| 2023-11-26 | Feed the output filenames into the TyCtxt | bjorn3 | -11/+16 |
| 2023-11-26 | Serialize OutputFilenames into rmeta file | bjorn3 | -27/+22 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -35/+75 |
| 2023-11-26 | Accept crate name instead of attributes in build_output_filenames | bjorn3 | -18/+10 |
| 2023-11-26 | Inline and remove pre_configure | bjorn3 | -15/+4 |
| 2023-11-26 | Fix `box_default` behaviour with empty `vec![]` coming from macro arg | Samuel Tardieu | -5/+33 |
| 2023-11-26 | Add my work email to the mailmap | Waffle Maybe | -1/+2 |
| 2023-11-26 | unify read_to_end and io::copy impls for reading into a Vec | The 8472 | -107/+91 |
| 2023-11-26 | Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez | bors | -376/+99 |
| 2023-11-26 | Fix Rustdoc search docs link | clubby789 | -2/+1 |
| 2023-11-26 | give dev-friendly error message for incorrect config profiles | onur-ozkan | -0/+5 |
| 2023-11-26 | Add `is_aligned{,_to}` convenience methods to `NonNull` | Maybe Waffle | -0/+234 |
| 2023-11-26 | Add `align_offset` convenience method to `NonNull` | Maybe Waffle | -0/+60 |
| 2023-11-26 | Add `replace` and `swap` convenience methods to `NonNull` | Maybe Waffle | -0/+35 |
| 2023-11-26 | Add `offset_from`-ish convenience methods to `NonNull` | Maybe Waffle | -11/+209 |
| 2023-11-26 | Add offset-ish convenience methods to `NonNull` | Maybe Waffle | -0/+274 |
| 2023-11-26 | Add read/write/copy convenience methods to `NonNull` | Maybe Waffle | -14/+223 |
| 2023-11-26 | skip {tidy,compiletest,rustdoc-gui} based tests for `DocTests::Only` | onur-ozkan | -1/+9 |
| 2023-11-26 | rustdoc: Remove space from fake-variadic fn ptr impls | Maybe Waffle | -2/+2 |
| 2023-11-26 | fix: don't make `MissingMatchArms` diagnostic for empty match body | Young-Flash | -11/+26 |
| 2023-11-26 | Rollup merge of #118318 - WaffleLapkin:unvacation-waffle, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -94/+83 |
| 2023-11-26 | Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot | Guillaume Gomez | -260/+4 |
| 2023-11-26 | Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomez | Guillaume Gomez | -21/+11 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -41/+82 |
| 2023-11-26 | Remove myself from users on vacation | Waffle Maybe | -1/+1 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -177/+175 |
| 2023-11-26 | Use inner docs to fix links | Caleb Zulawski | -2/+4 |
| 2023-11-26 | Fix library tests | Caleb Zulawski | -5/+3 |
| 2023-11-26 | Merge commit 'e0e9a4517f9fc021283514da387e70a56061bd3e' into sync-portable-si... | Caleb Zulawski | -1006/+2107 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -94/+83 |