| Age | Commit message (Expand) | Author | Lines |
| 2025-01-18 | coverage: Flatten top-level counter creation into plain functions | Zalathar | -95/+91 |
| 2025-01-18 | Rollup merge of #135639 - lqd:trivial-builtin-impls, r=lcnr | Matthias Krüger | -5/+33 |
| 2025-01-18 | Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obk | Matthias Krüger | -1/+0 |
| 2025-01-18 | Rollup merge of #134455 - lcnr:move-errors-in-promoteds, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2025-01-18 | const-eval: detect more pointers as definitely not-null | Ralf Jung | -8/+17 |
| 2025-01-18 | coverage: Move `phys_counter_for_node` into `CoverageCounters` | Zalathar | -19/+18 |
| 2025-01-18 | coverage: Remove the `Site` enum now that we only instrument nodes | Zalathar | -35/+16 |
| 2025-01-17 | Update our range `assume`s to the format that LLVM prefers | Scott McMurray | -29/+39 |
| 2025-01-18 | Add context on private fields that are not on the same line as the struct name | Esteban Küber | -4/+37 |
| 2025-01-18 | Fix ICE in resolving associated items as non-bindings | Frank King | -3/+3 |
| 2025-01-18 | Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errors | bors | -24/+45 |
| 2025-01-17 | Auto merge of #135329 - oli-obk:push-sytltwnzxlrq, r=Noratrieb | bors | -2/+20 |
| 2025-01-17 | new solver: prefer trivial builtin impls over where-clauses | Rémy Rakic | -5/+33 |
| 2025-01-17 | Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35 | bors | -0/+12 |
| 2025-01-17 | encode `Locations::All` typeck constraints as logical edges | Rémy Rakic | -25/+49 |
| 2025-01-17 | make `LocalizedConstraintGraph` a struct and not an alias | Rémy Rakic | -21/+23 |
| 2025-01-17 | add cache to `AmbiguityCausesVisitor` | lcnr | -2/+12 |
| 2025-01-17 | Rollup merge of #135604 - estebank:docs-e0207, r=jieyouxu | Matthias Krüger | -0/+24 |
| 2025-01-17 | Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-01-17 | Rollup merge of #135558 - estebank:issue-133316, r=chenyukang | Matthias Krüger | -0/+8 |
| 2025-01-17 | Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726 | Matthias Krüger | -171/+386 |
| 2025-01-17 | remove unnecessary assertion for reference error | yukang | -1/+0 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -22/+65 |
| 2025-01-16 | Expand docs for `E0207` with additional example | Esteban Küber | -0/+24 |
| 2025-01-16 | Auto merge of #135592 - matthiaskrgr:rollup-4t69l7i, r=matthiaskrgr | bors | -673/+945 |
| 2025-01-16 | Add missing check for async body when suggesting await on futures. | metamuffin | -0/+12 |
| 2025-01-16 | Fix suggestion to convert dereference of raw pointer to ref | Samuel Tardieu | -0/+1 |
| 2025-01-16 | Properly note when query stack is being cut off | Michael Goulet | -11/+16 |
| 2025-01-16 | Auto merge of #134504 - oli-obk:push-rltsvnyttwll, r=compiler-errors | bors | -3/+38 |
| 2025-01-16 | Rollup merge of #135561 - Zalathar:link-dead-code, r=saethlin | Matthias Krüger | -8/+1 |
| 2025-01-16 | Rollup merge of #135504 - veluca93:target-feature-cast-to-fn-ptr, r=oli-obk | Matthias Krüger | -21/+61 |
| 2025-01-16 | Rollup merge of #135481 - Zalathar:node-flow, r=oli-obk | Matthias Krüger | -632/+849 |
| 2025-01-16 | Rollup merge of #134754 - frank-king:feature/import_trait_associated_function... | Matthias Krüger | -12/+34 |
| 2025-01-16 | Rollup merge of #135249 - s-cerevisiae:fix-overflowing-literals-help, r=cheny... | Matthias Krüger | -8/+23 |
| 2025-01-16 | Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplett | Matthias Krüger | -0/+248 |
| 2025-01-16 | use indirect return for `i128` and `f128` on wasm32 | Folkert de Vries | -0/+12 |
| 2025-01-16 | coverage: Make `yank_to_spantree_root` iterative instead of recursive | Zalathar | -19/+36 |
| 2025-01-16 | coverage: Completely overhaul counter assignment, using node-flow graphs | Zalathar | -632/+733 |
| 2025-01-16 | Coerce safe-to-call target_feature functions to fn pointers. | Luca Versari | -21/+61 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -12/+34 |
| 2025-01-16 | Update docs for `-Clink-dead-code` to discourage its use | Zalathar | -8/+1 |
| 2025-01-16 | Target option to require explicit cpu | Flakebi | -0/+17 |
| 2025-01-16 | Detect if-else chains with a missing final else in type errors | Esteban Küber | -0/+8 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -22/+65 |
| 2025-01-15 | Auto merge of #135555 - matthiaskrgr:rollup-jnqdbuu, r=matthiaskrgr | bors | -12/+13 |
| 2025-01-15 | Rollup merge of #135541 - oli-obk:push-lqlmstussztp, r=compiler-errors | Matthias Krüger | -12/+13 |
| 2025-01-15 | Methods of const traits are const | Oli Scherer | -12/+13 |
| 2025-01-15 | Rollup merge of #135498 - compiler-errors:dyn-upcasting-completeness, r=lcnr | Guillaume Gomez | -6/+25 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -60/+137 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -64/+221 |