| Age | Commit message (Expand) | Author | Lines |
| 2020-09-20 | Auto merge of #76411 - RalfJung:promote-in-const-fn, r=ecstatic-morse | bors | -15/+55 |
| 2020-09-20 | Auto merge of #75346 - davidtwco:issue-69925-polymorphic-instancedef-fnptrshi... | bors | -2/+2 |
| 2020-09-20 | Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk | bors | -455/+852 |
| 2020-09-19 | cleanup promotion const_kind checks | Ralf Jung | -15/+55 |
| 2020-09-19 | Rollup merge of #76749 - guswynn:hir_ranges, r=estebank | Ralf Jung | -2/+29 |
| 2020-09-19 | Rollup merge of #76434 - RalfJung:black-box, r=Mark-Simulacrum | Ralf Jung | -18/+13 |
| 2020-09-19 | Rollup merge of #75580 - JulianKnodt:or_pattern, r=wesleywiser | Ralf Jung | -0/+108 |
| 2020-09-18 | Properly inherit conflicts when merging locals | Jonas Schievink | -0/+24 |
| 2020-09-18 | Fix dest-prop mir-opt tests | Jonas Schievink | -81/+25 |
| 2020-09-18 | Add a few dest-prop MIR tests | Jonas Schievink | -0/+362 |
| 2020-09-18 | Bless mir-opt tests | Jonas Schievink | -342/+259 |
| 2020-09-18 | Make nrvo-simple set mir-opt-level=1 | Jonas Schievink | -26/+31 |
| 2020-09-18 | simplify_try: clean up test | Jonas Schievink | -158/+157 |
| 2020-09-18 | simplify_try: print dest_prop diff and bless | Jonas Schievink | -2/+148 |
| 2020-09-18 | Auto merge of #76575 - lcnr:abstract-const, r=oli-obk | bors | -8/+179 |
| 2020-09-18 | support const_evaluatable_checked across crate boundaries | Bastian Kauschke | -0/+73 |
| 2020-09-18 | add test for let-bindings | Bastian Kauschke | -0/+33 |
| 2020-09-18 | add function calls | Bastian Kauschke | -0/+30 |
| 2020-09-18 | allow unary operations and ignore StorageLive/Dead stmts | Bastian Kauschke | -0/+14 |
| 2020-09-18 | use abstract consts when unifying ConstKind::Unevaluated | Bastian Kauschke | -8/+15 |
| 2020-09-18 | initial working state | Bastian Kauschke | -0/+14 |
| 2020-09-18 | Auto merge of #72412 - VFLashM:issue-72408-nested-closures-exponential, r=tma... | bors | -18/+85 |
| 2020-09-18 | Auto merge of #76837 - wesleywiser:disable_consideredequal, r=oli-obk | bors | -15/+31 |
| 2020-09-17 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -11/+15 |
| 2020-09-17 | Only visit types once when walking the type tree | Valerii Lashmanov | -7/+70 |
| 2020-09-17 | Rename 32 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+0 |
| 2020-09-17 | Rename 64 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+210 |
| 2020-09-17 | [mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt | Wesley Wiser | -15/+31 |
| 2020-09-17 | Auto merge of #76028 - aticu:improve_e0118, r=estebank,jyn514,GuillaumeGomez | bors | -9/+31 |
| 2020-09-16 | comments and factor to own method | Gus Wynn | -2/+2 |
| 2020-09-16 | Rollup merge of #76719 - hameerabbasi:min-const-generics-ty, r=lcnr | Tyler Mandry | -5/+59 |
| 2020-09-16 | Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514 | Tyler Mandry | -2/+14 |
| 2020-09-16 | Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu | Tyler Mandry | -6/+6 |
| 2020-09-16 | give better suggestion when matching a const range | Gus Wynn | -2/+29 |
| 2020-09-16 | Add array window fn | kadmin | -6/+6 |
| 2020-09-16 | Rollup merge of #76699 - lcnr:const-infer-err, r=varkor | Dylan DPC | -8/+52 |
| 2020-09-16 | Rollup merge of #76695 - iximeow:trait-generic-bound-suggestion, r=estebank | Dylan DPC | -2/+59 |
| 2020-09-16 | Rollup merge of #76369 - ayushmishra2005:move_various_str_tests_library, r=jy... | Ralf Jung | -20/+0 |
| 2020-09-16 | Rollup merge of #76366 - ayushmishra2005:arith_tests_in_library, r=jyn514 | Ralf Jung | -41/+0 |
| 2020-09-16 | Rollup merge of #76335 - CDirkx:const-duration, r=ecstatic-morse | Ralf Jung | -67/+0 |
| 2020-09-16 | Rollup merge of #76689 - jyn514:update-pulldown, r=GuillaumeGomez | Dylan DPC | -0/+17 |
| 2020-09-16 | Rollup merge of #75886 - erikdesjardins:index, r=nikic | Dylan DPC | -0/+78 |
| 2020-09-16 | Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank | Dylan DPC | -5/+87 |
| 2020-09-15 | improve diagnostics for lifetime after `&mut` | SNCPlay42 | -0/+74 |
| 2020-09-15 | Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco | bors | -3/+101 |
| 2020-09-15 | This commit introduces the following changes: | Hameer Abbasi | -5/+59 |
| 2020-09-14 | Test that bounds checks are elided for indexing after .[r]position() | Erik Desjardins | -0/+78 |
| 2020-09-15 | Auto merge of #76612 - estebank:pat-missing-fields-suggestion, r=davidtwco | bors | -29/+47 |
| 2020-09-14 | Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkor | bors | -39/+277 |
| 2020-09-14 | Detect turbofish with multiple type params missing leading `::` | Esteban Küber | -3/+101 |