| Age | Commit message (Expand) | Author | Lines |
| 2023-11-15 | Merge from rustc | The Miri Conjob Bot | -10543/+26069 |
| 2023-11-15 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-15 | Remove unused features. | Nicholas Nethercote | -2/+0 |
| 2023-11-15 | Auto merge of #11804 - y21:issue-11803, r=dswij | bors | -20/+41 |
| 2023-11-15 | Auto merge of #117917 - slanterns:slanterns-1.74-release_note, r=Mark-Simulacrum | bors | -1/+3 |
| 2023-11-14 | Clarify how to choose a FutureIncompatibilityReason variant. | Eric Huss | -0/+67 |
| 2023-11-15 | disallow `struct_span_lint` | y21 | -0/+56 |
| 2023-11-14 | Make UserTypeProjection projections Opaque | Kirby Linvill | -6/+7 |
| 2023-11-15 | Auto merge of #117359 - tmiasko:call-def, r=cjgillot | bors | -30/+93 |
| 2023-11-15 | fix doc link | lcnr | -1/+1 |
| 2023-11-15 | Auto merge of #11810 - Jacherr:cast-possible-wrap-link, r=Manishearth | bors | -13/+17 |
| 2023-11-15 | also move `module_style` to `span_lint_x` functions | Jacherr | -6/+11 |
| 2023-11-15 | tidy | Slanterns | -1/+1 |
| 2023-11-15 | replace lint with `span_lint_and_then` | Jacherr | -7/+6 |
| 2023-11-14 | Fix panic in `add_type_ascription` | DropDemBits | -8/+14 |
| 2023-11-15 | Change `if_same_then_else` to be a `style` lint | hrxi | -2/+3 |
| 2023-11-14 | Show placeholder while run command gets runnables from server | Mine Starks | -57/+94 |
| 2023-11-14 | Auto merge of #117915 - matthiaskrgr:rollup-ztljqrr, r=matthiaskrgr | bors | -291/+404 |
| 2023-11-14 | Add tests for `LetStmt::set_ty` | DropDemBits | -14/+48 |
| 2023-11-15 | Add missing entries in 1.74 release notes | Slanterns | -0/+2 |
| 2023-11-14 | Move SGX-specific image base logic to sys_common | Mohsen Zohrevandi | -11/+14 |
| 2023-11-14 | Auto merge of #15895 - Veykril:unsafe-impls-diagnostic, r=Veykril | bors | -18/+191 |
| 2023-11-14 | Diagnose missing assoc items in trait impls | Lukas Wirth | -18/+191 |
| 2023-11-14 | Rollup merge of #117911 - catandcoder:master, r=lqd | Matthias Krüger | -13/+13 |
| 2023-11-14 | Rollup merge of #117893 - sjwang05:issue-52544-take-1, r=wesleywiser | Matthias Krüger | -19/+71 |
| 2023-11-14 | Rollup merge of #117834 - RalfJung:target-feature-stability, r=b-naber | Matthias Krüger | -246/+280 |
| 2023-11-14 | Rollup merge of #117686 - compiler-errors:gen-body, r=wesleywiser | Matthias Krüger | -11/+26 |
| 2023-11-14 | Rollup merge of #116244 - estebank:issue-73497, r=b-naber | Matthias Krüger | -2/+14 |
| 2023-11-14 | Auto merge of #117907 - nikic:update-llvm-17, r=cuviper | bors | -0/+0 |
| 2023-11-14 | Auto merge of #15893 - Veykril:unsafe-impls-diagnostic, r=Veykril | bors | -24/+204 |
| 2023-11-14 | Diagnose incorrect unsafety for trait impls | Lukas Wirth | -24/+204 |
| 2023-11-14 | Auto merge of #117701 - lnicola:sync-from-ra, r=onur-ozkan,HKalbasi | bors | -2066/+14906 |
| 2023-11-14 | Adjust frame IP in backtraces relative to image base for SGX target | Mohsen Zohrevandi | -0/+10 |
| 2023-11-14 | Auto merge of #15891 - Veykril:orphan-impls, r=Veykril | bors | -155/+378 |
| 2023-11-14 | Fix inlay-hint tests being invalidated by minicore chanes | Lukas Wirth | -9/+32 |
| 2023-11-14 | Diagnose some orphan trait impl cases | Lukas Wirth | -15/+205 |
| 2023-11-14 | Changelog for Rust 1.74 :jack_o_lantern: | xFrednet | -2/+61 |
| 2023-11-14 | Update version attribute for 1.74 lints | xFrednet | -6/+6 |
| 2023-11-14 | docs(release): Remove unstable cargo change | Ed Page | -1/+0 |
| 2023-11-14 | Fix def-use check for call terminators | Tomasz Miąsko | -30/+93 |
| 2023-11-14 | Depend on rustc_driver | Laurențiu Nicola | -0/+4 |
| 2023-11-14 | Depend on rustc_driver | Laurențiu Nicola | -0/+4 |
| 2023-11-14 | Auto merge of #117849 - compiler-errors:cycle, r=cjgillot | bors | -9/+8 |
| 2023-11-14 | Auto merge of #11791 - Jacherr:iter_over_hash_type, r=Jarcho | bors | -0/+273 |
| 2023-11-14 | Fix some typos | cui fliter | -13/+13 |
| 2023-11-14 | review + fix CI | lcnr | -4/+4 |
| 2023-11-14 | Auto merge of #11778 - granddaifuku:fix/reduce-indexing-manual_memcpy-when-ar... | bors | -8/+90 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -3/+3 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -274/+300 |
| 2023-11-14 | Auto merge of #117787 - ouz-a:smir_coroutinewitness, r=celinval | bors | -1/+14 |