| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+2 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -6/+5 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -1/+0 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -2/+4 |
| 2022-05-11 | Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkov | bors | -11/+9 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -4/+5 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -1/+0 |
| 2022-05-09 | Use `FxIndexSet` to avoid sorting fake borrows | Aaron Hill | -11/+9 |
| 2022-05-09 | review | lcnr | -8/+3 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -2/+6 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -46/+68 |
| 2022-05-06 | `mirror_expr` cleanup | lcnr | -21/+16 |
| 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-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -30/+101 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -46/+68 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -2/+2 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -12/+30 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -19/+33 |
| 2022-04-20 | Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry | Dylan DPC | -5/+13 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+1 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -88/+55 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -7/+3 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -4/+6 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -88/+55 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -7/+3 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -36/+46 |
| 2022-04-08 | dont make lit_to_mir_constant a query | b-naber | -53/+56 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -1/+1 |
| 2022-04-06 | get rid of visit_constant in thir visitor | b-naber | -4/+2 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-04-02 | rebase and remove dead code | b-naber | -25/+2 |
| 2022-04-02 | try to evaluate in from_opt_const_arg_anon_const | b-naber | -2/+5 |
| 2022-04-02 | rebase and use ty::Const in patterns again | b-naber | -62/+55 |
| 2022-04-02 | do use ty::Const in patterns and abstract consts | b-naber | -96/+79 |
| 2022-04-02 | change thir to use mir::ConstantKind instead of ty::Const | b-naber | -76/+129 |
| 2022-03-31 | obligation cause: `RepeatVec` -> `RepeatValueCopy` | lcnr | -1/+1 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -8/+8 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -5/+5 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -3/+3 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -9/+9 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -5/+5 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -2/+4 |
| 2022-03-24 | Check if call return type is visibly uninhabited when building MIR | Tomasz Miąsko | -5/+13 |
| 2022-03-23 | dont use a query for lit_to_constant | b-naber | -13/+8 |
| 2022-03-23 | use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_... | b-naber | -9/+8 |
| 2022-03-23 | use ParamConst in ExprKind::ConstParam | b-naber | -11/+7 |