| Age | Commit message (Expand) | Author | Lines |
| 2024-02-19 | Make intrinsic fallback bodies cross-crate inlineable | Nilstrieb | -0/+2 |
| 2024-02-16 | Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,Nilstrieb | Guillaume Gomez | -1/+2 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -2/+50 |
| 2024-02-15 | Update rust book cfg chapter | Guillaume Gomez | -1/+2 |
| 2024-02-13 | Rollup merge of #114877 - tshepang:patch-1, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -2/+50 |
| 2024-02-11 | Rollup merge of #120307 - djc:duration-constructors, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -0/+16 |
| 2024-02-06 | Document `async_fn_traits` | Oli Scherer | -0/+13 |
| 2024-01-24 | core: add Duration constructors | Dirkjan Ochtman | -0/+9 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -0/+27 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+27 |
| 2024-01-22 | Fix -Zremap-path-scope typo | micolous | -1/+1 |
| 2024-01-16 | Add unstable `-Z direct-access-external-data` cmdline flag for `rustc` | WANG Rui | -0/+16 |
| 2024-01-13 | Add way to express no-values with check-cfg | Urgau | -12/+13 |
| 2024-01-13 | Auto merge of #119473 - Urgau:check-cfg-explicit-none, r=petrochenkov | bors | -1/+5 |
| 2024-01-12 | Rename `--env` option flag to `--env-set` | Guillaume Gomez | -7/+7 |
| 2024-01-09 | Add explicit none() value variant in check-cfg | Urgau | -1/+5 |
| 2024-01-09 | Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errors | Guillaume Gomez | -0/+11 |
| 2024-01-09 | Rollup merge of #119282 - Urgau:check-cfg-rework-unstable-doc, r=JohnTitor | Guillaume Gomez | -101/+123 |
| 2024-01-09 | Rework and improve unstable documentation of check-cfg | Urgau | -101/+123 |
| 2024-01-08 | Add support for shell argfiles | David Koloski | -0/+11 |
| 2024-01-06 | Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 | Matthias Krüger | -5/+0 |
| 2024-01-03 | Support reg_addr register class in s390x inline assembly | Taiki Endo | -2/+3 |
| 2023-12-22 | fix some typos found scrolling through the docs | Takashi Idobe | -1/+1 |
| 2023-12-20 | Add link to explanations about dep-info files | Guillaume Gomez | -1/+2 |
| 2023-12-19 | Update documentation for `--env` compilation flag | Guillaume Gomez | -1/+19 |
| 2023-12-18 | describe unstable self-contained linking components in the unstable book | Rémy Rakic | -0/+24 |
| 2023-12-16 | describe unstable linker flavors in the unstable book | Rémy Rakic | -0/+32 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -0/+12 |
| 2023-12-10 | Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstrieb | bors | -0/+26 |
| 2023-12-10 | Add (unstable) documentation for `--env` command line option | Guillaume Gomez | -0/+26 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -5/+0 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -0/+2 |
| 2023-12-07 | Add emulated TLS support | quininer | -0/+2 |
| 2023-12-05 | Remove deprecated --check-cfg names() and values() syntax | Urgau | -67/+0 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -0/+25 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+25 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -0/+21 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -27/+0 |
| 2023-11-18 | Remove --check-cfg checking of --cfg args | Urgau | -0/+3 |
| 2023-11-11 | Add -Z llvm_module_flag | Paul Menage | -0/+12 |
| 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 |