| Age | Commit message (Expand) | Author | Lines |
| 2023-09-05 | Rollup merge of #115563 - krasimirgg:llvm-18-bitcodereader, r=nikic | Matthias Krüger | -0/+4 |
| 2023-09-05 | Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obk | Matthias Krüger | -2/+57 |
| 2023-09-05 | Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk | Matthias Krüger | -246/+331 |
| 2023-09-05 | Rollup merge of #115523 - mojave2:improve-tokenstream, r=petrochenkov | Matthias Krüger | -11/+7 |
| 2023-09-05 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-09-05 | Auto merge of #115553 - matthiaskrgr:rollup-c0045hz, r=matthiaskrgr | bors | -35/+165 |
| 2023-09-05 | Rollup merge of #115534 - ouz-a:smir_def, r=oli-obk | Matthias Krüger | -1/+20 |
| 2023-09-05 | Rollup merge of #115519 - compiler-errors:next-solver-assoc-ice, r=lcnr | Matthias Krüger | -1/+15 |
| 2023-09-05 | Rollup merge of #115492 - Enselic:large-box-move, r=oli-obk | Matthias Krüger | -10/+91 |
| 2023-09-05 | Rollup merge of #115488 - Jarcho:mut_result_visitor, r=oli-obk | Matthias Krüger | -20/+20 |
| 2023-09-05 | Rollup merge of #115353 - Enselic:no-optimized-mir, r=oli-obk | Matthias Krüger | -3/+19 |
| 2023-09-05 | Auto merge of #115531 - RalfJung:read_via_copy, r=scottmcm | bors | -12/+11 |
| 2023-09-05 | Auto merge of #115467 - compiler-errors:assoc-ty-object-safety, r=oli-obk | bors | -0/+9 |
| 2023-09-04 | read_via_copy: don't prematurely optimize away the read | Ralf Jung | -12/+11 |
| 2023-09-04 | provide more useful info for DefId Debug | ouz-a | -1/+20 |
| 2023-09-04 | interpret: make MemPlace, Place, Operand types private to the interpreter | Ralf Jung | -246/+331 |
| 2023-09-04 | Add help to allow lint for the implied by suggestion | Urgau | -0/+3 |
| 2023-09-04 | improve `AttrTokenStream` | mojave2 | -11/+7 |
| 2023-09-04 | Add OnceHelp lint level (same as OnceNote, except for help) | Urgau | -4/+14 |
| 2023-09-04 | Auto merge of #115513 - Urgau:normalize-msg-after-translate, r=petrochenkov | bors | -1/+7 |
| 2023-09-04 | Auto merge of #115391 - saethlin:depkind-discrim, r=nnethercote | bors | -1/+47 |
| 2023-09-03 | Encode DepKind as u16 | Ben Kimock | -1/+47 |
| 2023-09-03 | Auto merge of #115518 - matthiaskrgr:rollup-vksprou, r=matthiaskrgr | bors | -4/+0 |
| 2023-09-03 | Don't ICE on associated type projection without feature gate | Michael Goulet | -1/+15 |
| 2023-09-03 | Rollup merge of #115445 - klensy:less-deps, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2023-09-03 | Auto merge of #115270 - sebastiantoh:issue-105479, r=Nadrieril | bors | -37/+39 |
| 2023-09-03 | Don't forget to normalize the translated message | Urgau | -1/+7 |
| 2023-09-03 | Rollup merge of #115478 - gurry:115462-exprfield-no-warn, r=compiler-errors | Guillaume Gomez | -2/+16 |
| 2023-09-03 | Improve clarity of diagnostic message on non-exhaustive matches | Sebastian Toh | -2/+2 |
| 2023-09-03 | Auto merge of #115361 - compiler-errors:param, r=cjgillot | bors | -129/+145 |
| 2023-09-03 | Auto merge of #115470 - ericmarkmartin:stable-prov, r=oli-obk | bors | -7/+28 |
| 2023-09-03 | Allow `large_assignments` for Box/Arc/Rc initialization | Martin Nordholts | -10/+91 |
| 2023-09-03 | Auto merge of #115441 - catandcoder:master, r=workingjubilee | bors | -1/+1 |
| 2023-09-03 | Fix code that now emits unused doc comment warning for expr field | Gurinder Singh | -2/+2 |
| 2023-09-03 | Emit unused doc comment warnings for pat and expr fields | Gurinder Singh | -0/+14 |
| 2023-09-02 | Take `&mut Results` in `ResultsVisitor` | Jason Newcomb | -20/+20 |
| 2023-09-02 | Auto merge of #115429 - compiler-errors:assoc-ct-lt-fallthrough, r=cjgillot | bors | -34/+29 |
| 2023-09-02 | Auto merge of #115469 - matthiaskrgr:rollup-25ybx39, r=matthiaskrgr | bors | -4/+206 |
| 2023-09-02 | add stable provenance | Eric Mark Martin | -7/+28 |
| 2023-09-02 | Rollup merge of #115444 - oli-obk:smir_visitor, r=spastorino | Matthias Krüger | -3/+202 |
| 2023-09-02 | Rollup merge of #114349 - inferiorhumanorgans:dragonfly-link-libz, r=cuviper | Matthias Krüger | -1/+4 |
| 2023-09-02 | Do not require associated types with Self: Sized to uphold bounds when confir... | Michael Goulet | -6/+6 |
| 2023-09-02 | RPITITs are considered object-safe, they're always on Self:Sized methods | Michael Goulet | -0/+9 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -12/+98 |
| 2023-09-02 | Auto merge of #115422 - Zoxc:cache-once-lock, r=cjgillot | bors | -21/+21 |
| 2023-09-02 | Signed-off-by: cui fliter <imcusg@gmail.com> | cui fliter | -1/+1 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -12/+98 |
| 2023-09-01 | Rollup merge of #115447 - LegNeato:patch-2, r=oli-obk | Matthias Krüger | -0/+2 |
| 2023-09-01 | Rollup merge of #115446 - klensy:fixup-stable-version, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-09-01 | Rollup merge of #115425 - thechampagne:master, r=oli-obk | Matthias Krüger | -2/+2 |