| Age | Commit message (Expand) | Author | Lines |
| 2020-09-09 | Remove def_id field from ParamEnv | Bram van den Heuvel | -1/+2 |
| 2020-09-08 | Auto merge of #76308 - wesleywiser:enable_simplifyarmidentity_mir_opt, r=oli-obk | bors | -5/+1 |
| 2020-09-08 | Auto merge of #75585 - RalfJung:demotion, r=oli-obk | bors | -16/+2 |
| 2020-09-07 | Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk | bors | -18/+17 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -0/+116 |
| 2020-09-06 | Improved the MIR spanview output | Rich Kadel | -1/+1 |
| 2020-09-06 | do not premote non-ZST mutable references ever | Ralf Jung | -16/+2 |
| 2020-09-06 | Generalize to Eq(true, _place) and Eq(_place, true) | Simon Vandel Sillesen | -15/+30 |
| 2020-09-06 | Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int... | Simon Vandel Sillesen | -2/+38 |
| 2020-09-05 | Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morse | Dylan DPC | -5/+17 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -38/+38 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -28/+272 |
| 2020-09-03 | Enable the SimplifyArmIdentity MIR optimization at mir-opt-level=1 | Wesley Wiser | -5/+1 |
| 2020-09-04 | NRVO: Allow occurrences of the return place in var debug info | Tomasz Miąsko | -4/+5 |
| 2020-09-04 | inliner: Check for no_sanitize attribute compatibility | Tomasz Miąsko | -3/+6 |
| 2020-09-04 | inliner: Check for target features compatibility | Tomasz Miąsko | -2/+11 |
| 2020-09-03 | inliner: Emit storage markers for introduced arg temporaries | Tomasz Miąsko | -8/+28 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -28/+272 |
| 2020-09-02 | inliner: Avoid query cycles when optimizing generators | Tomasz Miąsko | -2/+8 |
| 2020-08-30 | Update dataflow analyses to use new interface | Dylan MacKenzie | -18/+17 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+13372 |