| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -3/+2 |
| 2017-12-21 | Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis | bors | -10/+465 |
| 2017-12-21 | Auto merge of #46083 - petrochenkov:morepriv, r=nikomatsakis | bors | -23/+466 |
| 2017-12-21 | Always report private-in-public in associated types as hard errors | Vadim Petrochenkov | -23/+95 |
| 2017-12-21 | Prohibit access to private statics from other crates through macros 2.0 | Vadim Petrochenkov | -0/+5 |
| 2017-12-21 | Properly check traits in type privacy | Vadim Petrochenkov | -11/+9 |
| 2017-12-21 | Check associated type bindings for privacy and stability | Vadim Petrochenkov | -0/+19 |
| 2017-12-21 | Add tests for associated item privacy | Vadim Petrochenkov | -0/+349 |
| 2017-12-20 | Auto merge of #46862 - nikomatsakis:nll-master, r=arielb1 | bors | -200/+885 |
| 2017-12-20 | convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests | Niko Matsakis | -66/+78 |
| 2017-12-20 | add some run-pass tests for NLL showing that things work as expected | Niko Matsakis | -0/+108 |
| 2017-12-20 | when using feature(nll), don't warn about AST-based region errors | Niko Matsakis | -4/+61 |
| 2017-12-20 | feature nll implies borrowck=mir | Santiago Pastorino | -1/+0 |
| 2017-12-20 | feature nll implies two-phase-borrows | Santiago Pastorino | -1/+3 |
| 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 | -69/+83 |
| 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/+121 |
| 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 | Auto merge of #46583 - scottmcm:fix-static-i128-lower, r=eddyb | bors | -4/+244 |
| 2017-12-20 | Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1 | kennytm | -56/+24 |
| 2017-12-20 | Rollup merge of #46851 - petrochenkov:tospace, r=estebank | kennytm | -9/+9 |
| 2017-12-20 | Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r... | kennytm | -3/+2 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -2/+2 |
| 2017-12-20 | Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavus | kennytm | -0/+23 |
| 2017-12-20 | Rollup merge of #46359 - GuillaumeGomez:remove-dead-linkage, r=QuietMisdreavus | kennytm | -0/+32 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -67/+2436 |
| 2017-12-20 | Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakis | bors | -0/+170 |
| 2017-12-19 | Ignore pretty printing tests for non_modrs_mods | Taylor Cramer | -0/+3 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -10/+462 |
| 2017-12-19 | Point at def span in "missing in impl" error | Esteban Küber | -56/+24 |
| 2017-12-20 | Fix whitespacing issues in pretty-printing of bounds | Vadim Petrochenkov | -9/+9 |
| 2017-12-19 | Fix -Z lower_128bit_ops handling of statics | Scott McMurray | -4/+244 |
| 2017-12-20 | adding lint for single use lifetime names | Niko Matsakis | -0/+170 |
| 2017-12-20 | Fix up an ui test | Seiichi Uchida | -3/+2 |
| 2017-12-19 | Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -9/+182 |
| 2017-12-19 | Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -415/+224 |
| 2017-12-19 | Always print floats with a decimal point with the Debug formatter | Diggory Blake | -2/+2 |
| 2017-12-19 | Add a test for `--sort-modules-by-appearance` | varkor | -0/+23 |
| 2017-12-18 | Rollup merge of #46812 - kennytm:fix-align-offset-sign, r=petrochenkov | Guillaume Gomez | -0/+16 |
| 2017-12-18 | Rollup merge of #46805 - estebank:unnecessary-unsafe-spans, r=arielb1 | Guillaume Gomez | -117/+37 |
| 2017-12-18 | Rollup merge of #46804 - estebank:conflicting-impl-def-span, r=arielb1 | Guillaume Gomez | -213/+98 |
| 2017-12-18 | Rollup merge of #46802 - estebank:redefined-def-span, r=michaelwoerister | Guillaume Gomez | -27/+22 |
| 2017-12-18 | Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1 | Guillaume Gomez | -25/+19 |
| 2017-12-18 | Rollup merge of #46800 - estebank:expected-closure-def-span, r=arielb1 | Guillaume Gomez | -33/+16 |
| 2017-12-18 | Rollup merge of #46786 - GuillaumeGomez:fix-sized-rendering, r=QuietMisdreavus | Guillaume Gomez | -0/+16 |
| 2017-12-18 | Add tests for hidden types | Guillaume Gomez | -0/+32 |