| Age | Commit message (Expand) | Author | Lines |
| 2019-11-24 | Add tests for raw_ref_op | Matthew Jasper | -11/+373 |
| 2019-11-24 | Parse and feature gate raw address of expressions | Matthew Jasper | -2/+8 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -139/+308 |
| 2019-11-23 | Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michae... | bors | -0/+200 |
| 2019-11-23 | Auto merge of #66656 - Centril:rollup-fivygwz, r=Centril | bors | -23/+106 |
| 2019-11-23 | Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPC | Mazdak Farrokhzad | -2/+6 |
| 2019-11-23 | Rollup merge of #66576 - pnkfelix:more-robust-gdb-vec-printer, r=alexcrichton | Mazdak Farrokhzad | -1/+11 |
| 2019-11-23 | Rollup merge of #66574 - GuillaumeGomez:update-tidy-err-code-check, r=Mark-Si... | Mazdak Farrokhzad | -19/+49 |
| 2019-11-23 | Rollup merge of #65961 - lcnr:typename_of, r=Dylan-DPC | Mazdak Farrokhzad | -1/+40 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -347/+1321 |
| 2019-11-22 | Auto merge of #66640 - Centril:rollup-862009l, r=Centril | bors | -778/+779 |
| 2019-11-22 | Rollup merge of #66639 - Centril:simplify-fresh-binding, r=petrochenkov | Mazdak Farrokhzad | -15/+7 |
| 2019-11-22 | Rollup merge of #66637 - RalfJung:typo, r=Centril | Mazdak Farrokhzad | -9/+9 |
| 2019-11-22 | Rollup merge of #66633 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPC | Mazdak Farrokhzad | -17/+54 |
| 2019-11-22 | Rollup merge of #66619 - guanqun:use-third-person-singular-verb, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -397/+488 |
| 2019-11-22 | Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov | Mazdak Farrokhzad | -215/+17 |
| 2019-11-22 | Rollup merge of #66566 - robamler:issue-66476, r=rkruppe | Mazdak Farrokhzad | -14/+18 |
| 2019-11-22 | Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov | Mazdak Farrokhzad | -109/+184 |
| 2019-11-22 | resolve: more declarative fresh_binding | Mazdak Farrokhzad | -15/+7 |
| 2019-11-22 | Auto merge of #66558 - Aaron1011:update/miri-unwind, r=RalfJung | bors | -8/+8 |
| 2019-11-22 | small error code explanations improvements | Guillaume Gomez | -3/+3 |
| 2019-11-22 | Improve E0061 long error explanation | Guillaume Gomez | -0/+10 |
| 2019-11-22 | Improve E0057 long error explanation | Guillaume Gomez | -4/+6 |
| 2019-11-22 | Improve E0023 long error explanation | Guillaume Gomez | -1/+8 |
| 2019-11-22 | Improve E0015 long error explanation | Guillaume Gomez | -9/+27 |
| 2019-11-22 | fix reoccuring typo: dereferencable -> dereferenceable | Ralf Jung | -9/+9 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -424/+162 |
| 2019-11-22 | Bump Miri for rustup fixes | Aaron Hill | -13/+8 |
| 2019-11-22 | Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkov | bors | -58/+34 |
| 2019-11-22 | follow the convention in this file to use third-person singular verbs | Guanqun Lu | -2/+2 |
| 2019-11-22 | Auto merge of #66537 - nnethercote:delay-is_local_ever_initialized, r=spastorino | bors | -12/+12 |
| 2019-11-21 | Document pitfall with `impl PartialEq<B> for A` | Robert Bamler | -14/+18 |
| 2019-11-22 | Auto merge of #66524 - ecstatic-morse:compiletest-multiple-revisions, r=Centril | bors | -61/+55 |
| 2019-11-21 | Allow `Downcast` projections in `qualify_min_const_fn` | Dylan MacKenzie | -3/+4 |
| 2019-11-21 | Const-check the discriminant of a `SwitchInt` | Dylan MacKenzie | -3/+5 |
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -308/+1180 |
| 2019-11-22 | Auto merge of #66282 - Centril:simplify-try, r=oli-obk | bors | -12/+431 |
| 2019-11-21 | Add entry for `const_if_match` in unstable book | Dylan MacKenzie | -0/+14 |
| 2019-11-21 | Suggest `const_if_match` on nightly | Dylan MacKenzie | -19/+70 |
| 2019-11-21 | Make `name` work for `MatchSource` | Dylan MacKenzie | -2/+15 |
| 2019-11-21 | Hold a `TyCtxt` in the HIR const-checker | Dylan MacKenzie | -10/+7 |
| 2019-11-21 | Allow `Downcast` projections if `const_if_match` enabled | Dylan MacKenzie | -1/+5 |
| 2019-11-21 | Don't transform short-circuiting logic if `const_if_match` enabled | Dylan MacKenzie | -6/+9 |
| 2019-11-21 | Add feature gate for const `if` and `match` | Dylan MacKenzie | -3/+20 |
| 2019-11-21 | Give name to full regex capture | Dylan MacKenzie | -2/+3 |
| 2019-11-21 | Change some tests to use the shorter comment style | Dylan MacKenzie | -17/+6 |
| 2019-11-21 | Fix broken incremental test | Dylan MacKenzie | -2/+1 |
| 2019-11-21 | Allow multiple cfgs per comment in "revisions:" tests | Dylan MacKenzie | -42/+47 |
| 2019-11-21 | Address review comments | Matthew Jasper | -10/+9 |