| Age | Commit message (Expand) | Author | Lines |
| 2018-12-30 | Improve error recovery for some built-in macros | Vadim Petrochenkov | -25/+4 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -39/+69 |
| 2018-12-29 | add non-copy note to stderr | csmoe | -3/+5 |
| 2018-12-28 | Clarify wording of E0512 | varkor | -13/+13 |
| 2018-12-27 | Auto merge of #56999 - petrochenkov:macrecov2, r=estebank | bors | -37/+86 |
| 2018-12-27 | Set a `def_id` in `ParamEnv` only with `-Z chalk` | scalexm | -1/+1 |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -8/+9 |
| 2018-12-27 | Address review comments and CI failures | Vadim Petrochenkov | -24/+2 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -10/+2 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -26/+104 |
| 2018-12-26 | Various changes to string format diagnostics | Esteban Küber | -1/+3 |
| 2018-12-26 | Added regression test for using generic parameters on modules. | Alexander Regueiro | -3/+3 |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -36/+66 |
| 2018-12-26 | Add union justifications to conflicting borrows. | David Wood | -7/+8 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -12026/+1468 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -124/+127 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -5/+3 |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -124/+127 |
| 2018-12-23 | Rollup merge of #56966 - varkor:raw-pointer-deref-parens, r=zackmdavis | Mazdak Farrokhzad | -2/+6 |
| 2018-12-23 | Rollup merge of #56188 - zackmdavis:if_i_may_suggest, r=davidtwco | Mazdak Farrokhzad | -29/+34 |
| 2018-12-23 | bless ui tests in compare mode | Niv Kaminer | -1/+1 |
| 2018-12-22 | adjust enum type instead of variant suggestions for prelude enums | Zack M. Davis | -14/+8 |
| 2018-12-22 | enum type instead of variant suggestion unification | Zack M. Davis | -25/+36 |
| 2018-12-23 | Rollup merge of #57039 - davidtwco:migrate-warning-wording, r=pnkfelix | kennytm | -27/+24 |
| 2018-12-23 | Rollup merge of #56909 - dlrobertson:fix_56762, r=estebank | kennytm | -0/+22 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -27/+24 |
| 2018-12-19 | FIXME(49821) remove fixme since a tip about let binding is given | Niv Kaminer | -4/+2 |
| 2018-12-18 | Fix string for raw pointer deref suggestion | varkor | -2/+6 |
| 2018-12-18 | Replace "native pointer" in error message with "raw pointer" | varkor | -2/+2 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -39/+6 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -0/+110 |
| 2018-12-17 | static eval: Do not ICE on layout size overflow | Dan Robertson | -0/+22 |
| 2018-12-15 | Corrected expected test err messages. | Alexander Regueiro | -10/+10 |
| 2018-12-15 | Added test for issue #56835. | Alexander Regueiro | -0/+25 |
| 2018-12-15 | Fixed issue #56199. | Alexander Regueiro | -0/+53 |
| 2018-12-14 | use tracking issue instead of original issue | Ariel Ben-Yehuda | -3/+3 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -0/+110 |
| 2018-12-12 | Deduplicate unsatisfied trait bounds | Esteban Küber | -1/+24 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -4/+4 |
| 2018-12-07 | Fixed test stderr files. | Alexander Regueiro | -66/+36 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -42/+72 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -8/+8 |
| 2018-12-04 | Update tests | Oliver Scherer | -14/+47 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -2/+12 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -1/+4 |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -2/+12 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -2/+0 |
| 2018-11-30 | Add trailing newline | Oliver Scherer | -1/+1 |
| 2018-11-30 | Re-add accidentally deleted test | Oliver Scherer | -0/+16 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -27/+215 |