| Age | Commit message (Expand) | Author | Lines |
| 2024-12-16 | Rollup merge of #134386 - oli-obk:some-trait-impl-diff-diagnostic-cleanups, r... | Matthias Krüger | -52/+43 |
| 2024-12-16 | Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk | Matthias Krüger | -7/+25 |
| 2024-12-16 | Rollup merge of #134337 - RalfJung:riscv-target-features, r=workingjubilee | Matthias Krüger | -5/+72 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -8/+95 |
| 2024-12-16 | Rollup merge of #134197 - Enselic:mirror, r=lcnr | Matthias Krüger | -0/+8 |
| 2024-12-16 | Avoid wrapping fn sig in a fn pointer when we want to just print the sig | Oli Scherer | -13/+13 |
| 2024-12-16 | Deduplicate some pretty printing logic | Oli Scherer | -20/+15 |
| 2024-12-16 | Avoid wrapping a trivially defaultable type in `Option` | Oli Scherer | -22/+14 |
| 2024-12-16 | Properly name a def id variable | Oli Scherer | -4/+4 |
| 2024-12-16 | Avoid creating a fn sig type just to unwrap it again to get at its signature | Oli Scherer | -14/+18 |
| 2024-12-16 | Rollup merge of #134369 - antonok-edm:refering-referring, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-12-16 | Rollup merge of #134357 - Urgau:fn-ptr-134345, r=compiler-errors | Matthias Krüger | -34/+59 |
| 2024-12-16 | Rollup merge of #134314 - compiler-errors:default-struct-value-const, r=estebank | Matthias Krüger | -5/+11 |
| 2024-12-16 | tweak comments | Ralf Jung | -3/+7 |
| 2024-12-15 | Check for array lengths that aren't actually `usize` | Scott McMurray | -7/+25 |
| 2024-12-15 | spell "referring" correctly | Anton Lazarev | -2/+2 |
| 2024-12-15 | Use `span_label` as it looks better when we show pattern missing binding in o... | Esteban Küber | -22/+5 |
| 2024-12-15 | Use `ErrorGuaranteed` more | Esteban Küber | -6/+11 |
| 2024-12-15 | Fix trimmed_def_paths ICE in the function ptr comparison lint | Urgau | -34/+59 |
| 2024-12-15 | Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkov | bors | -563/+1006 |
| 2024-12-15 | reject unsound toggling of RISCV target features | Ralf Jung | -4/+67 |
| 2024-12-15 | Auto merge of #134349 - jieyouxu:rollup-zqn0jox, r=jieyouxu | bors | -110/+100 |
| 2024-12-15 | Remove some leftover dead code | Jonathan Dönszelmann | -55/+8 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -505/+997 |
| 2024-12-16 | Rollup merge of #134339 - Urgau:tcx-in-early-diag, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -109/+81 |
| 2024-12-16 | Rollup merge of #134329 - taiki-e:m68k-target-feature, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+19 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -25/+23 |
| 2024-12-15 | Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubilee | bors | -37/+92 |
| 2024-12-15 | Improve check-cfg Cargo macro diagnostic with crate name | Urgau | -11/+16 |
| 2024-12-15 | Cleanup lifetimes around `EarlyContextAndPass` and `EarlyCheckNode` | Urgau | -58/+44 |
| 2024-12-15 | Auto merge of #134117 - DianQK:gep-i8, r=oli-obk | bors | -4/+1 |
| 2024-12-15 | Simplify the GEP instruction for index | DianQK | -4/+1 |
| 2024-12-15 | advice against negative features in target specs | Ralf Jung | -0/+4 |
| 2024-12-15 | Rollup merge of #134315 - lqd:polonius-next-episode-1, r=jackh726 | Stuart Cook | -265/+253 |
| 2024-12-15 | Rollup merge of #134313 - compiler-errors:no-itib-def-id, r=oli-obk | Stuart Cook | -0/+10 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -33/+42 |
| 2024-12-15 | Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514 | Stuart Cook | -6/+68 |
| 2024-12-15 | apply review feedback | Ralf Jung | -30/+14 |
| 2024-12-15 | Add m68k_target_feature | Taiki Endo | -1/+19 |
| 2024-12-15 | Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov | bors | -8/+0 |
| 2024-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -6/+68 |
| 2024-12-15 | Auto merge of #134318 - matthiaskrgr:rollup-jda0jkx, r=matthiaskrgr | bors | -287/+436 |
| 2024-12-15 | Simplify `opt_span_lint` call in early diagnostic | Urgau | -36/+4 |
| 2024-12-15 | Access `TyCtxt` from early diagnostic decoration | Urgau | -49/+62 |
| 2024-12-14 | Rollup merge of #134264 - adetaylor:weak-and-nonnull, r=compiler-errors | Matthias Krüger | -1/+29 |
| 2024-12-14 | Rollup merge of #134259 - compiler-errors:infer-ret-ty, r=dtolnay | Matthias Krüger | -85/+94 |
| 2024-12-14 | Rollup merge of #133392 - compiler-errors:object-sup, r=lcnr | Matthias Krüger | -151/+145 |
| 2024-12-14 | Rollup merge of #133293 - psumbera:solaris-maintainer, r=workingjubilee,jieyo... | Matthias Krüger | -2/+2 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -48/+166 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -37/+121 |