| Age | Commit message (Expand) | Author | Lines |
| 2020-01-11 | Make codegen tests wordsize independent | Oliver Scherer | -7/+6 |
| 2020-01-10 | Rebase fallout | Oliver Scherer | -2/+4 |
| 2020-01-10 | Remove an outdated comment | Oliver Scherer | -1/+0 |
| 2020-01-10 | Add regression tests for promotion mir expansion | Oliver Scherer | -0/+59 |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -176/+157 |
| 2020-01-10 | Promoteds also need param envs. | Oliver Scherer | -16/+18 |
| 2020-01-10 | Do not store lint_root | Santiago Pastorino | -9/+13 |
| 2020-01-10 | Add span_bug that notes that shuffle indices must be constant | Santiago Pastorino | -0/+2 |
| 2020-01-10 | Make Place Copy | Santiago Pastorino | -1/+1 |
| 2020-01-10 | Use re_erased instead of re_static | Santiago Pastorino | -3/+3 |
| 2020-01-10 | No need to use local.into here | Santiago Pastorino | -1/+1 |
| 2020-01-10 | Fix print const on librustdoc | Santiago Pastorino | -1/+1 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -657/+457 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -452/+193 |
| 2020-01-10 | Remove unused param_env parameter | Santiago Pastorino | -49/+7 |
| 2020-01-10 | Use if let instead of match with one meaningful arm | Santiago Pastorino | -19/+9 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -115/+53 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -197/+33 |
| 2020-01-10 | Add promoted_operand closure to reuse code across different | Santiago Pastorino | -54/+20 |
| 2020-01-10 | Promote `Argument`s to constants instead of statics | Santiago Pastorino | -17/+19 |
| 2020-01-10 | Promote `Repeat`s to constants instead of statics | Santiago Pastorino | -4/+19 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -223/+447 |
| 2020-01-10 | Revert const_eval call to use const_eval_raw to avoid const validation cycles | Santiago Pastorino | -1/+6 |
| 2020-01-10 | Rollup merge of #68073 - Centril:fix-68062, r=estebank | Mazdak Farrokhzad | -1/+42 |
| 2020-01-10 | Rollup merge of #68071 - estebank:ice-67995, r=Centril | Mazdak Farrokhzad | -91/+280 |
| 2020-01-10 | Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov | Mazdak Farrokhzad | -748/+752 |
| 2020-01-10 | Rollup merge of #67820 - ecstatic-morse:const-trait, r=oli-obk | Mazdak Farrokhzad | -25/+586 |
| 2020-01-10 | Rollup merge of #67501 - oli-obk:test-slice-patterns, r=RalfJung | Mazdak Farrokhzad | -152/+157 |
| 2020-01-10 | Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril | Mazdak Farrokhzad | -21/+255 |
| 2020-01-09 | Add test for `?const` in nested impl/dyn trait | Dylan MacKenzie | -1/+17 |
| 2020-01-09 | Make `bound_context` more like neighboring functions | Dylan MacKenzie | -21/+18 |
| 2020-01-09 | Add test for `?const` and `?` on the same bound | Dylan MacKenzie | -0/+22 |
| 2020-01-09 | Call all visit methods on trait definitions | Dylan MacKenzie | -0/+3 |
| 2020-01-09 | Add tests for RFC 2632 | Dylan MacKenzie | -1/+333 |
| 2020-01-09 | Check for `?const` in invalid contexts during AST validation | Dylan MacKenzie | -0/+74 |
| 2020-01-09 | Reject `const` in inherent impls | Dylan MacKenzie | -3/+12 |
| 2020-01-09 | Error when new syntax is lowered | Dylan MacKenzie | -0/+10 |
| 2020-01-09 | Parse `?const Trait` bound syntax | Dylan MacKenzie | -14/+77 |
| 2020-01-09 | Parse `impl const Trait for Ty` syntax | Dylan MacKenzie | -3/+11 |
| 2020-01-09 | Add a `constness` field to `ast::TraitRef` | Dylan MacKenzie | -5/+20 |
| 2020-01-09 | Add `const_trait_bound_opt_out` feature gate | Dylan MacKenzie | -0/+6 |
| 2020-01-09 | Add `const_trait_impl` feature gate | Dylan MacKenzie | -0/+6 |
| 2020-01-09 | review comments: more tests | Esteban Küber | -85/+195 |
| 2020-01-09 | Extend support of `_` in type parameters | Esteban Küber | -12/+91 |
| 2020-01-09 | expect `fn` after `const unsafe` / `const extern` | Mazdak Farrokhzad | -1/+42 |
| 2020-01-09 | Auto merge of #68067 - JohnTitor:rollup-vsj5won, r=JohnTitor | bors | -408/+3078 |
| 2020-01-10 | Rollup merge of #68054 - tspiteri:null-unchecked-as_mut, r=cramertj | Yuki Okushi | -0/+14 |
| 2020-01-10 | Rollup merge of #68040 - sinkuu:unused, r=petrochenkov | Yuki Okushi | -24/+1 |
| 2020-01-10 | Rollup merge of #68006 - infinity0:master, r=nikomatsakis | Yuki Okushi | -0/+1 |
| 2020-01-10 | Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichton | Yuki Okushi | -6/+13 |