| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -6/+0 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+29 |
| 2024-08-14 | Rollup merge of #129088 - Jaic1:fix-doc, r=GuillaumeGomez | 许杰友 Jieyou Xu (Joe) | -16/+16 |
| 2024-08-14 | Rollup merge of #129059 - compiler-errors:subtyping-correct-type, r=lcnr | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2024-08-14 | Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -631/+892 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -27/+11 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -9/+33 |
| 2024-08-14 | Add `|` to make the html doc of `Level` rendered correctly | Jaic1 | -16/+16 |
| 2024-08-14 | Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr | bors | -37/+54 |
| 2024-08-14 | Rollup merge of #129062 - Nadrieril:fix-129009, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2024-08-14 | Rollup merge of #129061 - compiler-errors:lang-item, r=Urgau | Matthias Krüger | -24/+26 |
| 2024-08-14 | Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile... | Matthias Krüger | -9/+22 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -216/+300 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -27/+11 |
| 2024-08-13 | Remove a no-longer-true `assert` | Nadrieril | -4/+6 |
| 2024-08-13 | Use is_lang_item more | Michael Goulet | -24/+26 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -5/+5 |
| 2024-08-13 | Rollup merge of #127857 - tbu-:pr_deprecated_safe_todo, r=petrochenkov | Matthias Krüger | -9/+33 |
| 2024-08-13 | diagnostics: use `DeepRejectCtxt` for check | Michael Howell | -9/+28 |
| 2024-08-13 | implement a performant and fuzzed solver cache | lcnr | -359/+741 |
| 2024-08-13 | Rollup merge of #128841 - lqd:rustc-args, r=onur-ozkan | Matthias Krüger | -2/+2 |
| 2024-08-13 | Rollup merge of #128643 - beetrees:ppc64-abi-fix, r=bjorn3 | Matthias Krüger | -55/+12 |
| 2024-08-13 | `#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler error | Tobias Bucher | -7/+14 |
| 2024-08-13 | Allow to customize `// TODO:` comment for deprecated safe autofix | Tobias Bucher | -9/+26 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -105/+97 |
| 2024-08-12 | Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnr | Matthias Krüger | -20/+13 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -37/+76 |
| 2024-08-13 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -6/+0 |
| 2024-08-12 | rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args` | Rémy Rakic | -2/+2 |
| 2024-08-12 | Rollup merge of #128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-... | Guillaume Gomez | -4/+6 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -49/+100 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -73/+125 |
| 2024-08-12 | Rollup merge of #128537 - Jamesbarford:118980-const-vector, r=RalfJung,nikic | Guillaume Gomez | -17/+63 |
| 2024-08-12 | Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee | Guillaume Gomez | -8/+30 |
| 2024-08-12 | Auto merge of #128371 - andjo403:rangeAttribute, r=nikic | bors | -14/+82 |
| 2024-08-12 | make the codegen test also cover an ill-behaved arch, and add links | Ralf Jung | -0/+2 |
| 2024-08-12 | split provisional cache and stack lookup | lcnr | -118/+104 |
| 2024-08-12 | merge impl blocks | lcnr | -7/+5 |
| 2024-08-12 | move behavior out of shared fn | lcnr | -16/+9 |
| 2024-08-12 | tracing: debug to trace | lcnr | -22/+13 |
| 2024-08-12 | simplify match + move `debug!` call | lcnr | -4/+3 |
| 2024-08-12 | expand fuzzing support | lcnr | -9/+56 |
| 2024-08-12 | do not use the global solver cache for proof trees | lcnr | -209/+74 |
| 2024-08-12 | Streamline some inputs/output traversals. | Nicholas Nethercote | -6/+3 |
| 2024-08-12 | Give the field in `FnSigTys` a name. | Nicholas Nethercote | -8/+10 |
| 2024-08-12 | Avoid a `FnPtr` deconstruct-and-recreate. | Nicholas Nethercote | -4/+5 |
| 2024-08-12 | Remove some unnecessary `skip_binder` calls. | Nicholas Nethercote | -2/+2 |
| 2024-08-12 | Fix bug in `Parser::look_ahead`. | Nicholas Nethercote | -4/+6 |
| 2024-08-11 | Remove struct_tail_no_normalization | Michael Goulet | -13/+10 |
| 2024-08-11 | Rename normalization functions to raw | Michael Goulet | -16/+18 |