| Age | Commit message (Expand) | Author | Lines |
| 2019-12-26 | Treat extern statics just like statics in the "const pointer to static" repre... | Oliver Scherer | -2/+0 |
| 2019-12-25 | Fix skipped setting of syntax::GLOBALS | Mark Rousskov | -2/+4 |
| 2019-12-25 | Store callbacks in global statics | Mark Rousskov | -58/+3 |
| 2019-12-25 | rewrite scalar to integer methods | Christian Poveda | -28/+29 |
| 2019-12-25 | Add Scalar::to_(u|i)16 methods | Christian Poveda | -0/+13 |
| 2019-12-25 | Remove `-Znll-dont-emit-read-for-match` | Matthew Jasper | -13/+0 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -2197/+1744 |
| 2019-12-24 | Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-12-23 | Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix | bors | -2/+18 |
| 2019-12-23 | Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=Centril | Mazdak Farrokhzad | -10/+14 |
| 2019-12-23 | Rollup merge of #67536 - Centril:move-is_range_literal, r=Mark-Simulacrum | Mazdak Farrokhzad | -64/+64 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -96/+2 |
| 2019-12-23 | improve robustness of pat walkers | Mazdak Farrokhzad | -2/+11 |
| 2019-12-23 | refactor with extract_binding_mode | Mazdak Farrokhzad | -0/+7 |
| 2019-12-23 | is_range_literal: leave FIXME | Mazdak Farrokhzad | -0/+3 |
| 2019-12-23 | is_range_literal: fix fallout | Mazdak Farrokhzad | -12/+9 |
| 2019-12-23 | Add new folder for destructuring assignment tests | varkor | -0/+1 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -10/+13 |
| 2019-12-23 | Move `{hir::lowering -> hir}::is_range_literal`. | Mazdak Farrokhzad | -62/+62 |
| 2019-12-22 | Format the world | Mark Rousskov | -12883/+11239 |
| 2019-12-23 | Use `is_none` instead of `if let` | Yuki Okushi | -1/+1 |
| 2019-12-22 | Rollup merge of #67299 - christianpoveda:try_immty_from_int, r=RalfJung | Mazdak Farrokhzad | -11/+27 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -57/+120 |
| 2019-12-22 | Add error message if `Scalar::from_(u)int` fails | Christian Poveda | -2/+8 |
| 2019-12-22 | Auto merge of #66931 - cjgillot:hirene-preamble, r=eddyb | bors | -454/+507 |
| 2019-12-21 | Nits. | Camille GILLOT | -4/+5 |
| 2019-12-21 | Tidy. | Camille GILLOT | -21/+39 |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -32/+36 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -17/+17 |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -23/+24 |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -50/+54 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -43/+45 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -44/+45 |
| 2019-12-21 | Use Arena inside hir::ForeignItem. | Camille GILLOT | -39/+42 |
| 2019-12-21 | Handle Attributes in arena. | Camille GILLOT | -33/+32 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -101/+111 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -57/+120 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -73/+83 |
| 2019-12-21 | Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakis | Mazdak Farrokhzad | -11/+52 |
| 2019-12-21 | Change results to options | Christian Poveda | -6/+6 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -79/+63 |
| 2019-12-21 | Auto merge of #66994 - Centril:stmt-polish, r=estebank | bors | -27/+18 |
| 2019-12-20 | Require const stability attributes on intrinsics to be able to use them in co... | Oliver Scherer | -96/+2 |
| 2019-12-20 | introduce 'type AttrVec' | Mazdak Farrokhzad | -27/+18 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -79/+63 |
| 2019-12-20 | Rollup merge of #67428 - Centril:ibp-explicit-match, r=matthewjasper | Mazdak Farrokhzad | -1/+9 |
| 2019-12-20 | Rollup merge of #67392 - csmoe:async-typeinfo, r=estebank | Mazdak Farrokhzad | -0/+10 |
| 2019-12-20 | Use `delay_span_bug` less often | Matthew Jasper | -8/+23 |
| 2019-12-20 | Correctly lower paths to generic associated types | Matthew Jasper | -3/+3 |
| 2019-12-20 | Check associated type implementations for generic mismatches | Matthew Jasper | -0/+26 |