| Age | Commit message (Expand) | Author | Lines |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+3 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+1 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -3/+3 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -0/+1 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -0/+1 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -0/+1 |
| 2023-11-03 | Use `FxIndexSet` in the symbol interner. | Nicholas Nethercote | -20/+11 |
| 2023-11-02 | Add a couple of clarifying comments. | Nicholas Nethercote | -3/+3 |
| 2023-11-01 | Give a better diagnostic for missing parens in Fn* bounds | clubby789 | -0/+3 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -2/+7 |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -0/+2 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+1 |
| 2023-10-26 | Pre-intern a symbol for env!("CFG_RELEASE") | David Tolnay | -0/+1 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -2/+4 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+1 |
| 2023-10-24 | Rollup merge of #116943 - heiher:target-features, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2023-10-24 | compiler: Add target features for LoongArch | WANG Rui | -0/+1 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -0/+1 |
| 2023-10-20 | Re-add `generators` as a removed feature and point to the new feature name | Oli Scherer | -0/+2 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-16 | debug Span::ctxt() call detection | Arthur Lafrance | -1/+1 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -1/+1 |
| 2023-10-16 | implement the basics of the lint static analysis | Arthur Lafrance | -0/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+1 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+49 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-09-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -0/+1 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -0/+1 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -1/+1 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -0/+1 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -0/+3 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -1/+1 |
| 2023-09-08 | Auto merge of #115372 - RalfJung:abi-assert-eq, r=davidtwco | bors | -0/+1 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -0/+1 |
| 2023-09-08 | Add `no_coverage` to the 'removed features' list | Andy Caldwell | -0/+1 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -1/+2 |
| 2023-09-07 | add support for rustc_abi(assert_eq) and use it to test some repr(transparent... | Ralf Jung | -0/+1 |
| 2023-09-07 | Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r... | bors | -0/+1 |
| 2023-08-28 | Test variances of opaque captures | Michael Goulet | -0/+1 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -0/+1 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -0/+1 |
| 2023-08-24 | Add symbols for Clippy | Caio | -0/+8 |
| 2023-08-24 | Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lint | Urgau | -0/+1 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+1 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -0/+1 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+1 |
| 2023-08-22 | Add support for ptr::write for the invalid_reference_casting lint | Urgau | -0/+3 |
| 2023-08-20 | Auto merge of #114332 - nbdd0121:riscv, r=compiler-errors | bors | -0/+1 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+8 |
| 2023-08-18 | Fix ABI flags in RISC-V/LoongArch ELF file generated by rustc | Gary Guo | -0/+1 |