| Age | Commit message (Expand) | Author | Lines |
| 2024-04-02 | Forbid implicit nested statics in thread local statics | Oli Scherer | -1/+13 |
| 2024-04-01 | Fix obligation param and bless tests | Michael Goulet | -40/+18 |
| 2024-04-01 | Instantiate closure-like bounds with placeholders to deal with binders correctly | Michael Goulet | -82/+88 |
| 2024-04-01 | Auto merge of #123327 - BoxyUwU:param_env_docs_rewrite, r=compiler-errors | bors | -5/+10 |
| 2024-04-01 | Auto merge of #123320 - WaffleLapkin:fixup-never-type-options, r=compiler-errors | bors | -5/+5 |
| 2024-04-01 | maybe | Boxy | -1/+1 |
| 2024-04-01 | Update `ParamEnv` docs | Boxy | -5/+10 |
| 2024-04-01 | Auto merge of #122046 - Nadrieril:integrate-or-pats2, r=matthewjasper | bors | -65/+38 |
| 2024-04-01 | Fixup parsing of `rustc_never_type_options` attribute | Maybe Waffle | -5/+5 |
| 2024-04-01 | Auto merge of #123310 - compiler-errors:nested-static-codegen-attrs, r=oli-obk | bors | -3/+8 |
| 2024-04-01 | Auto merge of #122663 - beetrees:non-unicode-env-error, r=TaKO8Ki | bors | -21/+40 |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -21/+40 |
| 2024-04-01 | Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead | bors | -19/+30 |
| 2024-03-31 | Don't inherit codegen attrs from parent static | Michael Goulet | -3/+8 |
| 2024-04-01 | Use the `Align` type when parsing alignment attributes | beetrees | -19/+30 |
| 2024-03-31 | Auto merge of #121851 - michaelwoerister:mcp-533-effective-vis, r=cjgillot | bors | -51/+6 |
| 2024-03-31 | Rollup merge of #123242 - Nadrieril:require-contiguous-enum-indices, r=compil... | Matthias Krüger | -52/+8 |
| 2024-03-31 | Rollup merge of #123211 - compiler-errors:V, r=estebank | Matthias Krüger | -21/+32 |
| 2024-03-31 | Auto merge of #123236 - klensy:tracing-tree-bump, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-03-31 | Auto merge of #122459 - Nadrieril:sort-eq, r=oli-obk | bors | -6/+8 |
| 2024-03-30 | Auto merge of #123106 - maurer:cfi-closures, r=compiler-errors | bors | -35/+94 |
| 2024-03-30 | CFI: Rewrite closure and coroutine instances to their trait method | Matthew Maurer | -32/+81 |
| 2024-03-30 | CFI: Only encode Coroutine Parent Args | Matthew Maurer | -3/+13 |
| 2024-03-30 | Sort `Eq` candidates in the failure case too | Nadrieril | -6/+8 |
| 2024-03-30 | Auto merge of #123207 - Urgau:improve_ambi_non_null, r=Nadrieril | bors | -14/+43 |
| 2024-03-30 | Require enum indices to be contiguous | Nadrieril | -52/+8 |
| 2024-03-30 | Stop calling visitors V | Michael Goulet | -21/+32 |
| 2024-03-30 | bump tracing-tree to 0.3 | klensy | -2/+2 |
| 2024-03-30 | Auto merge of #123230 - matthiaskrgr:rollup-4twuzj4, r=matthiaskrgr | bors | -73/+97 |
| 2024-03-30 | Rollup merge of #123200 - maurer:kcfi-abort, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2024-03-30 | Rollup merge of #123170 - compiler-errors:const-statics, r=lcnr | Matthias Krüger | -73/+86 |
| 2024-03-30 | Auto merge of #123214 - compiler-errors:subst, r=estebank | bors | -129/+87 |
| 2024-03-30 | Auto merge of #123202 - estebank:issue-123009, r=compiler-errors | bors | -10/+3 |
| 2024-03-30 | Auto merge of #123012 - maurer:cfi-supertraits, r=compiler-errors | bors | -10/+14 |
| 2024-03-29 | Stop doing so much to handle subdiagnostics | Michael Goulet | -137/+69 |
| 2024-03-29 | Stop removing substs from Adt type in coherence | Michael Goulet | -13/+32 |
| 2024-03-29 | Assert that ADTs have the right number of substs | Michael Goulet | -0/+7 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -2/+2 |
| 2024-03-29 | Add support for NonNull in ambiguous_wide_ptr_comparisions | Urgau | -14/+43 |
| 2024-03-29 | Do not attempt to write `ty::Err` on binding that isn't from current HIR Owner | Esteban Küber | -10/+3 |
| 2024-03-29 | Auto merge of #121268 - Urgau:improve_ambi_wide_ptr_cmps, r=Nadrieril | bors | -29/+50 |
| 2024-03-29 | CFI: Encode Virtual calls as calls through the defining trait | Matthew Maurer | -10/+14 |
| 2024-03-29 | KCFI: Require -C panic=abort | Matthew Maurer | -0/+11 |
| 2024-03-29 | Auto merge of #123194 - matthiaskrgr:rollup-vhdc8hw, r=matthiaskrgr | bors | -123/+117 |
| 2024-03-29 | Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lint | Urgau | -29/+43 |
| 2024-03-29 | Add diagnostic items for Ord and PartialOrd methods | Urgau | -0/+7 |
| 2024-03-29 | Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb | Matthias Krüger | -120/+111 |
| 2024-03-29 | Rollup merge of #123176 - celinval:smir-field-ty, r=oli-obk | Matthias Krüger | -3/+6 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -164/+133 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -303/+227 |