| Age | Commit message (Expand) | Author | Lines |
| 2019-10-27 | Gather together usefulness tests | Nadrieril | -3/+3 |
| 2019-10-27 | Implementation of const caller_location. | Adam Perry | -0/+23 |
| 2019-10-27 | Panicking infra uses &core::panic::Location. | Adam Perry | -2/+3 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+9 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -282/+517 |
| 2019-10-27 | Rollup merge of #65855 - ObsidianMinor:extended_error/E0666, r=varkor | Mazdak Farrokhzad | -2/+4 |
| 2019-10-27 | Rollup merge of #65777 - matthewjasper:allow-impl-trait-expansion, r=davidtwco | Mazdak Farrokhzad | -24/+42 |
| 2019-10-27 | Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l... | Mazdak Farrokhzad | -0/+32 |
| 2019-10-27 | Rollup merge of #65566 - estebank:let-expr-as-ty, r=Centril | Mazdak Farrokhzad | -5/+65 |
| 2019-10-27 | Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m... | bors | -10/+31 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -17/+97 |
| 2019-10-26 | Add detailed explaination for E0666 | Sydney Acksman | -2/+4 |
| 2019-10-26 | Fix rebase | Esteban Küber | -0/+1 |
| 2019-10-26 | review comments and tweaks | Esteban Küber | -10/+27 |
| 2019-10-26 | Remove unnecessary error in test | Esteban Küber | -14/+4 |
| 2019-10-26 | Use heuristics to suggest assignment | Esteban Küber | -0/+52 |
| 2019-10-26 | Only run efiapi test on llvm 9.0+ | roblabla | -0/+2 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+731 |
| 2019-10-26 | Rollup merge of #65743 - eddyb:generator-on-call, r=matthewjasper | Mazdak Farrokhzad | -12/+12 |
| 2019-10-26 | Coherence should allow fundamental types to impl traits | Ohad Ravid | -0/+32 |
| 2019-10-26 | Make inline associated constants a future compatibility warning | varkor | -17/+28 |
| 2019-10-26 | Permit #[track_caller] on inherent methods | varkor | -2/+11 |
| 2019-10-25 | Move handling of `#[track_caller]` to `check_attr` | varkor | -12/+8 |
| 2019-10-25 | Handle `ImplItem` in `check_attr` | varkor | -5/+49 |
| 2019-10-25 | Add test for attribute error checking on trait and foreign items | varkor | -0/+54 |
| 2019-10-25 | Emit warning for ignored #[inline] on foreign function prototypes | varkor | -0/+11 |
| 2019-10-25 | Emit warning for ignored #[inline] on trait method prototypes | varkor | -0/+30 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -50/+46 |
| 2019-10-25 | EFIAPI: Fix symbolname tests | roblabla | -10/+10 |
| 2019-10-25 | Add proper tracking issue for EFIAPI | roblabla | -7/+7 |
| 2019-10-25 | Apply suggestions from code review | matthewjasper | -2/+2 |
| 2019-10-25 | Fix EFIABI test | roblabla | -12/+21 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -72/+163 |
| 2019-10-25 | Update test output. | Felix S. Klock II | -2/+2 |
| 2019-10-25 | Migrate from `#[structural_match]` attribute a lang-item trait. | Felix S. Klock II | -6/+27 |
| 2019-10-25 | Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad | Mazdak Farrokhzad | -0/+241 |
| 2019-10-25 | fix typo in filename. | Felix S. Klock II | -1/+1 |
| 2019-10-25 | fix typo in test. | Felix S. Klock II | -1/+1 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -65/+21 |
| 2019-10-25 | Rollup merge of #65775 - matthewjasper:reempty, r=pnkfelix | Mazdak Farrokhzad | -2/+20 |
| 2019-10-25 | Rollup merge of #65763 - ObsidianMinor:diag/65642, r=varkor | Mazdak Farrokhzad | -10/+12 |
| 2019-10-25 | Rollup merge of #65747 - Centril:union-issue-fix, r=varkor | Mazdak Farrokhzad | -3/+3 |
| 2019-10-25 | Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwco | Mazdak Farrokhzad | -55/+169 |
| 2019-10-25 | Rollup merge of #65666 - XiangQingW:proc_macro, r=petrochenkov | Mazdak Farrokhzad | -0/+16 |
| 2019-10-25 | Rollup merge of #65414 - davidtwco:issue-65157-non-exhaustive-always-useful, ... | Mazdak Farrokhzad | -0/+36 |
| 2019-10-25 | Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthew... | Mazdak Farrokhzad | -2/+5 |
| 2019-10-25 | Rollup merge of #62959 - LukasKalbertodt:array-value-iter, r=scottmcm | Mazdak Farrokhzad | -0/+216 |
| 2019-10-24 | Don't ICE for completely unexpandable `impl Trait` types | Matthew Jasper | -24/+42 |
| 2019-10-24 | Fix more `ReEmpty` ICEs | Matthew Jasper | -2/+20 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+731 |