| Age | Commit message (Expand) | Author | Lines |
| 2022-05-22 | Auto merge of #97281 - est31:remove_box, r=compiler-errors | bors | -6/+5 |
| 2022-05-22 | Remove box syntax from rustc_mir_dataflow and rustc_mir_transform | est31 | -6/+5 |
| 2022-05-22 | Do leak check after function ptr coercion | Jack Huey | -56/+105 |
| 2022-05-22 | Auto merge of #97251 - petrochenkov:eqtokens, r=nnethercote | bors | -300/+127 |
| 2022-05-22 | rustc_ast: Support MacArgs::inner_tokens for arbitrary expressions | Vadim Petrochenkov | -16/+3 |
| 2022-05-22 | rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast` | Vadim Petrochenkov | -284/+124 |
| 2022-05-22 | Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakis | bors | -146/+287 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -146/+287 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -41/+98 |
| 2022-05-22 | Rollup merge of #97259 - jyn514:fix-typo, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2022-05-22 | Rollup merge of #97236 - cjgillot:recover-lifetime-res, r=jackh726 | Yuki Okushi | -11/+9 |
| 2022-05-21 | Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakis | bors | -105/+65 |
| 2022-05-21 | Fix typo in Mir phase docs | Joshua Nelson | -1/+1 |
| 2022-05-21 | Rollup merge of #97232 - tshepang:typo, r=Dylan-DPC | Guillaume Gomez | -1/+1 |
| 2022-05-21 | Rollup merge of #97223 - cjgillot:linear-hir-tree, r=jackh726 | Guillaume Gomez | -1/+12 |
| 2022-05-21 | Recover when resolution did not resolve lifetimes. | Camille GILLOT | -11/+9 |
| 2022-05-21 | Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplett | bors | -800/+865 |
| 2022-05-21 | update mir user type printing and apparently fix an ICE | lcnr | -2/+3 |
| 2022-05-21 | correctly deal with user type ascriptions in pat | lcnr | -103/+62 |
| 2022-05-21 | Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis | bors | -42/+69 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -800/+865 |
| 2022-05-20 | Auto merge of #95418 - cjgillot:more-disk, r=davidtwco | bors | -83/+103 |
| 2022-05-20 | typo | Tshepang Lekhonkhobe | -1/+1 |
| 2022-05-20 | Update compiler/rustc_typeck/src/check/generator_interior/drop_ranges/record_... | Niko Matsakis | -2/+4 |
| 2022-05-20 | Auto merge of #97224 - matthiaskrgr:rollup-it5nw68, r=matthiaskrgr | bors | -1/+24 |
| 2022-05-20 | Rollup merge of #97208 - fmease:fix-issue-97205, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+23 |
| 2022-05-20 | Remove quadratic behaviour from -Zunpretty=hir-tree. | Camille GILLOT | -1/+12 |
| 2022-05-20 | Auto merge of #96833 - cjgillot:ast-lifetimes-single, r=petrochenkov | bors | -457/+298 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -6/+7 |
| 2022-05-20 | Auto merge of #97211 - GuillaumeGomez:rollup-jul7x7e, r=GuillaumeGomez | bors | -27/+41 |
| 2022-05-20 | Rollup merge of #97188 - carbotaniuman:remove-null-assert, r=RalfJung | Guillaume Gomez | -8/+1 |
| 2022-05-20 | Rollup merge of #97185 - RalfJung:number-validity, r=oli-obk | Guillaume Gomez | -19/+40 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -433/+266 |
| 2022-05-20 | Introduce BareFnTy::decl_span and fix generics span. | Camille GILLOT | -14/+10 |
| 2022-05-20 | Introduce LifetimeCtxt. | Camille GILLOT | -11/+23 |
| 2022-05-20 | `bool` to custom enum | lcnr | -11/+18 |
| 2022-05-20 | update error message | lcnr | -1/+1 |
| 2022-05-20 | update comments | lcnr | -8/+2 |
| 2022-05-20 | rewrite `ensure_drop_params_and_item_params_correspond` | lcnr | -82/+37 |
| 2022-05-20 | move unique param check into `rustc_middle` | lcnr | -84/+93 |
| 2022-05-20 | Do not warn on inherent doc(hidden) assoc items | León Orell Valerian Liehr | -1/+1 |
| 2022-05-20 | Auto merge of #97029 - eholk:drop-tracking-yielding-in-match-guard, r=nikomat... | bors | -94/+75 |
| 2022-05-19 | Update IfLet syntax | Eric Holk | -1/+1 |
| 2022-05-19 | Remove old match guard pattern tracking code | Eric Holk | -97/+38 |
| 2022-05-19 | Borrow guard patterns for the body of the guard | Eric Holk | -17/+57 |
| 2022-05-19 | Revert "Count copies of locals as borrowed temporaries" | Eric Holk | -7/+1 |
| 2022-05-19 | Count copies of locals as borrowed temporaries | Eric Holk | -1/+7 |
| 2022-05-19 | Remove unneeded asserts | carbotaniuman | -8/+1 |
| 2022-05-19 | fmt | Ralf Jung | -2/+1 |