| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+895 |
| 2024-10-07 | Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix | Jubilee | -0/+71 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -5/+5 |
| 2024-10-07 | Rename nested_meta to meta_item_inner | codemountains | -1/+1 |
| 2024-10-06 | Check that `#[pointee]` is applied only to generic arguments | Brezak | -0/+71 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -16/+7 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -60/+2 |
| 2024-10-06 | implement `naked_asm` macro | Folkert | -54/+132 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -4/+4 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -3/+6 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -1/+1 |
| 2024-09-28 | remove couple redundant clones | Matthias Krüger | -1/+1 |
| 2024-09-27 | Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukang | Matthias Krüger | -1/+9 |
| 2024-09-27 | Fix error span when arg to asm!() is a macro call | Gurinder Singh | -1/+9 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -428/+346 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -1/+1 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -6/+4 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -6/+4 |
| 2024-09-11 | Rollup merge of #130219 - ogoffart:missing-docs-test, r=Urgau | Matthias Krüger | -3/+5 |
| 2024-09-11 | Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieu | bors | -3/+8 |
| 2024-09-11 | Use `doc(hidden)` instead of `allow(missing_docs)` in the test harness | Olivier Goffart | -3/+3 |
| 2024-09-11 | Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat... | Olivier Goffart | -2/+2 |
| 2024-09-11 | Fix false positive with `missing_docs` and `#[test]` | Olivier Goffart | -0/+2 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -1/+3 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -3/+8 |
| 2024-09-09 | Allow `missing_docs` lint on the generated test harness | Urgau | -1/+3 |
| 2024-09-09 | bootstrap `naked_asm!` for `compiler-builtins` | Folkert de Vries | -0/+39 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -0/+13 |
| 2024-08-28 | Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com... | Jubilee | -28/+47 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+13 |
| 2024-08-29 | derive(SmartPointer): assume pointee from the single generic and better error... | Ding Xiang Fei | -28/+47 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -50/+51 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -3/+0 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_builtin_macros`. | Nicholas Nethercote | -50/+51 |
| 2024-08-14 | Use `impl PartialEq<TokenKind> for Token` more. | Nicholas Nethercote | -2/+2 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -12/+11 |
| 2024-08-07 | Make `Span` optional in `BufferedEarlyLint` | Urgau | -1/+1 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -12/+11 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -3/+0 |
| 2024-08-05 | Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_derive, r... | Matthias Krüger | -48/+6 |
| 2024-08-04 | Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, r=Amanieu | Matthias Krüger | -8/+40 |
| 2024-08-03 | Rollup merge of #128557 - nyurik:dup-init, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-03 | Rollup merge of #128483 - nnethercote:still-more-cfg-cleanups, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-08-02 | chore: use shorthand initializer | Yuri Astrakhan | -1/+1 |
| 2024-08-01 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -20/+9 |
| 2024-08-01 | Distinguish the two kinds of token range. | Nicholas Nethercote | -1/+1 |
| 2024-08-01 | reject pointee without ?Sized | Ding Xiang Fei | -27/+23 |
| 2024-07-31 | Rollup merge of #127681 - dingxiangfei2009:smart-ptr-bounds, r=compiler-errors | Matthias Krüger | -17/+227 |
| 2024-07-30 | Add toggle for `parse_meta_item` unsafe parsing | carbotaniuman | -20/+3 |
| 2024-07-30 | Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxu | Matthias Krüger | -1/+1 |