| Age | Commit message (Expand) | Author | Lines |
| 2018-07-07 | Added UI testcases for #52049 | Pramod Bisht | -0/+44 |
| 2018-07-06 | Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebank | bors | -121/+193 |
| 2018-07-06 | Auto merge of #52018 - flip1995:rfc2103, r=oli-obk | bors | -0/+127 |
| 2018-07-06 | Auto merge of #52010 - toidiu:ak-crossCrateOutlives, r=nikomatsakis | bors | -0/+32 |
| 2018-07-06 | Auto merge of #51894 - mikhail-m1:8636, r=nikomatsakis | bors | -0/+289 |
| 2018-07-06 | Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichton | bors | -5/+5 |
| 2018-07-06 | Auto merge of #52088 - kennytm:rollup, r=kennytm | bors | -16/+16 |
| 2018-07-06 | Rollup merge of #52093 - alexcrichton:update-issue, r=kennytm | kennytm | -1/+1 |
| 2018-07-06 | Rollup merge of #52073 - xfix:patch-7, r=oli-obk | kennytm | -0/+13 |
| 2018-07-05 | rustc: Update tracking issue for wasm_import_module | Alex Crichton | -1/+1 |
| 2018-07-05 | update run-pass test | Jorge Aparicio | -5/+5 |
| 2018-07-06 | Rollup merge of #52016 - oli-obk:dedup_static_errors, r=estebank | kennytm | -15/+2 |
| 2018-07-06 | Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie... | bors | -0/+35 |
| 2018-07-05 | fix for issue #8636 | Mikhail Modin | -0/+289 |
| 2018-07-05 | Add a punch card to weird expressions test | Konrad Borowski | -0/+13 |
| 2018-07-05 | Auto merge of #51967 - varkor:const-body-break-continue, r=estebank | bors | -17/+112 |
| 2018-07-05 | Auto merge of #51938 - zackmdavis:and_the_case_of_the_leaking_desugar, r=este... | bors | -0/+65 |
| 2018-07-05 | Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakis | bors | -19/+146 |
| 2018-07-04 | Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27 | bors | -2/+85 |
| 2018-07-04 | Improving span of unknown lint tool error message | flip1995 | -2/+26 |
| 2018-07-04 | Tests for tool_lints | flip1995 | -0/+103 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -6/+22 |
| 2018-07-04 | write code to extract region names and emit new style message | Niko Matsakis | -121/+193 |
| 2018-07-03 | Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakis | bors | -11/+10 |
| 2018-07-03 | Fix various nll unused mut errors | Matthew Jasper | -19/+146 |
| 2018-07-03 | Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix | bors | -0/+45 |
| 2018-07-03 | test for renaming re-exported macros | QuietMisdreavus | -0/+6 |
| 2018-07-03 | implement fix for cross crate inferrence and fix test | toidiu | -15/+10 |
| 2018-07-03 | Auto merge of #52014 - pietroalbini:rollup, r=pietroalbini | bors | -0/+74 |
| 2018-07-03 | Deduplicate error reports for statics | Oliver Schneider | -15/+2 |
| 2018-07-03 | Rollup merge of #51978 - estebank:issue-48364, r=oli-obk | Pietro Albini | -0/+28 |
| 2018-07-03 | Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkov | Pietro Albini | -0/+46 |
| 2018-07-03 | Auto merge of #51889 - spastorino:make-causal-tracking-lazy, r=nikomatsakis | bors | -49/+14 |
| 2018-07-02 | test to capture that cross crate outlives requirements are not inferred | toidiu | -0/+37 |
| 2018-07-02 | Auto merge of #51944 - MajorBreakfast:generic-future-obj, r=cramertj | bors | -4/+6 |
| 2018-07-02 | Remove early error abort | varkor | -2/+10 |
| 2018-07-02 | Fix ICEs with match/return expressions inside array lengths | varkor | -0/+38 |
| 2018-07-02 | Clean up error messages regarding break/continue inside consts | varkor | -22/+7 |
| 2018-07-02 | Fix another return-const ICE | varkor | -9/+14 |
| 2018-07-02 | Fix an ICE using break and continue as array lengths | varkor | -2/+50 |
| 2018-07-02 | Fix a bug with return in anonymous consts | varkor | -1/+12 |
| 2018-07-02 | Auto merge of #51896 - nikomatsakis:nll-liveness-dirty-list, r=Zoxc | bors | -5/+7 |
| 2018-07-02 | introduce `predicates_defined_on` for traits | Niko Matsakis | -2/+2 |
| 2018-07-02 | prove defaults meet WF requirements, not that they are WF | Niko Matsakis | -4/+20 |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -4/+6 |
| 2018-07-02 | Make custom trait object for `Future` generic | Josef Reinhard Brandl | -4/+4 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -36/+154 |
| 2018-07-01 | Do not suggest changes to str literal if it isn't one | Esteban Küber | -0/+28 |
| 2018-07-01 | Make causal tracking lazy | Santiago Pastorino | -49/+14 |
| 2018-07-01 | Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb | bors | -68/+79 |