| Age | Commit message (Expand) | Author | Lines |
| 2024-01-17 | target: fix powerpc64-unknown-linux-musl datalayout | David Wood | -1/+1 |
| 2024-01-17 | tests: add sanity-check assembly test for every target | David Wood | -7/+803 |
| 2024-01-17 | Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk | bors | -135/+111 |
| 2024-01-17 | Auto merge of #119651 - novafacing:proc_macro_c_str_literals, r=Amanieu | bors | -4/+38 |
| 2024-01-17 | Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwU | bors | -123/+425 |
| 2024-01-17 | Auto merge of #120036 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-01-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-16 | Auto merge of #119977 - Mark-Simulacrum:defid-cache, r=cjgillot | bors | -3/+82 |
| 2024-01-16 | proc_macro_c_str_literals: Implement Literal::c_string constructor | novafacing | -4/+38 |
| 2024-01-16 | Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk | bors | -210/+379 |
| 2024-01-16 | Auto merge of #120025 - matthiaskrgr:rollup-e9ai06k, r=matthiaskrgr | bors | -217/+216 |
| 2024-01-16 | Rollup merge of #120018 - Zalathar:mir-opt-html, r=Nilstrieb | Matthias Krüger | -5/+6 |
| 2024-01-16 | Rollup merge of #120002 - Nadrieril:dont-collect, r=compiler-errors | Matthias Krüger | -96/+52 |
| 2024-01-16 | Rollup merge of #119998 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-01-16 | Rollup merge of #119990 - reitermarkus:nonzero-type-alias, r=dtolnay | Matthias Krüger | -12/+79 |
| 2024-01-16 | Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=oli-obk | Matthias Krüger | -48/+34 |
| 2024-01-16 | Rollup merge of #119900 - compiler-errors:closure-checking, r=oli-obk | Matthias Krüger | -52/+15 |
| 2024-01-16 | Rollup merge of #119816 - oli-obk:tait_ice_unify_obligations, r=lcnr | Matthias Krüger | -1/+29 |
| 2024-01-16 | Rollup merge of #118361 - Dylan-DPC:80626/stab/bound-map, r=Amanieu | Matthias Krüger | -3/+1 |
| 2024-01-16 | Auto merge of #119954 - scottmcm:option-unwrap-failed, r=WaffleLapkin | bors | -10/+18 |
| 2024-01-16 | Auto merge of #119947 - compiler-errors:old-solver-instantiate-response, r=lcnr | bors | -4/+106 |
| 2024-01-16 | Auto merge of #119672 - cjgillot:dse-sandwich, r=oli-obk | bors | -290/+549 |
| 2024-01-16 | try fast path for wf type ops | Ali MJ Al-Nasrawy | -0/+17 |
| 2024-01-16 | wf-check type annotations before normalization | Ali MJ Al-Nasrawy | -29/+62 |
| 2024-01-16 | borrowck: use implied bounds from impl header | Ali MJ Al-Nasrawy | -57/+89 |
| 2024-01-16 | borrowck: wf-check fn item args | Ali MJ Al-Nasrawy | -49/+269 |
| 2024-01-16 | Don't allow `.html` files in `tests/mir-opt/` | Zalathar | -5/+6 |
| 2024-01-16 | Auto merge of #119439 - cjgillot:gvn-faster, r=oli-obk | bors | -221/+168 |
| 2024-01-15 | Cache local DefId-keyed queries without hashing | Mark Rousskov | -3/+82 |
| 2024-01-15 | Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors | bors | -130/+243 |
| 2024-01-15 | Revert unrelated changes from PR 119990 | David Tolnay | -3/+3 |
| 2024-01-15 | Auto merge of #119988 - lnicola:sync-from-ra, r=lnicola | bors | -1024/+1650 |
| 2024-01-15 | Remove the unused `overlapping_range_endpoints` Vec | Nadrieril | -39/+5 |
| 2024-01-15 | Lint overlapping ranges directly from exhaustiveness | Nadrieril | -59/+49 |
| 2024-01-15 | large_assignments: Lint on specific large args passed to functions | Martin Nordholts | -41/+134 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -170/+221 |
| 2024-01-15 | Implement TypeVisitable and TypeFoldable for Spanned | Martin Nordholts | -0/+25 |
| 2024-01-15 | Update books | rustbot | -0/+0 |
| 2024-01-15 | Auto merge of #119987 - matthiaskrgr:rollup-f7lkx4w, r=matthiaskrgr | bors | -213/+230 |
| 2024-01-15 | Add private `NonZero<T>` type alias. | Markus Reiter | -15/+82 |
| 2024-01-15 | Merge commit '9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' into sync-from-ra | Laurențiu Nicola | -1024/+1650 |
| 2024-01-15 | Auto merge of #119878 - scottmcm:inline-always-unwrap, r=workingjubilee | bors | -1/+27 |
| 2024-01-15 | Rollup merge of #119974 - nnethercote:trimmed_def_paths-improvements, r=compi... | Matthias Krüger | -53/+32 |
| 2024-01-15 | Rollup merge of #119971 - compiler-errors:zip-eq, r=nnethercote | Matthias Krüger | -11/+35 |
| 2024-01-15 | Rollup merge of #119963 - clubby789:spec-allow-internal-unstable, r=compiler-... | Matthias Krüger | -3/+44 |
| 2024-01-15 | Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr | Matthias Krüger | -85/+82 |
| 2024-01-15 | Rollup merge of #119870 - behnam-oneschema:lazylock-blocking-1, r=tgross35,Ch... | Matthias Krüger | -6/+15 |
| 2024-01-15 | Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errors | Matthias Krüger | -55/+22 |
| 2024-01-15 | Auto merge of #119508 - Zalathar:graph, r=compiler-errors | bors | -124/+121 |
| 2024-01-15 | Auto merge of #119581 - Nadrieril:detangle-arena, r=compiler-errors | bors | -42/+19 |