| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -54/+311 |
| 2023-11-08 | Auto merge of #117716 - GuillaumeGomez:rollup-83gnhll, r=GuillaumeGomez | bors | -8/+99 |
| 2023-11-08 | Rollup merge of #117282 - clubby789:recover-wrong-function-header, r=TaKO8Ki | Guillaume Gomez | -8/+99 |
| 2023-11-08 | Auto merge of #117560 - lqd:issue-117146, r=matthewjasper | bors | -0/+100 |
| 2023-11-08 | Reorder type mismatch suggestions | Max Tilley | -0/+22 |
| 2023-11-08 | Auto merge of #117706 - matthiaskrgr:rollup-lscx7dg, r=matthiaskrgr | bors | -0/+31 |
| 2023-11-08 | Rollup merge of #117698 - nnethercote:space_between-2, r=petrochenkov | Matthias Krüger | -0/+31 |
| 2023-11-08 | Auto merge of #117542 - compiler-errors:only-normalize-predicate, r=lcnr | bors | -7/+65 |
| 2023-11-08 | More tests for token stream pretty-printing with adjacent punctuation. | Nicholas Nethercote | -0/+29 |
| 2023-11-08 | Clarify `space_between`. | Nicholas Nethercote | -0/+2 |
| 2023-11-08 | Only use normalize_param_env when normalizing predicate in check_item_bounds | Michael Goulet | -7/+65 |
| 2023-11-08 | Rollup merge of #117655 - compiler-errors:method-tweaks, r=estebank | Matthias Krüger | -40/+40 |
| 2023-11-08 | Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank | Matthias Krüger | -9/+55 |
| 2023-11-07 | Build pre-coroutine-transform coroutine body | Michael Goulet | -0/+25 |
| 2023-11-07 | Rollup merge of #117616 - RalfJung:unstable-target-features, r=compiler-errors | Matthias Krüger | -2/+20 |
| 2023-11-07 | manually bless a wasm-only test | Ralf Jung | -0/+6 |
| 2023-11-07 | test and fix some more targets | Ralf Jung | -0/+9 |
| 2023-11-07 | add regression test | Ralf Jung | -8/+30 |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+27 |
| 2023-11-07 | Auto merge of #117229 - matthewjasper:thir-unsafeck-fixes, r=cjgillot | bors | -64/+362 |
| 2023-11-07 | Auto merge of #117610 - compiler-errors:object-hmm, r=aliemjay | bors | -0/+57 |
| 2023-11-07 | Rework print_disambiguation_help | Michael Goulet | -40/+40 |
| 2023-11-07 | Auto merge of #117006 - estebank:issue-69512, r=compiler-errors | bors | -0/+50 |
| 2023-11-07 | Apply structured suggestion that allows test to work since 1.64 | Esteban Küber | -1/+13 |
| 2023-11-07 | When not finding assoc fn on type, look for builder fn | Esteban Küber | -0/+50 |
| 2023-11-07 | Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errors | bors | -0/+271 |
| 2023-11-06 | Don't instantiate the binder twice when assembling object candidate | Michael Goulet | -0/+38 |
| 2023-11-06 | Only check predicates for late-bound non-lifetime vars in object candidate as... | Michael Goulet | -0/+19 |
| 2023-11-06 | Auto merge of #117641 - matthiaskrgr:rollup-f9c12td, r=matthiaskrgr | bors | -0/+52 |
| 2023-11-06 | Extend builtin/auto trait args with error when they have >1 argument | Michael Goulet | -0/+21 |
| 2023-11-06 | Rollup merge of #117637 - lqd:trivial-bounds-with-binder-vars, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2023-11-06 | Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-dead | Matthias Krüger | -0/+18 |
| 2023-11-06 | Rollup merge of #117190 - matthiaskrgr:test_effects_113381, r=fee1-dead | Matthias Krüger | -0/+26 |
| 2023-11-06 | Auto merge of #117292 - estebank:issue-80446, r=davidtwco | bors | -0/+37 |
| 2023-11-06 | Silence redundant error on typo resulting on binop | Esteban Küber | -18/+15 |
| 2023-11-06 | Visit patterns in THIR let expressions | Matthew Jasper | -29/+64 |
| 2023-11-06 | Add suggestion to THIR unsafe_op_in_unsafe_fn lint | Matthew Jasper | -30/+246 |
| 2023-11-06 | Recognise thread local statics in THIR unsafeck | Matthew Jasper | -5/+52 |
| 2023-11-06 | add test for trivial bound not holding in `soa-derive` | Rémy Rakic | -0/+8 |
| 2023-11-06 | warn when using an unstable feature with -Ctarget-feature | Ralf Jung | -2/+14 |
| 2023-11-05 | Use the actual computed crate name for -Zprint-vtable-sizes | bjorn3 | -11/+11 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -2/+54 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -7/+6 |
| 2023-11-05 | Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726 | bors | -0/+32 |
| 2023-11-05 | Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee | bors | -1/+1 |
| 2023-11-04 | Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgr | bors | -0/+25 |
| 2023-11-04 | Rollup merge of #117570 - bvanjoi:fix-117547, r=cjgillot | Matthias Krüger | -0/+25 |
| 2023-11-04 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -0/+32 |
| 2023-11-04 | Stabilize `const_mem_zeroed` | Trevor Gross | -7/+6 |
| 2023-11-04 | Auto merge of #113343 - saethlin:looser-alignment, r=RalfJung | bors | -6/+87 |