| Age | Commit message (Expand) | Author | Lines |
| 2018-01-12 | Treat #[path] files as mod.rs files | Taylor Cramer | -10/+1 |
| 2018-01-01 | Auto merge of #47098 - estebank:immutable-field, r=nagisa | bors | -39/+42 |
| 2018-01-01 | Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried | bors | -0/+29 |
| 2018-01-01 | Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank | bors | -4/+2 |
| 2017-12-31 | Reword trying to operate in immutable fields | Esteban Küber | -39/+42 |
| 2017-12-30 | in which leading zeroes on tuple-struct accesses are abjured | Zack M. Davis | -0/+36 |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -2/+0 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -2/+2 |
| 2017-12-28 | Add feature gate macro_lifetime_matcher | Matt Peterson | -0/+29 |
| 2017-12-28 | Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebank | bors | -2/+47 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -10/+47 |
| 2017-12-27 | Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkov | bors | -18/+8 |
| 2017-12-26 | Pass correct span when lowering grouped imports | Josh Holmer | -2/+47 |
| 2017-12-26 | Auto merge of #46956 - estebank:incompatible-arm-span-label, r=Zoxc | bors | -20/+5 |
| 2017-12-26 | convert print-type-sizes to use `start` instead of `main` | Niko Matsakis | -10/+47 |
| 2017-12-25 | Auto merge of #46973 - arielb1:tuple-casting, r=estebank | bors | -0/+94 |
| 2017-12-25 | "incompatible arm" diagnostic span tweak | Esteban Küber | -20/+5 |
| 2017-12-25 | Auto merge of #46949 - davidtwco:issue-46631, r=arielb1 | bors | -0/+47 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -2/+4 |
| 2017-12-24 | Handle casts to integer/float variables | Ariel Ben-Yehuda | -0/+25 |
| 2017-12-23 | Update check::cast::pointer_kind logic to new rustc | Ariel Ben-Yehuda | -0/+69 |
| 2017-12-23 | Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakis | bors | -67/+23 |
| 2017-12-23 | Auto merge of #46857 - estebank:use-loop-sp, r=nikomatsakis | bors | -24/+5 |
| 2017-12-22 | Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebank | bors | -2/+2 |
| 2017-12-22 | Updated existing tests. | David Wood | -0/+2 |
| 2017-12-22 | Converted moves-based-on-type-tuple test and added MIR borrowck comparison. | David Wood | -0/+45 |
| 2017-12-22 | Convert warning about `*const _` to a future-compat lint | Michael Hewson | -2/+4 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -20/+60 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -20/+60 |
| 2017-12-21 | Auto merge of #45930 - jplatte:generics_refactoring, r=eddyb | bors | -8/+8 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -8/+8 |
| 2017-12-21 | Rollup merge of #46860 - estebank:candidate-def-sp, r=petrochenkov | Guillaume Gomez | -14/+10 |
| 2017-12-21 | Rollup merge of #46827 - petrochenkov:assocrecov2, r=estebank | Guillaume Gomez | -3/+89 |
| 2017-12-21 | Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis | bors | -6/+262 |
| 2017-12-20 | Fix parsing of paths with fn-like generic arguments | Vadim Petrochenkov | -15/+7 |
| 2017-12-20 | Add tests checking taht "priority" of qpath recovery is higher than unary and... | Vadim Petrochenkov | -3/+97 |
| 2017-12-20 | convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests | Niko Matsakis | -0/+114 |
| 2017-12-20 | when using feature(nll), don't warn about AST-based region errors | Niko Matsakis | -1/+52 |
| 2017-12-20 | Add nll feature and make nll imply nll_dump_cause | Santiago Pastorino | -6/+35 |
| 2017-12-20 | use `report_generic_bound_failure` when we can in the compiler | Niko Matsakis | -58/+102 |
| 2017-12-20 | connect NLL machinery to the `NiceRegionError` code | Niko Matsakis | -62/+76 |
| 2017-12-20 | only dump causes if we have nothing better | Niko Matsakis | -5/+5 |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -9/+35 |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -0/+118 |
| 2017-12-20 | propagate `region_bound_pairs` into MIR type-check | Niko Matsakis | -0/+252 |
| 2017-12-20 | get the `DefiningTy` from the `body_owner_kind` not type | Niko Matsakis | -0/+21 |
| 2017-12-20 | Various tweaks | Esteban Küber | -19/+14 |
| 2017-12-20 | Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1 | kennytm | -56/+24 |
| 2017-12-20 | Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r... | kennytm | -3/+2 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -33/+2392 |