| Age | Commit message (Expand) | Author | Lines |
| 2019-11-23 | Derive HashStable for TokenKind. | Camille GILLOT | -79/+12 |
| 2019-11-23 | Use proc-macro for TokenTree. | Camille GILLOT | -21/+2 |
| 2019-11-23 | Implement HashStable for Span in libsyntax_pos. | Camille GILLOT | -93/+100 |
| 2019-11-23 | Move CachingSourceMapView to libsyntax_pos. | Camille GILLOT | -4/+5 |
| 2019-11-23 | Rename StableHashingContextLike to HashStableContext. | Camille GILLOT | -11/+11 |
| 2019-11-22 | Fix rebase fallout. | Camille GILLOT | -0/+1 |
| 2019-11-22 | Retire impl_stable_hash_for. | Camille GILLOT | -117/+6 |
| 2019-11-22 | Retire impl_stable_hash_for_spanned. | Camille GILLOT | -32/+1 |
| 2019-11-22 | Derives for ast. | Camille GILLOT | -25/+4 |
| 2019-11-22 | Invert implementations for TokenKind. | Camille GILLOT | -52/+55 |
| 2019-11-22 | Export HashStable for DelimSpan, Lit and Path. | Camille GILLOT | -26/+13 |
| 2019-11-22 | Derive HashStable_Generic for Ident. | Camille GILLOT | -7/+2 |
| 2019-11-22 | Derive HashStable_Generic for ExpnData. | Camille GILLOT | -12/+2 |
| 2019-11-22 | Invert flow in impl HashStable of Span. | Camille GILLOT | -13/+22 |
| 2019-11-22 | Add StableHashingContextLike to HashStable_Generic derive. | Camille GILLOT | -0/+20 |
| 2019-11-22 | Revert "Revert expansion of impl HashStable for Frame." | Camille GILLOT | -12/+20 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -424/+162 |
| 2019-11-22 | Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkov | bors | -58/+34 |
| 2019-11-22 | Auto merge of #66537 - nnethercote:delay-is_local_ever_initialized, r=spastorino | bors | -12/+12 |
| 2019-11-22 | Auto merge of #66524 - ecstatic-morse:compiletest-multiple-revisions, r=Centril | bors | -61/+55 |
| 2019-11-22 | Auto merge of #66282 - Centril:simplify-try, r=oli-obk | bors | -12/+431 |
| 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 | Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril | bors | -638/+646 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -12/+431 |
| 2019-11-21 | Applied suggestions from code review. | Alexander Regueiro | -94/+95 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -607/+614 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -3540/+2544 |
| 2019-11-21 | Rollup merge of #66602 - GuillaumeGomez:revert-font, r=GuillaumeGomez | Mazdak Farrokhzad | -22/+9 |
| 2019-11-21 | Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obk | Mazdak Farrokhzad | -59/+74 |
| 2019-11-21 | Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obk | Mazdak Farrokhzad | -39/+41 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -29/+103 |
| 2019-11-21 | never_type: test interaction with auto traits | Mazdak Farrokhzad | -0/+16 |
| 2019-11-21 | Redefine `core::convert::Infallible` as `!`. | Mazdak Farrokhzad | -106/+8 |
| 2019-11-21 | Gate fallback via `#![feature(never_type_fallback)]`. | Mazdak Farrokhzad | -19/+64 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -277/+130 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -52/+26 |
| 2019-11-21 | Revert "Update Source Code Pro and include italics" | Guillaume Gomez | -22/+9 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -59/+74 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -53/+17 |
| 2019-11-20 | Rollup merge of #66573 - pnkfelix:issue-66568-ignore-reproducible-build-2-on-... | Mazdak Farrokhzad | -0/+1 |
| 2019-11-20 | Rollup merge of #66535 - estebank:issue-62480, r=matthewjasper | Mazdak Farrokhzad | -3/+28 |
| 2019-11-20 | Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnison | Mazdak Farrokhzad | -16/+13 |
| 2019-11-20 | Rollup merge of #66496 - petrochenkov:metapriv2, r=eddyb | Mazdak Farrokhzad | -282/+343 |
| 2019-11-20 | Rollup merge of #66457 - cjgillot:just_hashstable, r=Zoxc | Mazdak Farrokhzad | -330/+69 |
| 2019-11-20 | Rollup merge of #66298 - Ppjet6:disable-search-field, r=GuillaumeGomez | Mazdak Farrokhzad | -6/+15 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -37/+120 |
| 2019-11-20 | Auto merge of #66571 - Centril:rollup-41tn2fw, r=Centril | bors | -195/+426 |