| Age | Commit message (Expand) | Author | Lines |
| 2020-09-20 | Auto merge of #76544 - Mark-Simulacrum:less-python, r=alexcrichton | bors | -3/+3 |
| 2020-09-20 | Provide bootstrap tools with RUSTC in environment | Mark Rousskov | -3/+3 |
| 2020-09-20 | Auto merge of #75119 - simonvandel:early-otherwise, r=oli-obk | bors | -0/+1046 |
| 2020-09-20 | emit diff after SimplifyBranches-after-copy-prop | Simon Vandel Sillesen | -168/+480 |
| 2020-09-20 | Rollup merge of #76940 - Aaron1011:fix/trait-on-tait, r=oli-obk | Ralf Jung | -0/+37 |
| 2020-09-20 | add cleanup of cfg | Simon Vandel Sillesen | -104/+103 |
| 2020-09-20 | insert storageDead for not equal temp | Simon Vandel Sillesen | -0/+10 |
| 2020-09-20 | correct comment | Simon Vandel Sillesen | -992/+0 |
| 2020-09-20 | bless | Simon Vandel Sillesen | -349/+265 |
| 2020-09-20 | replace usize with u32 to make it easier to bless | Simon Vandel Sillesen | -18/+15 |
| 2020-09-20 | New MIR optimization pass to reduce branches on match of tuples of enums | Simon Vandel Sillesen | -0/+1804 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -160/+136 |
| 2020-09-20 | Make codegen test bitwidth-independent | Oliver Scherer | -2/+2 |
| 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 | Don't allow implementing trait directly on type-alias-impl-trait | Aaron Hill | -0/+37 |
| 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-19 | Reflect the "do not call this query directly" mentality in its name | Oliver Scherer | -2/+2 |
| 2020-09-19 | Update incremental tests | Oliver Scherer | -1/+1 |
| 2020-09-19 | Update compile-fail tests | Oliver Scherer | -1/+1 |
| 2020-09-19 | Address review comments | Oliver Scherer | -95/+100 |
| 2020-09-19 | Fix rebase fallout and make the test work with debug info | Oliver Scherer | -3/+3 |
| 2020-09-19 | We can make const eval sound, it's just super expensive | Oliver Scherer | -7/+3 |
| 2020-09-19 | Clarify a statement in UB test | Oliver Scherer | -1/+3 |
| 2020-09-19 | Update codegen tests | Oliver Scherer | -3/+3 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -32/+16 |
| 2020-09-19 | Validate constants during `const_eval_raw` | Oliver Scherer | -28/+17 |
| 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 |