| Age | Commit message (Expand) | Author | Lines |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -11/+11 |
| 2024-11-12 | Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwco | Matthias Krüger | -5/+45 |
| 2024-11-11 | Feature gate yield expressions not in 2024 | Eric Huss | -5/+45 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -1/+14 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -11/+11 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -67/+67 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -1/+14 |
| 2024-10-29 | Rollup merge of #132157 - estebank:long-types-3, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -45/+0 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -2/+2 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -32/+32 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -11/+11 |
| 2024-10-24 | stabilize if_let_rescope | Ding Xiang Fei | -45/+0 |
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -32/+32 |
| 2024-10-22 | Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote | bors | -4/+4 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -4/+4 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -6/+6 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -6/+6 |
| 2024-10-21 | Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf... | bors | -448/+0 |
| 2024-10-20 | misapplied optimize attribute throws a compilation error (#128488) | ash | -31/+5 |
| 2024-10-19 | compiler: Fully stabilize `result_ffi_guarantees` | Jubilee Young | -448/+0 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -0/+2 |
| 2024-10-15 | Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr | bors | -10/+46 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -10/+46 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -0/+107 |
| 2024-10-12 | Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,... | Matthias Krüger | -0/+41 |
| 2024-10-12 | Emit an error for unstable attributes that reference already stable features | CastilloDel | -0/+41 |
| 2024-10-11 | Add pretty, ui, and feature-gate tests for the enzyme/autodiff frontend | Manuel Drehwald | -0/+107 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -92/+0 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -125/+125 |
| 2024-10-10 | Add gate for precise capturing in traits | Michael Goulet | -0/+19 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -17/+17 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -76/+76 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -10/+46 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -6/+6 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -2/+2 |
| 2024-10-06 | use `naked_asm!` in feature-gate-naked_functions test | Folkert | -12/+45 |
| 2024-10-06 | use `naked_asm!` in naked-function tests | Folkert | -2/+2 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -8/+8 |
| 2024-10-04 | Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors | Jubilee | -3/+33 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -8/+8 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -0/+53 |
| 2024-10-04 | Feature gate boolean lit support in cfg predicates | Urgau | -0/+53 |
| 2024-10-01 | Split out method receivers in feature gate test | Eric Holk | -25/+6 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -92/+0 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -2/+2 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -7/+7 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -8/+8 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -8/+8 |
| 2024-09-26 | Stabilize `const_refs_to_static` | Ding Xiang Fei | -38/+0 |