| Age | Commit message (Expand) | Author | Lines |
| 2024-03-29 | Add support for NonNull in ambiguous_wide_ptr_comparisions | Urgau | -14/+43 |
| 2024-03-29 | rustdoc: point at span in `include_str!`-ed md file | Michael Howell | -14/+55 |
| 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 |
| 2024-03-29 | Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-e... | bors | -27/+39 |
| 2024-03-29 | Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlin | bors | -2/+22 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -54/+167 |
| 2024-03-28 | Normalize the result of Fields::ty_with_args | Celina G. Val | -3/+6 |
| 2024-03-28 | Replace Session should_remap_filepaths with filename_display_preference | Urgau | -50/+48 |
| 2024-03-28 | Introduce `FileNameMapping::to_real_filename` and use it everywhere | Urgau | -41/+42 |
| 2024-03-28 | Make local_crate_source_file return a RealFileName | Urgau | -13/+22 |
| 2024-03-28 | Replace `RemapFileNameExt::for_codegen` with explicit calls | Urgau | -49/+52 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -55/+13 |
| 2024-03-28 | Rollup merge of #123160 - bvanjoi:cleanup, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2024-03-28 | Rollup merge of #123096 - compiler-errors:postfix-match-parens, r=fmease | Matthias Krüger | -1/+3 |
| 2024-03-28 | Rollup merge of #123063 - tmiasko:reachability-abi, r=michaelwoerister | Matthias Krüger | -12/+1 |
| 2024-03-28 | Require foldability part of interner item bounds, remove redundant where clauses | Michael Goulet | -49/+20 |
| 2024-03-28 | Restrict const ty's regions to static when putting them in canonical var list | Michael Goulet | -24/+66 |
| 2024-03-28 | and more | klensy | -10/+4 |
| 2024-03-28 | Auto merge of #115220 - Zoxc:revive-gcx-ptr, r=oli-obk | bors | -16/+88 |
| 2024-03-28 | and few more | klensy | -16/+15 |
| 2024-03-28 | and few more | klensy | -6/+6 |
| 2024-03-28 | Auto merge of #123166 - bjorn3:sync_cg_clif-2024-03-28, r=bjorn3 | bors | -292/+841 |
| 2024-03-28 | Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202... | bjorn3 | -292/+841 |
| 2024-03-28 | fix few more | klensy | -5/+5 |
| 2024-03-28 | Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err... | bors | -181/+285 |
| 2024-03-28 | change BuiltinDeriveFn type to get ExtCtxt by immutable ref and fix signatures | klensy | -13/+13 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -20/+20 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -23/+19 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -15/+15 |
| 2024-03-28 | remove `def_id_to_node_id` in ast lowering | bohan | -2/+0 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -8/+8 |
| 2024-03-28 | compiler: fix some clippy needless_pass_by_ref_mut | klensy | -2/+4 |
| 2024-03-28 | compiler: fix unused_peekable clippy lint | klensy | -2/+2 |
| 2024-03-28 | simplify check_unique | Ali MJ Al-Nasrawy | -70/+25 |
| 2024-03-28 | reject external lifetimes as invalid arguments | Ali MJ Al-Nasrawy | -4/+10 |
| 2024-03-28 | rework opaque types region inference | Ali MJ Al-Nasrawy | -87/+72 |
| 2024-03-28 | convert all named regions in opaque types to nll vars | Ali MJ Al-Nasrawy | -0/+16 |
| 2024-03-28 | favor placeholders over existentials when choosing SCC representatives | Ali MJ Al-Nasrawy | -12/+20 |
| 2024-03-28 | check RPITs for invalid args | Ali MJ Al-Nasrawy | -11/+1 |
| 2024-03-28 | ignore error params | Ali MJ Al-Nasrawy | -0/+8 |