| Age | Commit message (Expand) | Author | Lines |
| 2023-11-21 | Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnay | bors | -34/+54 |
| 2023-11-21 | Auto merge of #118015 - celinval:smir-place-ty, r=compiler-errors | bors | -10/+19 |
| 2023-11-20 | Add place.ty() and Ty build from a kind to smir | Celina G. Val | -10/+19 |
| 2023-11-20 | Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errors | Matthias Krüger | -6/+20 |
| 2023-11-20 | Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -8/+95 |
| 2023-11-20 | Rollup merge of #118010 - gurry:117821-ice-no-type-for-local-var, r=compiler-... | Matthias Krüger | -1/+22 |
| 2023-11-20 | Rollup merge of #117992 - compiler-errors:sound-but-not-complete, r=lcnr,alie... | Matthias Krüger | -40/+9 |
| 2023-11-20 | Rollup merge of #117973 - CohenArthur:fix-89699, r=lqd | Matthias Krüger | -0/+57 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -0/+51 |
| 2023-11-20 | Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-11-20 | Bump future release warning mode | Michael Goulet | -4/+4 |
| 2023-11-20 | Don't consider regions in deref_into_dyn_supertrait lint | Michael Goulet | -6/+93 |
| 2023-11-20 | Don't require intercrate mode for negative coherence | Michael Goulet | -38/+3 |
| 2023-11-20 | Don't drop region constraints that come from plugging infer regions with plac... | Michael Goulet | -2/+6 |
| 2023-11-20 | handle reservation impls, track impl source | lcnr | -1/+20 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -5/+0 |
| 2023-11-20 | test: Add test for async-move in 2015 Rust proc macro | Arthur Cohen | -0/+57 |
| 2023-11-20 | Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgr | bors | -25/+290 |
| 2023-11-20 | Typeck break expr even if break is illegal | Gurinder Singh | -1/+22 |
| 2023-11-20 | Auto merge of #117783 - tmiasko:inline-ret, r=cjgillot | bors | -591/+193 |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -591/+193 |
| 2023-11-19 | Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjay | Michael Goulet | -3/+116 |
| 2023-11-19 | Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=... | Michael Goulet | -0/+44 |
| 2023-11-19 | Rollup merge of #117988 - estebank:issue-106020, r=cjgillot | Michael Goulet | -0/+73 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -0/+35 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -20/+20 |
| 2023-11-19 | Rollup merge of #117828 - Nilstrieb:astconv-hashmaps, r=petrochenkov | Michael Goulet | -2/+2 |
| 2023-11-19 | Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillot | bors | -30/+117 |
| 2023-11-19 | Ignore but do not assume region obligations from unifying headers in negative... | Michael Goulet | -0/+44 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -3/+116 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -11/+57 |
| 2023-11-19 | Account for number of arguments in suggestion | Esteban Küber | -15/+15 |
| 2023-11-19 | Suggest Default::default() for struct literals with private fields | Esteban Küber | -0/+8 |
| 2023-11-19 | Suggest builder functions on struct literal with private fields | Esteban Küber | -1/+41 |
| 2023-11-19 | Suggest using builder on curly brace struct called as fn | Esteban Küber | -7/+33 |
| 2023-11-19 | Do not suggest struct literal when fields are private | Esteban Küber | -1/+1 |
| 2023-11-19 | Add test for public struct with private fields | Esteban Küber | -1/+19 |
| 2023-11-19 | On private tuple struct, suggest `Default::default` when possible | Esteban Küber | -0/+4 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -4/+4 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -22/+13 |
| 2023-11-19 | Avoid iterating over hashmaps in astconv | Nilstrieb | -2/+2 |
| 2023-11-19 | Add documentation for some queries | Nilstrieb | -2/+2 |
| 2023-11-19 | Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomez | bors | -0/+35 |
| 2023-11-19 | disable csky test on CI | Ralf Jung | -3/+5 |
| 2023-11-19 | Auto merge of #118054 - max-niederman:pinned-must-use, r=Nilstrieb | bors | -0/+65 |
| 2023-11-19 | Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwco | bors | -2/+19 |
| 2023-11-18 | add test for pinned `must_use` pointers | Max Niederman | -0/+65 |
| 2023-11-19 | Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naber | Takayuki Maeda | -77/+315 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -108/+0 |
| 2023-11-18 | Auto merge of #117924 - estebank:issue-53841, r=petrochenkov | bors | -0/+3 |