| Age | Commit message (Expand) | Author | Lines |
| 2023-12-08 | Rollup merge of #118709 - oksbsb:fix-job-server, r=SparrowLii | Matthias Krüger | -4/+0 |
| 2023-12-08 | Rollup merge of #118677 - GuillaumeGomez:doc_cfg-display, r=notriddle | Matthias Krüger | -0/+31 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -172/+172 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -11/+57 |
| 2023-12-08 | 1. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before use | oksbsb | -4/+0 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -7/+17 |
| 2023-12-07 | Add a test to evaluate type intrinsic. | Celina G. Val | -3/+36 |
| 2023-12-07 | Add tests to allocation methods and fix is_null() | Celina G. Val | -5/+90 |
| 2023-12-07 | Fix conversion to StaticDef and add test | Celina G. Val | -0/+16 |
| 2023-12-08 | add regression tests | lcnr | -0/+43 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -11/+14 |
| 2023-12-08 | Auto merge of #118442 - tmiasko:fuel-inc, r=lqd | bors | -0/+11 |
| 2023-12-08 | Fuel is incompatible with incremental compilation | Tomasz Miąsko | -0/+11 |
| 2023-12-07 | Auto merge of #118723 - matthiaskrgr:rollup-409e9u1, r=matthiaskrgr | bors | -57/+87 |
| 2023-12-07 | Resolve assoc item bindings by namespace | León Orell Valerian Liehr | -81/+199 |
| 2023-12-07 | Rollup merge of #118719 - rcvalle:rust-cfi-normalize-integers-118032, r=compi... | Matthias Krüger | -57/+20 |
| 2023-12-07 | Rollup merge of #116420 - bvanjoi:fix-116203, r=Nilstrieb | Matthias Krüger | -0/+67 |
| 2023-12-07 | Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix | bors | -0/+8 |
| 2023-12-07 | CFI: Add char to CFI integer normalization | Ramon de C Valle | -57/+20 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -126/+205 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -111/+111 |
| 2023-12-07 | compile-time evaluation: emit a lint when a write through an immutable pointe... | Ralf Jung | -15/+94 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -34/+3 |
| 2023-12-07 | Auto merge of #118635 - nnethercote:fewer-early-errors, r=davidtwco | bors | -0/+4 |
| 2023-12-07 | Extend GUI tests for `doc_cfg` | Guillaume Gomez | -0/+31 |
| 2023-12-06 | Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgr | bors | -175/+168 |
| 2023-12-06 | Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a | Matthias Krüger | -2/+6 |
| 2023-12-06 | Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkin | Matthias Krüger | -0/+53 |
| 2023-12-06 | Rollup merge of #118317 - bvanjoi:fix-118295, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2023-12-06 | Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naber | Matthias Krüger | -173/+90 |
| 2023-12-06 | Auto merge of #117936 - mu001999:master, r=petrochenkov | bors | -0/+20 |
| 2023-12-06 | Also add an API to check if an instance has body | Celina G. Val | -3/+6 |
| 2023-12-06 | Fix `is_foreign_item` for StableMIR instance | Celina G. Val | -1/+2 |
| 2023-12-06 | Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgr | bors | -3/+245 |
| 2023-12-06 | Rollup merge of #118516 - celinval:smir-variants, r=ouz-a | Matthias Krüger | -0/+115 |
| 2023-12-06 | Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-... | Matthias Krüger | -3/+130 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -6/+7 |
| 2023-12-06 | tip for define macro name after `macro_rules!` | bohan | -0/+19 |
| 2023-12-06 | Use the glob binding in resolve_rustdoc_path process | r0cky | -0/+20 |
| 2023-12-06 | Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ... | bors | -0/+61 |
| 2023-12-06 | Point out shadowed associated types | TheLazyDutchman | -0/+61 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -0/+5 |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -0/+590 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -38/+131 |
| 2023-12-05 | Reduce verbosity of error | Esteban Küber | -27/+3 |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -7/+17 |
| 2023-12-05 | Point at fewer methods in the chain, only those that change the E type | Esteban Küber | -24/+17 |
| 2023-12-05 | Provide context when `?` can't be called because of `Result<_, E>` | Esteban Küber | -3/+151 |
| 2023-12-06 | Fewer early errors. | Nicholas Nethercote | -0/+4 |
| 2023-12-05 | Change ty_with_args to return Ty instead of Result | Celina G. Val | -0/+115 |