| Age | Commit message (Expand) | Author | Lines |
| 2022-02-08 | Update compiler/rustc_middle/src/ty/sty.rs | lcnr | -0/+2 |
| 2022-02-08 | Update compiler/rustc_middle/src/ty/sty.rs | lcnr | -1/+1 |
| 2022-02-08 | Fix regression from lazy opaque types | Oli Scherer | -8/+32 |
| 2022-02-08 | update `ty::TyKind` documentation | lcnr | -20/+68 |
| 2022-02-08 | Rollup merge of #92917 - jackh726:issue-91762-2, r=nikomatsakis | Matthias Krüger | -1/+11 |
| 2022-02-08 | Rollup merge of #92715 - chordtoll:empty-string, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-02-08 | Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewja... | Matthias Krüger | -10/+12 |
| 2022-02-08 | debuginfo: Bring back DW_AT_containing_type for vtables -- address review com... | Michael Woerister | -2/+4 |
| 2022-02-08 | rename file to use the correct naming convention | Stefan Lankes | -0/+0 |
| 2022-02-08 | add missing targert for library operating system RustyHermit | Stefan Lankes | -0/+1 |
| 2022-02-08 | add kernel target for RustyHermit | Stefan Lankes | -0/+17 |
| 2022-02-08 | Auto merge of #93762 - matthiaskrgr:rollup-vdjpfmz, r=matthiaskrgr | bors | -76/+105 |
| 2022-02-07 | Pretty print ItemKind::Use in rustfmt style | David Tolnay | -15/+39 |
| 2022-02-08 | Rollup merge of #93728 - JulianKnodt:toterm, r=oli-obk | Matthias Krüger | -69/+74 |
| 2022-02-08 | Rollup merge of #93715 - GuillaumeGomez:horizontal-trim, r=notriddle | Matthias Krüger | -6/+30 |
| 2022-02-08 | Rollup merge of #93672 - lcnr:const-param-defaults-xx, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -75/+142 |
| 2022-02-08 | Remove obsolete no-op #[main] attribute from compiler. | Jeremy Banks | -1/+0 |
| 2022-02-07 | Drop tracking: improve break and continue handling | Eric Holk | -10/+95 |
| 2022-02-07 | Drop tracking: track borrows of projections | Eric Holk | -12/+16 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -831/+1149 |
| 2022-02-08 | 14956 -> 14952 exports | klensy | -2/+2 |
| 2022-02-07 | Add a flag enabling drop range tracking in generators | Tomasz Miąsko | -7/+5 |
| 2022-02-07 | Change inference var check to be in project_type | Jack Huey | -11/+11 |
| 2022-02-07 | Don't match any projection predicates when the obligation has inference types... | Jack Huey | -2/+12 |
| 2022-02-07 | 15221 -> 14956 exports | klensy | -1/+1 |
| 2022-02-07 | Rm ValuePairs::Ty/Const | kadmin | -68/+61 |
| 2022-02-07 | Add test for block doc comments horizontal trim | Guillaume Gomez | -14/+6 |
| 2022-02-07 | Fix horizontal trim for block doc comments | Guillaume Gomez | -6/+38 |
| 2022-02-07 | Print opaque types from type aliases via their path | Oli Scherer | -19/+15 |
| 2022-02-07 | Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_... | Mara Bos | -1/+1 |
| 2022-02-07 | Rollup merge of #93680 - Mark-Simulacrum:drop-json-reader, r=bjorn3 | Mara Bos | -24/+2 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -12/+2 |
| 2022-02-07 | Rollup merge of #93394 - m-ou-se:fix-93378, r=estebank | Mara Bos | -11/+24 |
| 2022-02-07 | Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelid | Mara Bos | -13/+37 |
| 2022-02-07 | Add in ValuePair::Term | kadmin | -10/+22 |
| 2022-02-07 | Auto merge of #93643 - lcnr:fold-substs-perf, r=michaelwoerister | bors | -9/+1 |
| 2022-02-06 | Delete query stats | Mark Rousskov | -122/+0 |
| 2022-02-06 | apply noundef explicitly in all cases instead of relying on dereferenceable i... | Erik Desjardins | -4/+0 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -10/+55 |
| 2022-02-07 | add tests and fix comments | cynecx | -3/+3 |
| 2022-02-06 | Merge duplicate suggestion string | Rob Pilling | -7/+4 |
| 2022-02-06 | Factor out emit_tuple_wrap_err, improve Applicability | Rob Pilling | -29/+39 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -4/+58 |
| 2022-02-06 | Fix tracking issue for `const_fn_trait_bound` | Ruby Lazuli | -1/+1 |
| 2022-02-06 | Rollup merge of #93489 - Amanieu:panic_no_unwind, r=nagisa | Matthias Krüger | -0/+7 |
| 2022-02-06 | Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obk | Matthias Krüger | -18/+18 |
| 2022-02-06 | Rollup merge of #93669 - compiler-errors:const-generic-args, r=lcnr | Matthias Krüger | -1/+4 |
| 2022-02-06 | Rollup merge of #93556 - dtolnay:trailingcomma, r=cjgillot | Matthias Krüger | -48/+125 |
| 2022-02-06 | Rollup merge of #92383 - lancethepants:armv7-unknown-linux-uclibceabi, r=nagisa | Matthias Krüger | -0/+24 |