| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -1535/+106 |
| 2022-01-17 | Auto merge of #92996 - matthiaskrgr:rollup-50wpzva, r=matthiaskrgr | bors | -54/+116 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -44/+85 |
| 2022-01-17 | Rollup merge of #92808 - compiler-errors:wrap-struct-shorthand-field-in-varia... | Matthias Krüger | -10/+31 |
| 2022-01-17 | Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011 | bors | -24/+12 |
| 2022-01-16 | Rollup merge of #92746 - estebank:question-mark-in-type, r=davidtwco | Matthias Krüger | -34/+68 |
| 2022-01-16 | Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis | Matthias Krüger | -0/+73 |
| 2022-01-16 | Rollup merge of #92487 - dtolnay:traitalias, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2022-01-15 | Add nll revision for issue-92096 test that passes | Jack Huey | -7/+9 |
| 2022-01-16 | Auto merge of #92598 - Badel2:panic-update-hook, r=yaahc | bors | -0/+36 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -251/+260 |
| 2022-01-15 | Rollup merge of #92892 - compiler-errors:const-param-env-for-const-block, r=f... | Matthias Krüger | -0/+38 |
| 2022-01-15 | Rollup merge of #92865 - jackh726:gats-outlives-no-static, r=nikomatsakis | Matthias Krüger | -0/+13 |
| 2022-01-14 | Don't use source-map when detecting struct field shorthand | Michael Goulet | -2/+2 |
| 2022-01-14 | Fix `try wrapping expression in variant` suggestion with struct field shorthand | Michael Goulet | -9/+30 |
| 2022-01-15 | Rollup merge of #92875 - BoxyUwU:infer_arg_opt_const_param_of, r=lcnr | Matthias Krüger | -11/+15 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -8/+40 |
| 2022-01-14 | Do not fail evaluation in const blocks | Michael Goulet | -0/+38 |
| 2022-01-14 | Auto merge of #92883 - matthiaskrgr:rollup-uoudywx, r=matthiaskrgr | bors | -17/+69 |
| 2022-01-14 | Rollup merge of #92810 - compiler-errors:deduplicate-box-deref-suggestion, r=... | Matthias Krüger | -15/+27 |
| 2022-01-14 | Rollup merge of #92381 - ThePuzzlemaker:issue-92308, r=estebank | Matthias Krüger | -2/+42 |
| 2022-01-14 | Auto merge of #92781 - lambinoo:I-92755-no-mir-missing-reachable, r=petrochenkov | bors | -0/+27 |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -44/+85 |
| 2022-01-14 | Auto merge of #92844 - matthiaskrgr:rollup-z5wb6yi, r=matthiaskrgr | bors | -57/+3 |
| 2022-01-14 | fix: set struct/union/enum fields/variants as reachable when item is | Lamb | -0/+27 |
| 2022-01-14 | fix bug | Ellen | -11/+15 |
| 2022-01-14 | Parse `Ty?` as `Option<Ty>` and provide structured suggestion | Esteban Kuber | -34/+68 |
| 2022-01-13 | Ignore static lifetimes for GATs outlives lint | Jack Huey | -0/+13 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -28/+101 |
| 2022-01-13 | Rollup merge of #92006 - oli-obk:welcome_opaque_types_into_the_fold, r=nikoma... | Matthias Krüger | -57/+3 |
| 2022-01-12 | Bless tests. | Camille GILLOT | -199/+216 |
| 2022-01-12 | Err about fn traits in a single place. | Camille GILLOT | -30/+30 |
| 2022-01-12 | suggest deref/unboxing before wrapping variant | Michael Goulet | -4/+4 |
| 2022-01-12 | Migrate abi-sysv64 abi-sysv64-register-usage test to asm! | Tomasz Miąsko | -32/+30 |
| 2022-01-12 | Use black_box intrinsic in out-of-stack test | Tomasz Miąsko | -3/+2 |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -1500/+74 |
| 2022-01-12 | Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obk | Matthias Krüger | -0/+26 |
| 2022-01-11 | Deduplicate box deref and regular deref suggestions | Michael Goulet | -18/+30 |
| 2022-01-11 | Auto merge of #90948 - oli-obk:🧹, r=nikomatsakis | bors | -1/+25 |
| 2022-01-11 | Add test | Deadbeef | -0/+26 |
| 2022-01-10 | Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr | bors | -0/+48 |
| 2022-01-10 | expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes | Vadim Petrochenkov | -24/+12 |
| 2022-01-10 | Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol... | Matthias Krüger | -0/+26 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -0/+22 |
| 2022-01-10 | Elaborate param_env predicates when checking if type outlives involving proje... | Jack Huey | -0/+71 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+28 |
| 2022-01-09 | Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot | Matthias Krüger | -0/+33 |
| 2022-01-08 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -22/+14 |
| 2022-01-08 | Change panic::update_hook to simplify usage | Badel2 | -16/+36 |
| 2022-01-07 | Flatten InferredCaptureInformation | Gary Guo | -28/+101 |