| Age | Commit message (Expand) | Author | Lines |
| 2024-10-30 | Auto merge of #130860 - tmandry:fix-directives, r=jieyouxu | bors | -16/+23 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -141/+141 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -1/+39 |
| 2024-10-29 | Fix directives for lint-non-snake-case-crate | Tyler Mandry | -16/+23 |
| 2024-10-29 | Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch... | Jason Newcomb | -1/+39 |
| 2024-10-29 | Rollup merge of #132157 - estebank:long-types-3, r=jieyouxu | Matthias Krüger | -405/+405 |
| 2024-10-29 | Rollup merge of #132151 - compiler-errors:coroutine-resume-outlives, r=spasto... | Matthias Krüger | -0/+98 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -75/+24 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -405/+405 |
| 2024-10-29 | Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorino | Jubilee | -0/+21 |
| 2024-10-29 | Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnr | Jubilee | -168/+106 |
| 2024-10-29 | Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubilee | bors | -23/+23 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -33/+828 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -168/+106 |
| 2024-10-28 | Rollup merge of #130259 - adwinwhite:lower-node-id-once, r=cjgillot | Jubilee | -23/+23 |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -6/+21 |
| 2024-10-28 | Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgr | bors | -0/+24 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -33/+828 |
| 2024-10-28 | Rollup merge of #132253 - Zalathar:keyword-idents-bug, r=jieyouxu | Matthias Krüger | -0/+24 |
| 2024-10-28 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -6/+21 |
| 2024-10-28 | Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3 | bors | -40/+0 |
| 2024-10-28 | Lower AST node id only once | Adwin White | -23/+23 |
| 2024-10-28 | Known-bug test for `keyword_idents` lint not propagating to other files | Zalathar | -0/+24 |
| 2024-10-28 | Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -9/+5 |
| 2024-10-28 | Rollup merge of #132227 - compiler-errors:better-const-span, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -238/+232 |
| 2024-10-28 | Rollup merge of #132086 - estebank:long-types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+82 |
| 2024-10-28 | Error on alignments greater than `isize::MAX` | asquared31415 | -0/+44 |
| 2024-10-28 | Tweak more warnings. | Nicholas Nethercote | -108/+108 |
| 2024-10-28 | Tweak `expand_incomplete_parse` warning. | Nicholas Nethercote | -33/+33 |
| 2024-10-27 | port `tests/ui/linkage-attr/framework` to run-make | jyn | -40/+0 |
| 2024-10-27 | Stop using the whole match expr span for an arm's obligation span | Michael Goulet | -9/+5 |
| 2024-10-27 | Auto merge of #132237 - matthiaskrgr:rollup-ulogwtd, r=matthiaskrgr | bors | -64/+58 |
| 2024-10-27 | Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors | Matthias Krüger | -64/+58 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -215/+231 |
| 2024-10-27 | Move an impl-Trait check from AST validation to AST lowering | León Orell Valerian Liehr | -64/+58 |
| 2024-10-27 | Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu | bors | -2/+2 |
| 2024-10-26 | Pass constness with span into lower_poly_trait_ref | Michael Goulet | -238/+232 |
| 2024-10-26 | Collect item bounds for RPITITs from trait where clauses just like associated... | Michael Goulet | -0/+21 |
| 2024-10-26 | Rollup merge of #132180 - Urgau:ast_pretty-unsafe-attr, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+22 |
| 2024-10-26 | Rollup merge of #132169 - fee1-dead-contrib:consttraitsck, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -314/+419 |
| 2024-10-26 | Print unsafety of attribute in AST unpretty | Urgau | -1/+1 |
| 2024-10-26 | Add AST unpretty test for unsafe attribute | Urgau | -0/+22 |
| 2024-10-26 | Auto merge of #132152 - lqd:revert-127731, r=compiler-errors | bors | -221/+12 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -314/+419 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -281/+716 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -221/+12 |
| 2024-10-25 | Ensure that resume arg outlives region bound for coroutines | Michael Goulet | -0/+98 |
| 2024-10-25 | add a HACK to allow stdarch migration | Ralf Jung | -21/+6 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -281/+731 |
| 2024-10-25 | Tweak highlighting when trait is available for different type | Esteban Küber | -2/+2 |