| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | Rollup merge of #140539 - nnethercote:simplify-attribute_groups, r=jdonszelmann | Jacob Pratt | -48/+47 |
| 2025-05-26 | Rollup merge of #134696 - ChrisDenton:normalize-lexically, r=workingjubilee | Jacob Pratt | -1/+132 |
| 2025-05-26 | Auto merge of #138489 - tmiasko:call-tmps-lifetime, r=workingjubilee | bors | -42/+108 |
| 2025-05-26 | Refactor the end of `generate_item_def_id_path`. | Nicholas Nethercote | -6/+6 |
| 2025-05-26 | Simplify `make_href`. | Nicholas Nethercote | -3/+4 |
| 2025-05-26 | Avoid `Box` in `href_relative_parts`. | Nicholas Nethercote | -25/+20 |
| 2025-05-26 | use let-chains | Ada Alakbarova | -8/+4 |
| 2025-05-26 | use if-let | Ada Alakbarova | -1/+1 |
| 2025-05-26 | use ? | Ada Alakbarova | -4/+4 |
| 2025-05-26 | exhaustive match instead of returns | Ada Alakbarova | -18/+11 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -34/+81 |
| 2025-05-25 | Auto merge of #141557 - bjorn3:sync_cg_clif-2025-05-25, r=bjorn3 | bors | -265/+1112 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -247/+41 |
| 2025-05-25 | Do not canonicalize in new solver if it has nothing to canonicalize | Michael Goulet | -8/+55 |
| 2025-05-25 | Update tidy exceptions | bjorn3 | -0/+2 |
| 2025-05-25 | Merge branch 'sync_from_rust' | bjorn3 | -0/+0 |
| 2025-05-25 | Fix `manual_find` suggests wrongly when return type needs adjustment (#14892) | dswij | -1/+62 |
| 2025-05-25 | Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202... | bjorn3 | -265/+1110 |
| 2025-05-25 | Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202... | bjorn3 | -265/+1110 |
| 2025-05-26 | increase perf of charsearcher for single ascii characters | bendn | -2/+32 |
| 2025-05-25 | Rustup to rustc 1.89.0-nightly (5e16c6620 2025-05-24) | bjorn3 | -1/+1 |
| 2025-05-25 | Sync from rust 5e16c662062fd6dee91f0fe2a1580483488d80cf | bjorn3 | -1/+1 |
| 2025-05-25 | Properly implement `might_be_inside_macro_call()` using semantic information ... | Chayim Refael Friedman | -85/+125 |
| 2025-05-26 | Add compiler tests for xray | quininer | -10/+77 |
| 2025-05-25 | Fix `unused_braces` lint suggestion when encountering attributes | Urgau | -16/+68 |
| 2025-05-25 | Make UNNECESSARY_TRANSMUTES into a HIR lint | Michael Goulet | -268/+374 |
| 2025-05-25 | Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint | Michael Goulet | -165/+136 |
| 2025-05-25 | hir_body_const_context should take LocalDefId | Michael Goulet | -2/+6 |
| 2025-05-25 | Improve `ambiguous_wide_pointer_comparisons` lint compare diagnostics | Urgau | -88/+226 |
| 2025-05-25 | Auto merge of #141545 - GuillaumeGomez:rollup-myrvuqq, r=GuillaumeGomez | bors | -62/+197 |
| 2025-05-25 | Fix IDE resolution of item macros | Chayim Refael Friedman | -29/+74 |
| 2025-05-25 | Fast path fold_predicate in old canonicalizer | Michael Goulet | -0/+4 |
| 2025-05-25 | Update to new API | Guillaume Gomez | -2/+3 |
| 2025-05-25 | Rollup merge of #141541 - compiler-errors:nits, r=lcnr | Guillaume Gomez | -5/+6 |
| 2025-05-25 | Rollup merge of #141530 - ranger-ross:unstable-feature-doc-comments, r=Urgau | Guillaume Gomez | -6/+38 |
| 2025-05-25 | Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errors | Guillaume Gomez | -47/+63 |
| 2025-05-25 | Rollup merge of #141508 - xtexx:gh-104200, r=onur-ozkan | Guillaume Gomez | -1/+18 |
| 2025-05-25 | Rollup merge of #141443 - RalfJung:c-variadic-teach-help, r=workingjubilee | Guillaume Gomez | -1/+1 |
| 2025-05-25 | Rollup merge of #141413 - est31:cfg_version_env_var, r=jieyouxu | Guillaume Gomez | -2/+71 |
| 2025-05-25 | Improve code | Guillaume Gomez | -49/+50 |
| 2025-05-25 | Add regression test for #140739 | Guillaume Gomez | -0/+42 |
| 2025-05-25 | Tweak attribute rendering depending on wether or not it is a type alias | Guillaume Gomez | -80/+173 |
| 2025-05-25 | Rename the `document_*` argument/field into `is_type_alias` | Guillaume Gomez | -12/+12 |
| 2025-05-25 | Split `Item::attributes` method into three | Guillaume Gomez | -70/+81 |
| 2025-05-25 | Unify rendering of type aliases without ADT items | Guillaume Gomez | -137/+151 |
| 2025-05-25 | Rename `clean::Enum::variants` method into `non_stripped_variants` | Guillaume Gomez | -3/+3 |
| 2025-05-25 | add "Compiler environment variables" section to the unstable book | jyn | -2/+10 |
| 2025-05-25 | use the correct path to the function | Ada Alakbarova | -1/+1 |
| 2025-05-25 | Auto merge of #141086 - a1phyr:spec_advance_by, r=jhpratt | bors | -5/+31 |
| 2025-05-25 | feat(unstable-book): Added unstable feature doc comments as feature descriptions | Ross Sullivan | -6/+38 |