| Age | Commit message (Expand) | Author | Lines |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -78/+66 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -28/+35 |
| 2023-08-02 | Auto merge of #114360 - Zalathar:ffi-types, r=oli-obk | bors | -208/+201 |
| 2023-08-02 | coverage: Consolidate FFI types into one module | Zalathar | -208/+201 |
| 2023-08-02 | Auto merge of #114358 - matthiaskrgr:rollup-d810m9e, r=matthiaskrgr | bors | -65/+56 |
| 2023-08-02 | Rollup merge of #114340 - ttsugriy:rustc-attr, r=lqd | Matthias Krüger | -1/+1 |
| 2023-08-02 | Rollup merge of #114322 - Urgau:fix-issue-110063, r=compiler-errors | Matthias Krüger | -3/+12 |
| 2023-08-02 | Rollup merge of #114314 - compiler-errors:sized-crit, r=lcnr | Matthias Krüger | -25/+27 |
| 2023-08-02 | Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv... | Matthias Krüger | -35/+11 |
| 2023-08-02 | Rollup merge of #114199 - compiler-errors:dont-select-unsize-infer, r=lcnr | Matthias Krüger | -0/+3 |
| 2023-08-02 | Rollup merge of #114178 - estebank:let-binding-macro, r=petrochenkov | Matthias Krüger | -1/+2 |
| 2023-08-02 | Auto merge of #114170 - lcnr:add-commmentz, r=compiler-errors | bors | -12/+6 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -0/+135 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -78/+66 |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -27/+27 |
| 2023-08-01 | Don't select infer -> dyn Trait | Michael Goulet | -0/+3 |
| 2023-08-01 | Fix a comment | Michael Goulet | -13/+6 |
| 2023-08-01 | don't create a predicate for just a comparison | Michael Goulet | -4/+10 |
| 2023-08-01 | Convert adt_sized_constraint to early-binder, use list | Michael Goulet | -9/+12 |
| 2023-08-01 | Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkov | bors | -104/+120 |
| 2023-08-01 | remove remark filtering on the rust side | Rémy Rakic | -23/+16 |
| 2023-08-01 | filter LLVM diagnostics before crossing the rust bridge | Rémy Rakic | -3/+10 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -557/+222 |
| 2023-08-01 | [rustc_attr][nit] Replace `filter` + `is_some` with `map_or`. | Taras Tsugrii | -1/+1 |
| 2023-08-01 | Suppress unnecessary outlives | Michael Goulet | -4/+9 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -16/+24 |
| 2023-08-01 | Rollup merge of #114320 - ouz-a:smir_statements, r=oli-obk | Matthias Krüger | -15/+279 |
| 2023-08-01 | Rollup merge of #114306 - ttsugriy:push_str, r=wesleywiser | Matthias Krüger | -4/+3 |
| 2023-08-01 | Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obk | Matthias Krüger | -4/+4 |
| 2023-08-01 | Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naber | Matthias Krüger | -31/+136 |
| 2023-08-01 | Rollup merge of #114283 - oli-obk:parkin_lot_rwlock, r=SparrowLii | Matthias Krüger | -21/+7 |
| 2023-08-01 | Rollup merge of #113428 - Zalathar:operand, r=davidtwco | Matthias Krüger | -241/+154 |
| 2023-08-01 | clean up, use opaque types | ouz-a | -42/+53 |
| 2023-08-01 | rename deref_operand → deref_pointer and some Miri helper functions | Ralf Jung | -12/+11 |
| 2023-08-01 | Rename `maybe_suggest_convert_to_slice` fn name to consistent naming | Urgau | -3/+3 |
| 2023-08-01 | Fix invalid slice coercion suggestion reported in turbofish | Urgau | -0/+9 |
| 2023-08-01 | Cover statements for stable_mir | ouz-a | -14/+267 |
| 2023-08-01 | Auto merge of #114318 - matthiaskrgr:rollup-c7gcw18, r=matthiaskrgr | bors | -3/+2 |
| 2023-08-01 | Improve diagnostic for wrong borrow on binary operations | Urgau | -31/+136 |
| 2023-08-01 | Always use parking_lot's RwLock, even without parallel compiler | Oli Scherer | -21/+7 |
| 2023-08-01 | Rollup merge of #114313 - ttsugriy:sm-insert, r=petrochenkov | Matthias Krüger | -3/+2 |
| 2023-08-01 | Auto merge of #111753 - cjgillot:simp-place-conflict, r=compiler-errors | bors | -90/+87 |
| 2023-08-01 | Make coverage counter IDs count up from 0, not 1 | Zalathar | -54/+36 |
| 2023-08-01 | Make coverage expression IDs count up from 0, not down from `u32::MAX` | Zalathar | -67/+45 |
| 2023-08-01 | Replace `ExpressionOperandId` with enum `Operand` | Zalathar | -143/+92 |
| 2023-08-01 | Add some line comments to enum `CoverageKind` | Zalathar | -0/+4 |
| 2023-07-31 | [rustc_data_structures] Simplify SortedMap::insert. | Taras Tsugrii | -3/+2 |
| 2023-07-31 | Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgr | bors | -20/+114 |
| 2023-07-31 | Rollup merge of #114200 - compiler-errors:detect-tail-unsize-then-upcast, r=lcnr | Matthias Krüger | -5/+20 |
| 2023-07-31 | Rollup merge of #114193 - crlf0710:lexer_unicode15, r=Manishearth | Matthias Krüger | -8/+9 |