| Age | Commit message (Expand) | Author | Lines |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+2 |
| 2022-05-08 | Remove subst_spanned | Jack Huey | -38/+10 |
| 2022-05-08 | Use sparse representation of switch sources | Tomasz Miąsko | -9/+7 |
| 2022-05-08 | Avoid constructing switch sources unless necessary | Tomasz Miąsko | -0/+2 |
| 2022-05-08 | Fixed typo in docs and correct doc links | Fridtjof Stoldt | -3/+3 |
| 2022-05-08 | Move lint expectation checking into a separate query (RFC 2383) | xFrednet | -1/+25 |
| 2022-05-07 | Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obk | Guillaume Gomez | -2/+8 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -138/+152 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -6/+1 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -0/+4 |
| 2022-05-06 | remove all usages of hir().def_kind | Miguel Guarniz | -6/+1 |
| 2022-05-06 | don't debug-print ConstValue in MIR pretty-printer | Ralf Jung | -2/+8 |
| 2022-05-05 | Allow unused rules in some places in the compiler, library and tools | est31 | -0/+3 |
| 2022-05-05 | Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister | bors | -0/+6 |
| 2022-05-05 | Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-03 | Update `ProjectionElem::Downcast` documentation | Tomasz Miąsko | -4/+2 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+6 |
| 2022-05-03 | Hide InlineConst's generic arg during print | Gary Guo | -0/+4 |
| 2022-05-03 | Rollup merge of #96599 - tmiasko:discriminant-docs, r=estebank | Yuki Okushi | -5/+1 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -138/+152 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -23/+39 |
| 2022-05-01 | Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk | bors | -2/+15 |
| 2022-05-01 | re-name stuff | ouz-a | -7/+9 |
| 2022-05-01 | Update `RValue::Discriminant` documentation | Tomasz Miąsko | -5/+1 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -0/+13 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -283/+110 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -24/+15 |
| 2022-04-30 | Auto merge of #96500 - SparrowLii:rpo, r=tmiasko | bors | -4/+94 |
| 2022-04-30 | Eliminate duplication of RPO calculation for mir | SparrowLii | -4/+94 |
| 2022-04-29 | remove and bless | ouz-a | -4/+0 |
| 2022-04-29 | exp-stuff-dirty | ouz-a | -0/+15 |
| 2022-04-28 | Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk | bors | -4/+129 |
| 2022-04-27 | combine all unsized types and add another recursive call to process nested un... | b-naber | -1/+1 |
| 2022-04-26 | TAITs are suggestable | Michael Goulet | -14/+24 |
| 2022-04-26 | Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, ... | bors | -49/+19 |
| 2022-04-26 | Revert "add `DefId` to unsafety violations and display function path in E0133" | Oli Scherer | -49/+19 |
| 2022-04-26 | Rollup merge of #96400 - JakobDegen:shallow-init-docs, r=Dylan-DPC | Guillaume Gomez | -2/+0 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -0/+20 |
| 2022-04-26 | add hacky closure to struct_tail_with_normalize in order to allow us to walk ... | b-naber | -4/+12 |
| 2022-04-26 | Auto merge of #96414 - Dylan-DPC:rollup-t4ofhoa, r=Dylan-DPC | bors | -3/+0 |
| 2022-04-26 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -3/+0 |
| 2022-04-25 | Auto merge of #96294 - Emilgardis:def_id-in-unsafetyviolationdetails, r=oli-obk | bors | -19/+49 |
| 2022-04-25 | Auto merge of #96116 - ouz-a:mir-opt, r=oli-obk | bors | -0/+20 |
| 2022-04-25 | Correct documentation for `ShallowInitBox` | Jakob Degen | -2/+0 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -3/+20 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -11/+32 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -19/+28 |
| 2022-04-23 | Auto merge of #93970 - cjgillot:novis, r=petrochenkov | bors | -25/+7 |
| 2022-04-23 | Hash visibilities in crate_hash. | Camille GILLOT | -0/+4 |