| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | review comment | Esteban Küber | -1/+1 |
| 2019-06-26 | Fix ICE involving mut references | Esteban Küber | -1/+1 |
| 2019-06-26 | Handle index out of bound errors during const eval without panic | Esteban Küber | -2/+6 |
| 2019-06-05 | Permit unwinding through FFI by default | Mark Rousskov | -1/+1 |
| 2019-05-20 | Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov | bors | -33/+27 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -28/+22 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -5/+5 |
| 2019-05-19 | [const-prop] Don't const-prop into terminators unless mir-opt-level >= 2 | Wesley Wiser | -10/+19 |
| 2019-05-19 | [const-prop] Remove catch all match and add FIXME | Wesley Wiser | -1/+14 |
| 2019-05-19 | [const-prop] Support propagating into SwitchInt's `discr` Operand | Wesley Wiser | -0/+7 |
| 2019-05-19 | [const-prop] Support propagating into Assert's `cond` Operand | Wesley Wiser | -67/+79 |
| 2019-05-19 | Auto merge of #60937 - RalfJung:miri, r=oli-obk | bors | -1/+3 |
| 2019-05-18 | expand comment in StorageLive | Ralf Jung | -1/+3 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-16 | Rollup merge of #60597 - wesleywiser:const_prop, r=oli-obk | Manish Goregaokar | -9/+62 |
| 2019-05-15 | Run const propagation at O2 | Wesley Wiser | -1/+1 |
| 2019-05-15 | Do some simple constant propagation in the ConstProp pass | Wesley Wiser | -9/+62 |
| 2019-05-13 | Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelix | Mazdak Farrokhzad | -17/+98 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -34/+38 |
| 2019-05-12 | Remove redundant "let mut" in write_graph_label | Yusuke Matsushita | -1/+1 |
| 2019-05-10 | Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obk | bors | -52/+1 |
| 2019-05-10 | Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. | Mazdak Farrokhzad | -52/+1 |
| 2019-05-10 | Fix uninhabitedness of non-exhaustive enums. | David Wood | -1/+5 |
| 2019-05-10 | Fix inhabitedness of non-exhaustive variants. | David Wood | -4/+23 |
| 2019-05-09 | Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1 | Mazdak Farrokhzad | -57/+65 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -2/+1 |
| 2019-05-07 | Auto merge of #60586 - cramertj:await, r=oli-obk | bors | -2/+4 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -2/+4 |
| 2019-05-06 | Clean up `push_const_name` | varkor | -14/+26 |
| 2019-05-06 | Auto merge of #60569 - RalfJung:miri-visitor-generators, r=Centril | bors | -3/+3 |
| 2019-05-05 | Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearth | bors | -40/+26 |
| 2019-05-05 | fix typo in enum variant name | Ralf Jung | -3/+3 |
| 2019-05-05 | Rollup merge of #60530 - eddyb:unfreevars, r=oli-obk | Manish Goregaokar | -40/+26 |
| 2019-05-05 | Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddyb | bors | -0/+8 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -14/+14 |
| 2019-05-05 | rustc: replace uses of with_freevars with the freevars query. | Eduard-Mihai Burtescu | -32/+18 |
| 2019-05-05 | Auto merge of #60541 - RalfJung:miri-visitor-generators, r=oli-obk | bors | -42/+29 |
| 2019-05-05 | Auto merge of #60544 - petrochenkov:parder, r=eddyb | bors | -1/+1 |
| 2019-05-05 | Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkov | bors | -25/+19 |
| 2019-05-04 | Rename `Res::kind_name` to `Res::descr` for consistency | Vadim Petrochenkov | -1/+1 |
| 2019-05-04 | match on type directlty | Ralf Jung | -4/+5 |
| 2019-05-04 | fix Miri visiting generators | Ralf Jung | -42/+28 |
| 2019-05-04 | adding HasParamEnv trait | Saleem Jaffer | -0/+8 |
| 2019-05-04 | Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasper | Mazdak Farrokhzad | -190/+129 |
| 2019-05-04 | Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasper | Mazdak Farrokhzad | -20/+4 |
| 2019-05-04 | Rollup merge of #60486 - spastorino:place-related-refactors, r=oli-obk | Mazdak Farrokhzad | -18/+2 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -122/+159 |
| 2019-05-03 | Address review comments | Tyler Mandry | -22/+6 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -25/+19 |
| 2019-05-03 | Split out debuginfo from type info in MIR GeneratorLayout | Tyler Mandry | -5/+12 |