| Age | Commit message (Expand) | Author | Lines |
| 2024-01-16 | Bless incremental tests. | Camille GILLOT | -570/+533 |
| 2024-01-16 | Get rid of the hir_owner query. | Camille GILLOT | -77/+42 |
| 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 | 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 | 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 |
| 2024-01-15 | Replace `TrimmedDefPaths` with a bool. | Nicholas Nethercote | -35/+17 |
| 2024-01-15 | Refactor `try_print_trimmed_def_path`. | Nicholas Nethercote | -18/+11 |
| 2024-01-15 | Add some helpful comments in `trimmed_def_paths`. | Nicholas Nethercote | -1/+5 |
| 2024-01-14 | Auto merge of #119970 - GuillaumeGomez:rollup-p53c19o, r=GuillaumeGomez | bors | -58/+126 |
| 2024-01-14 | Split out `option::unwrap_failed` like we have `result::unwrap_failed` | Scott McMurray | -10/+18 |
| 2024-01-14 | Use zip_eq to enforce that things being zipped have equal sizes | Michael Goulet | -10/+33 |
| 2024-01-14 | Closure body was being built incorrectly on error... | Michael Goulet | -1/+2 |
| 2024-01-14 | Rollup merge of #119960 - cjgillot:inline-dg, r=WaffleLapkin | Guillaume Gomez | -0/+2 |
| 2024-01-14 | Rollup merge of #119742 - Meziu:armv6k-nintendo-3ds, r=Mark-Simulacrum | Guillaume Gomez | -2/+8 |
| 2024-01-14 | Rollup merge of #119561 - notriddle:master, r=fmease | Guillaume Gomez | -56/+116 |
| 2024-01-14 | Simplify closure_env_ty and closure_env_param | Michael Goulet | -48/+34 |
| 2024-01-14 | Auto merge of #119796 - androm3da:bcain/compiler_builtins_0_1_105, r=Mark-Sim... | bors | -3/+3 |