| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -114/+0 |
| 2023-10-28 | Rollup merge of #117025 - Urgau:cleanup-improve-check-cfg-impl, r=petrochenkov | Jubilee | -1/+1 |
| 2023-10-26 | Fix residual (never merged) check-cfg syntax in doc | Urgau | -1/+1 |
| 2023-10-25 | Fix some coroutine sentences that don't make sense anymore. | Oli Scherer | -1/+1 |
| 2023-10-23 | fix typos in comments | GoodDaisy | -1/+1 |
| 2023-10-20 | Replace all uses of `generator` in markdown documentation with `coroutine` | Oli Scherer | -11/+11 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -246/+246 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -0/+24 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -83/+133 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Add documentation for -Zremap-path-scope | Urgau | -0/+24 |
| 2023-10-15 | Rollup merge of #116741 - mejrs:string_pat, r=fee1-dead | Matthias Krüger | -0/+45 |
| 2023-10-14 | Document `string_deref_patterns` feature | mejrs | -0/+45 |
| 2023-10-13 | MCP636: Add simpler and more explicit syntax to check-cfg | Urgau | -83/+133 |
| 2023-10-12 | Rollup merge of #116593 - tgross35:no-jump-tables-docs, r=compiler-errors | Matthias Krüger | -0/+19 |
| 2023-10-11 | Document `diagnostic_namespace` feature | mejrs | -0/+84 |
| 2023-10-10 | Add unstable book page for the no-jump-tables codegen option | Trevor Gross | -0/+19 |
| 2023-10-04 | Update documentation for LLVM CFI support | Ramon de C Valle | -76/+85 |
| 2023-09-30 | Update location of `language-features/plugin.md` | Emmanuel Ferdman | -1/+1 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -6/+4 |
| 2023-09-28 | Rollup merge of #116213 - tmandry:doclnl, r=ehuss | Matthias Krüger | -0/+8 |
| 2023-09-27 | Document -Zlink-native-libraries | Tyler Mandry | -0/+8 |
| 2023-09-27 | Update location of personality | Emmanuel Ferdman | -1/+1 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -2/+2 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -4/+4 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -11/+0 |
| 2023-08-17 | Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor | Josh Stone | -252/+118 |
| 2023-08-15 | Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-08-15 | Fix typos in unstable-book | Meng Xiangzhuo | -1/+1 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -3/+19 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+9 |
| 2023-08-10 | Update profile_sample_use.md | Alexander Zaitsev | -1/+1 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -12/+0 |
| 2023-08-04 | unstable book: update lang_items page and split it | kadiwa | -252/+118 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+4 |
| 2023-07-31 | Document `-Zno-parallel-llvm`. | Nicholas Nethercote | -0/+8 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -0/+11 |
| 2023-07-08 | Remove `default_free_fn` feature | Yuki Okushi | -47/+0 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -8/+8 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -7/+0 |
| 2023-05-29 | Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieu | bors | -16/+1 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -1/+13 |
| 2023-05-08 | asm: Stabilize loongarch64 | WANG Rui | -16/+1 |
| 2023-05-08 | Mark s390x condition code register as clobbered in inline assembly | Taiki Endo | -2/+11 |
| 2023-05-06 | update Rust Unstable Book docs for `--extern force` | Matt Hammerly | -0/+2 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -34/+0 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -17/+126 |
| 2023-05-03 | Update documentation for LLVM CFI support | Ramon de C Valle | -17/+126 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -27/+0 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -1/+1 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -1/+1 |