| Age | Commit message (Expand) | Author | Lines |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -34/+34 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -3/+31 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -35/+147 |
| 2023-03-12 | Document BinOp::is_checkable | Tomasz Miąsko | -0/+3 |
| 2023-03-11 | Use ensure_with_value in a few more places. | Camille GILLOT | -6/+7 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -13/+57 |
| 2023-03-11 | Use ensure for thir_abstract_const. | Camille GILLOT | -5/+2 |
| 2023-03-11 | Ensure value is on the on-disk cache before returning. | Camille GILLOT | -9/+53 |
| 2023-03-11 | Use TyCtxt::trait_solver_next in some places | Michael Goulet | -15/+13 |
| 2023-03-11 | Simplify message paths | est31 | -34/+34 |
| 2023-03-11 | Auto merge of #108417 - Zoxc:dep-graph-branch, r=cjgillot | bors | -173/+221 |
| 2023-03-11 | Gate const closures even when they appear in macros | Michael Goulet | -12/+9 |
| 2023-03-11 | Gate all usages of dyn*, even in macros | Michael Goulet | -3/+3 |
| 2023-03-11 | Add a fixme and address a more non trivial case | est31 | -2/+3 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -6/+10 |
| 2023-03-11 | Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr | bors | -216/+316 |
| 2023-03-11 | fix link | jyn | -1/+1 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -40/+74 |
| 2023-03-11 | Rollup merge of #108739 - 823984418:patch-1, r=cjgillot | Matthias Krüger | -0/+4 |
| 2023-03-11 | Rollup merge of #108690 - Zoxc:query-size-limits, r=cjgillot | Matthias Krüger | -0/+30 |
| 2023-03-11 | Rollup merge of #108542 - bwmf2:expanded, r=wesleywiser | Matthias Krüger | -0/+4 |
| 2023-03-11 | Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr | Matthias Krüger | -173/+183 |
| 2023-03-11 | Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnay | Matthias Krüger | -1/+14 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -2/+7 |
| 2023-03-11 | Expand on the allocator comment in `rustc-main` | Joshua Nelson | -0/+9 |
| 2023-03-11 | remove duplicated calls to sort_string | klensy | -6/+2 |
| 2023-03-11 | Rollup merge of #108988 - adrianheine:crate-reference-block, r=petrochenkov | Matthias Krüger | -10/+2 |
| 2023-03-11 | Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors | Matthias Krüger | -151/+122 |
| 2023-03-11 | Rollup merge of #108949 - Urgau:check-cfg-target-json, r=oli-obk | Matthias Krüger | -4/+5 |
| 2023-03-11 | Rollup merge of #108711 - Nilstrieb:nt-note, r=petrochenkov | Matthias Krüger | -3/+9 |
| 2023-03-11 | Give proper error message when tcx wasn't passed to decoder | Nilstrieb | -5/+18 |
| 2023-03-11 | Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgr | bors | -101/+99 |
| 2023-03-11 | Auto merge of #108998 - matthiaskrgr:rollup-sxbdulg, r=matthiaskrgr | bors | -137/+274 |
| 2023-03-11 | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | -18/+6 |
| 2023-03-10 | Actually cache goals | Michael Goulet | -70/+65 |
| 2023-03-10 | Move some solver stuff to middle | Michael Goulet | -103/+118 |
| 2023-03-10 | Rollup merge of #108912 - clubby789:doc-tool-lints, r=Nilstrieb | Matthias Krüger | -0/+30 |
| 2023-03-10 | Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb | Matthias Krüger | -25/+23 |
| 2023-03-10 | Rollup merge of #108891 - kazutakahirata:master, r=cuviper | Matthias Krüger | -1/+0 |
| 2023-03-10 | Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0 | Matthias Krüger | -40/+38 |
| 2023-03-10 | Rollup merge of #107711 - calebzulawski:movbe, r=pnkfelix | Matthias Krüger | -4/+4 |
| 2023-03-10 | Rollup merge of #105798 - Amanieu:relax-asm, r=joshtriplett | Matthias Krüger | -31/+4 |
| 2023-03-10 | Simplify typeck entry. | Camille GILLOT | -51/+46 |
| 2023-03-10 | Directly construct Inherited. | Camille GILLOT | -143/+119 |
| 2023-03-10 | Rollup merge of #108983 - LeSeulArtichaut:108646-target-feature-default-impl,... | Matthias Krüger | -1/+1 |
| 2023-03-10 | Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU | Matthias Krüger | -13/+24 |
| 2023-03-10 | Rollup merge of #108937 - lcnr:winnowing-enum, r=WaffleLapkin | Matthias Krüger | -40/+67 |
| 2023-03-10 | Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch... | Matthias Krüger | -51/+96 |
| 2023-03-10 | Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkov | Matthias Krüger | -4/+4 |
| 2023-03-10 | Rollup merge of #108834 - compiler-errors:fn-ptr-fn-obl, r=spastorino | Matthias Krüger | -3/+11 |