| Age | Commit message (Expand) | Author | Lines |
| 2019-11-23 | make `./x.py bench` again | Mazdak Farrokhzad | -61/+59 |
| 2019-11-22 | Allow miri allocation interning to work im generic Machines | Wesley Wiser | -1/+1 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -2/+15 |
| 2019-11-22 | remove the 'dereferenceable' attribute from Box | Ralf Jung | -1/+7 |
| 2019-11-22 | Retire impl_stable_hash_for. | Camille GILLOT | -117/+6 |
| 2019-11-22 | Retire impl_stable_hash_for_spanned. | Camille GILLOT | -31/+0 |
| 2019-11-22 | Derives for ast. | Camille GILLOT | -21/+0 |
| 2019-11-22 | Invert implementations for TokenKind. | Camille GILLOT | -49/+9 |
| 2019-11-22 | Export HashStable for DelimSpan, Lit and Path. | Camille GILLOT | -23/+0 |
| 2019-11-22 | Derive HashStable_Generic for Ident. | Camille GILLOT | -5/+0 |
| 2019-11-22 | Derive HashStable_Generic for ExpnData. | Camille GILLOT | -11/+0 |
| 2019-11-22 | Rollup merge of #66637 - RalfJung:typo, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -24/+83 |
| 2019-11-22 | Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov | Mazdak Farrokhzad | -110/+7 |
| 2019-11-22 | Invert flow in impl HashStable of Span. | Camille GILLOT | -11/+10 |
| 2019-11-22 | Add StableHashingContextLike to HashStable_Generic derive. | Camille GILLOT | -0/+4 |
| 2019-11-22 | Add support for tracking origins of uninitialized memory | Tomasz Miąsko | -0/+19 |
| 2019-11-22 | Add support for sanitizer recovery | Tomasz Miąsko | -9/+42 |
| 2019-11-22 | fix reoccuring typo: dereferencable -> dereferenceable | Ralf Jung | -1/+1 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -379/+1 |
| 2019-11-22 | Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkov | bors | -7/+1 |
| 2019-11-22 | Auto merge of #66282 - Centril:simplify-try, r=oli-obk | bors | -9/+9 |
| 2019-11-21 | Make `name` work for `MatchSource` | Dylan MacKenzie | -2/+15 |
| 2019-11-21 | Address review comments | Matthew Jasper | -7/+4 |
| 2019-11-21 | Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril | bors | -335/+344 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -16/+60 |
| 2019-11-21 | Fix rebase | Matthew Jasper | -3/+3 |
| 2019-11-21 | Readjust const qualification to detect statics again | Santiago Pastorino | -1/+19 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -9/+9 |
| 2019-11-21 | Applied suggestions from code review. | Alexander Regueiro | -79/+80 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -307/+315 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -78/+190 |
| 2019-11-21 | Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obk | Mazdak Farrokhzad | -36/+43 |
| 2019-11-21 | Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obk | Mazdak Farrokhzad | -6/+16 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -19/+37 |
| 2019-11-21 | Gate fallback via `#![feature(never_type_fallback)]`. | Mazdak Farrokhzad | -1/+5 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -6/+2 |
| 2019-11-20 | Fix cycle when debug-printing opaque types | Aaron Hill | -38/+65 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -36/+43 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -7/+1 |
| 2019-11-20 | Rollup merge of #66457 - cjgillot:just_hashstable, r=Zoxc | Mazdak Farrokhzad | -285/+53 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -0/+6 |
| 2019-11-20 | Remove pretty printing of specific nodes in AST | Mark Rousskov | -110/+7 |
| 2019-11-20 | Rollup merge of #66532 - cuviper:dwarf-aranges, r=michaelwoerister | Mazdak Farrokhzad | -0/+2 |
| 2019-11-20 | Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkov | bors | -5/+94 |
| 2019-11-19 | Fix derive syntax. | Camille GILLOT | -1/+1 |
| 2019-11-19 | Fix project syntax. | Camille GILLOT | -1/+1 |
| 2019-11-19 | Derive HashStable more. | Camille GILLOT | -29/+6 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -94/+15 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -144/+25 |