| Age | Commit message (Expand) | Author | Lines |
| 2023-11-22 | Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnr | Michael Goulet | -0/+17 |
| 2023-11-22 | Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -0/+20 |
| 2023-11-22 | Rollup merge of #118012 - celinval:smir-alloc, r=ouz-a | Michael Goulet | -0/+119 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -2/+3 |
| 2023-11-22 | Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3 | bors | -4/+3 |
| 2023-11-22 | Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkov | bors | -16/+76 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -0/+17 |
| 2023-11-21 | Add allocation test and a bit more documentation | Celina G. Val | -0/+119 |
| 2023-11-22 | Merge `Queries::{ongoing_codegen,linker}`. | Nicholas Nethercote | -2/+1 |
| 2023-11-22 | Make `Compiler::{sess,codegen_backend}` public. | Nicholas Nethercote | -2/+2 |
| 2023-11-21 | Rollup merge of #118112 - compiler-errors:index-ambiguity-ice, r=aliemjay | Matthias Krüger | -0/+38 |
| 2023-11-21 | convert ehcont-guard to an unstable option | Arlie Davis | -1/+1 |
| 2023-11-21 | Add support for generating the EHCont section | Arlie Davis | -0/+20 |
| 2023-11-21 | rustdoc-search: make primitives and keywords less special | Michael Howell | -33/+33 |
| 2023-11-21 | Improve diagnostic for unexpected feature config name from Cargo | Urgau | -0/+25 |
| 2023-11-21 | Remove `feature` from the list of well known check-cfg name | Urgau | -16/+51 |
| 2023-11-21 | Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errors | Nilstrieb | -1/+1 |
| 2023-11-21 | Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errors | Nilstrieb | -0/+58 |
| 2023-11-21 | Rollup merge of #117522 - Urgau:check-cfg-cli-own-lint, r=petrochenkov | Nilstrieb | -83/+28 |
| 2023-11-21 | Rollup merge of #116085 - notriddle:notriddle/search-associated-types, r=Guil... | Nilstrieb | -2/+625 |
| 2023-11-21 | Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnay | bors | -34/+54 |
| 2023-11-21 | Auto merge of #118015 - celinval:smir-place-ty, r=compiler-errors | bors | -10/+19 |
| 2023-11-20 | Don't ICE when ambiguity is found when selecting Index implementation in typeck | Michael Goulet | -0/+38 |
| 2023-11-20 | Add place.ty() and Ty build from a kind to smir | Celina G. Val | -10/+19 |
| 2023-11-20 | Fix early param lifetimes in generic_const_exprs | ouz-a | -0/+58 |
| 2023-11-20 | Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errors | Matthias Krüger | -6/+20 |
| 2023-11-20 | Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -8/+95 |
| 2023-11-20 | Rollup merge of #118010 - gurry:117821-ice-no-type-for-local-var, r=compiler-... | Matthias Krüger | -1/+22 |
| 2023-11-20 | Rollup merge of #117992 - compiler-errors:sound-but-not-complete, r=lcnr,alie... | Matthias Krüger | -40/+9 |
| 2023-11-20 | Rollup merge of #117973 - CohenArthur:fix-89699, r=lqd | Matthias Krüger | -0/+57 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -0/+51 |
| 2023-11-20 | Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-11-20 | Bump future release warning mode | Michael Goulet | -4/+4 |
| 2023-11-20 | Don't consider regions in deref_into_dyn_supertrait lint | Michael Goulet | -6/+93 |
| 2023-11-20 | Don't require intercrate mode for negative coherence | Michael Goulet | -38/+3 |
| 2023-11-20 | Don't drop region constraints that come from plugging infer regions with plac... | Michael Goulet | -2/+6 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -1/+1 |
| 2023-11-20 | handle reservation impls, track impl source | lcnr | -1/+20 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -5/+0 |
| 2023-11-20 | test: Add test for async-move in 2015 Rust proc macro | Arthur Cohen | -0/+57 |
| 2023-11-20 | Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgr | bors | -25/+290 |
| 2023-11-20 | Typeck break expr even if break is illegal | Gurinder Singh | -1/+22 |
| 2023-11-20 | Auto merge of #117783 - tmiasko:inline-ret, r=cjgillot | bors | -591/+193 |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -591/+193 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -2/+3 |
| 2023-11-19 | Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjay | Michael Goulet | -3/+116 |
| 2023-11-19 | Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=... | Michael Goulet | -0/+44 |
| 2023-11-19 | Rollup merge of #117988 - estebank:issue-106020, r=cjgillot | Michael Goulet | -0/+73 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -0/+35 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -20/+20 |