| Age | Commit message (Expand) | Author | Lines |
| 2022-08-04 | Extract create_and_capture_lifetime_defs function | Santiago Pastorino | -74/+81 |
| 2022-08-04 | Remove NEW_COLLECT_LIFETIMES env var | Santiago Pastorino | -104/+82 |
| 2022-08-04 | Add debug! calls | Santiago Pastorino | -0/+5 |
| 2022-08-04 | Explicitly gather lifetimes and definitions in RPIT | Santiago Pastorino | -42/+207 |
| 2022-08-04 | Unroll while_capturing_lifetimes into lower_opaque_impl_trait | Santiago Pastorino | -5/+15 |
| 2022-08-04 | Add captures flag to capture or not while lowering | Santiago Pastorino | -111/+211 |
| 2022-08-04 | Make lower_generic_bound_predicate receive AST bounds instead of HIR bounds | Santiago Pastorino | -5/+9 |
| 2022-08-04 | Remove old docs on lower_async_fn_ret_ty | Santiago Pastorino | -2/+0 |
| 2022-08-04 | Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkov | bors | -23/+37 |
| 2022-08-04 | Auto merge of #99843 - oli-obk:is_useful_perf, r=compiler-errors | bors | -46/+43 |
| 2022-08-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -102/+496 |
| 2022-08-04 | Auto merge of #100123 - matthiaskrgr:rollup-aylwvyc, r=matthiaskrgr | bors | -94/+208 |
| 2022-08-03 | Auto merge of #100065 - ehuss:update-cargo, r=ehuss | bors | -2/+0 |
| 2022-08-03 | Rollup merge of #100119 - ivmarkov:master, r=joshtriplett | Matthias Krüger | -3/+7 |
| 2022-08-03 | Rollup merge of #100111 - estebank:missing-let, r=compiler-errors | Matthias Krüger | -3/+53 |
| 2022-08-03 | Rollup merge of #100107 - klensy:tr-w, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-08-03 | Rollup merge of #100105 - TaKO8Ki:add-regression-test-for-90871, r=compiler-e... | Matthias Krüger | -0/+28 |
| 2022-08-03 | Rollup merge of #100104 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -42/+34 |
| 2022-08-03 | Rollup merge of #100102 - b-naber:typo-higher-ranked-sub, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-08-03 | Rollup merge of #100083 - notriddle:notriddle/source-files-js, r=GuillaumeGomez | Matthias Krüger | -20/+31 |
| 2022-08-03 | Rollup merge of #100068 - dcsommer:master, r=petrochenkov | Matthias Krüger | -4/+31 |
| 2022-08-03 | Rollup merge of #98877 - topjohnwu:fix-lld, r=jyn514 | Matthias Krüger | -19/+21 |
| 2022-08-03 | Rollup merge of #100029 - hdelc:master, r=cjgillot | Matthias Krüger | -60/+109 |
| 2022-08-03 | Rollup merge of #99795 - compiler-errors:delay-specialization-normalize-error... | Matthias Krüger | -4/+64 |
| 2022-08-03 | Rollup merge of #99786 - obeis:issue-99625, r=compiler-errors | Matthias Krüger | -0/+53 |
| 2022-08-03 | Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726 | Matthias Krüger | -22/+23 |
| 2022-08-03 | Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakis | Matthias Krüger | -1/+146 |
| 2022-08-03 | Rollup merge of #98771 - Thog:rust-lld-apple-target, r=petrochenkov | Matthias Krüger | -15/+101 |
| 2022-08-03 | Update cargo | Eric Huss | -0/+0 |
| 2022-08-03 | Auto merge of #100088 - RalfJung:anyhow, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-08-03 | FilesTimes support does not build for ESP-IDF | Ivan Markov | -3/+7 |
| 2022-08-03 | Provide suggestion on missing `let` in binding statement | Esteban Küber | -3/+53 |
| 2022-08-03 | Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov | bors | -17/+162 |
| 2022-08-03 | Add support for link-flavor rust-lld for iOS, tvOS and watchOS | mary | -15/+101 |
| 2022-08-03 | fix is_disaligned logic for nested packed structs | Ralf Jung | -17/+162 |
| 2022-08-03 | Auto merge of #100023 - saethlin:send-sync-chunksmut, r=m-ou-se | bors | -0/+45 |
| 2022-08-03 | fix trailing whitespace in error message | klensy | -2/+2 |
| 2022-08-03 | Auto merge of #100100 - Dylan-DPC:rollup-llcaaq8, r=Dylan-DPC | bors | -83/+84 |
| 2022-08-03 | add regression test for #90871 | Takayuki Maeda | -0/+28 |
| 2022-08-03 | cosmetic changes | Ali MJ Al-Nasrawy | -5/+11 |
| 2022-08-03 | remove Clean trait implementation for hir::IsAuto | Guillaume Gomez | -9/+0 |
| 2022-08-03 | remove Clean trait implementation for ty::Region | Guillaume Gomez | -33/+34 |
| 2022-08-03 | fix typo | b-naber | -1/+1 |
| 2022-08-03 | Set llvm configs when building lld | topjohnwu | -19/+21 |
| 2022-08-03 | Rollup merge of #100079 - camelid:fix-doc-star-search, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-08-03 | Rollup merge of #99800 - sandydoo:bugfix/wasm-futex, r=m-ou-se | Dylan DPC | -2/+4 |
| 2022-08-03 | Rollup merge of #99738 - notriddle:notriddle/multiple-modules-w-same-name, r=... | Dylan DPC | -7/+53 |
| 2022-08-03 | Rollup merge of #99614 - RalfJung:transmute-is-not-memcpy, r=thomcc | Dylan DPC | -13/+18 |
| 2022-08-03 | Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomcc | Dylan DPC | -60/+8 |
| 2022-08-03 | Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgr | bors | -423/+1103 |