| Age | Commit message (Expand) | Author | Lines |
| 2024-05-13 | Add `target` method to `Rustdoc` type | Guillaume Gomez | -0/+6 |
| 2024-05-13 | Auto merge of #125024 - Oneirical:master, r=jieyouxu | bors | -3/+0 |
| 2024-05-13 | Auto merge of #17220 - Veykril:hov-lit, r=Veykril | bors | -171/+262 |
| 2024-05-13 | Don't render multi-line literal values | Lukas Wirth | -1/+29 |
| 2024-05-13 | Render literal escaping errors in hovers | Lukas Wirth | -79/+68 |
| 2024-05-13 | Auto merge of #17203 - kilpkonn:collapse_terms, r=Veykril | bors | -37/+141 |
| 2024-05-13 | Fix literal hovers being confusing and wrong for floats | Lukas Wirth | -97/+171 |
| 2024-05-13 | Auto merge of #17188 - szabgab:patch-1, r=Veykril | bors | -1/+2 |
| 2024-05-13 | Auto merge of #17187 - roife:fix-issue-17185, r=Veykril | bors | -46/+48 |
| 2024-05-13 | Auto merge of #17195 - Veykril:unsafe-attr, r=Veykril | bors | -11/+534 |
| 2024-05-13 | Give `FileDescription::{read, write}` access to the `InterpCx` | Luv-Ray | -19/+28 |
| 2024-05-13 | Auto merge of #3604 - RalfJung:intrinsics, r=RalfJung | bors | -36/+36 |
| 2024-05-13 | intrinsics: just panic when they get used incorrectly | Ralf Jung | -36/+36 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -327/+64 |
| 2024-05-12 | Auto merge of #3575 - devnexen:illumos_part3, r=RalfJung | bors | -4/+14 |
| 2024-05-12 | further illumos/solaris support. | David Carlier | -4/+14 |
| 2024-05-12 | Auto merge of #3599 - saethlin:quiet-when-no-change, r=RalfJung | bors | -21/+35 |
| 2024-05-12 | Don't print unnecessary sysroot messages | Ben Kimock | -21/+35 |
| 2024-05-12 | rewrite issue-14500 to rmake | Oneirical | -1/+14 |
| 2024-05-12 | Auto merge of #124902 - compiler-errors:mem-cat-but-better, r=lcnr | bors | -68/+33 |
| 2024-05-12 | docs: fix typo in platform-support docs | Federico Maria Morrone | -1/+1 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -13/+17 |
| 2024-05-12 | Make LateCtxt be a type info delegate for EUV for clippy | Michael Goulet | -60/+21 |
| 2024-05-12 | Inline MemCategorization into ExprUseVisitor | Michael Goulet | -3/+3 |
| 2024-05-12 | Auto merge of #125040 - ickk:patch-1, r=notriddle | bors | -1/+1 |
| 2024-05-12 | Merge from rustc | Ralf Jung | -698/+929 |
| 2024-05-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-12 | Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde... | Guillaume Gomez | -2/+47 |
| 2024-05-12 | Migrate `rustdoc-scrape-examples-ordering` to `rmake` | Guillaume Gomez | -6/+6 |
| 2024-05-12 | merge two integer tests | Ralf Jung | -58/+61 |
| 2024-05-12 | merge float tests into one | Ralf Jung | -66/+67 |
| 2024-05-12 | organize float intrinsic implementations a bit | Ralf Jung | -102/+92 |
| 2024-05-12 | fix hidden title in command-line-arguments docs | ickk | -1/+1 |
| 2024-05-12 | Add non-null pointer for posix_memalign | tiif | -14/+73 |
| 2024-05-12 | Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum | bors | -582/+627 |
| 2024-05-12 | test: add test case extract_with_specified_path_attr | Young-Flash | -0/+66 |
| 2024-05-12 | fix: extract mod to file should respect path attribute | Young-Flash | -3/+12 |
| 2024-05-11 | Make crashes dump mir to build dir | Michael Goulet | -8/+14 |
| 2024-05-11 | Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey... | Matthias Krüger | -1/+0 |
| 2024-05-11 | Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume... | Matthias Krüger | -0/+62 |
| 2024-05-11 | Rollup merge of #124829 - briansmith:b/armv7-profiler, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-05-11 | Port c-link-to-rust-va-list-fn to Rust | Oneirical | -1/+0 |
| 2024-05-11 | make tidy happy | Oneirical | -3/+0 |
| 2024-05-11 | docs: Document x86_64-unknown-linux-none target | Federico Maria Morrone | -0/+42 |
| 2024-05-11 | lldb-formatters: Use StdSliceSyntheticProvider for &str | Vladimir Makayev | -1/+4 |
| 2024-05-11 | Add `extern_` method to `Rustdoc` | Guillaume Gomez | -0/+15 |
| 2024-05-11 | Add `python_command` and `source_path` functions | Guillaume Gomez | -0/+9 |
| 2024-05-11 | Add `crate_name` method to `Rustdoc` and `Rustc` | Guillaume Gomez | -0/+14 |
| 2024-05-11 | Add `crate_type` method to `Rustdoc` | Guillaume Gomez | -0/+7 |
| 2024-05-11 | move comments position in `src/stage0` | onur-ozkan | -12/+15 |