| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk | bors | -0/+38 |
| 2018-07-29 | Move a test that depends on the arch bitwidth to compile-fail | Oliver Schneider | -132/+0 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -13/+549 |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -46/+139 |
| 2018-07-29 | fix issues #51351 and #52133 | Mikhail Modin | -46/+139 |
| 2018-07-28 | Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakis | bors | -0/+121 |
| 2018-07-28 | Auto merge of #52802 - kennytm:rollup, r=kennytm | bors | -0/+46 |
| 2018-07-28 | Rollup merge of #52740 - estebank:crate-name, r=petrochenkov | kennytm | -0/+34 |
| 2018-07-28 | Rollup merge of #52702 - csmoe:mut_diff, r=estebank | kennytm | -0/+12 |
| 2018-07-28 | Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakis | bors | -134/+272 |
| 2018-07-27 | Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis | bors | -50/+162 |
| 2018-07-27 | Region inference error messages no longer start with 'free region' | David Wood | -8/+8 |
| 2018-07-27 | Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a... | bors | -0/+33 |
| 2018-07-27 | Improved mechanism for naming regions in non-annotated types. | David Wood | -10/+70 |
| 2018-07-27 | Change label from closure to function where appropriate. | David Wood | -34/+32 |
| 2018-07-27 | Fixed missing whitespace on some elaborated types. | David Wood | -3/+3 |
| 2018-07-27 | Update affected tests. | David Wood | -22/+22 |
| 2018-07-27 | Added fully elaborated type label for inferred arguments. | David Wood | -0/+54 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -28/+155 |
| 2018-07-27 | Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakis | bors | -0/+104 |
| 2018-07-27 | fix tidy | toidiu | -1/+0 |
| 2018-07-26 | fix test and add feature gate test | toidiu | -4/+43 |
| 2018-07-26 | some comment about not infering static lifetimes test | toidiu | -1/+7 |
| 2018-07-26 | feature gate for inferring 'static lifetimes | toidiu | -0/+77 |
| 2018-07-26 | Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebank | bors | -0/+17 |
| 2018-07-26 | Tweak the raw_identifiers lints in 2018 | Alex Crichton | -0/+38 |
| 2018-07-26 | Use better spans for cannot-move errors | Matthew Jasper | -4/+191 |
| 2018-07-26 | Use better spans for dummy accesses used in matches | Matthew Jasper | -130/+81 |
| 2018-07-26 | Suggest underscore when using dashes in crate namet push fork | Esteban Küber | -0/+34 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -116/+622 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -93/+456 |
| 2018-07-26 | Rollup merge of #52721 - cramertj:try-poll, r=aturon | Mark Rousskov | -0/+61 |
| 2018-07-26 | Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkov | Mark Rousskov | -0/+24 |
| 2018-07-26 | Rollup merge of #52649 - estebank:fmt-span, r=oli-obk | Mark Rousskov | -13/+325 |
| 2018-07-26 | Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebank | Mark Rousskov | -0/+8 |
| 2018-07-26 | Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakis | Mark Rousskov | -103/+121 |
| 2018-07-26 | Rollup merge of #52558 - wesleywiser:ice_melting, r=estebank | Mark Rousskov | -0/+83 |
| 2018-07-26 | Regression test for the bug. | Felix S. Klock II | -0/+33 |
| 2018-07-26 | Fix ui test | csmoe | -0/+12 |
| 2018-07-26 | Incorporate edition flag testing into tests of `-Z borrowck=migrate`. | Felix S. Klock II | -7/+52 |
| 2018-07-26 | integrate the edition code. | Felix S. Klock II | -28/+8 |
| 2018-07-26 | Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`. | Felix S. Klock II | -0/+46 |
| 2018-07-26 | Test for `-Z borrowck=migrate`. | Felix S. Klock II | -0/+56 |
| 2018-07-26 | move mir_check_* to ui tests, add adjusted references | Niko Matsakis | -0/+188 |
| 2018-07-26 | fix reference file | Niko Matsakis | -1/+1 |
| 2018-07-25 | std::ops::Try impl for std::task::Poll | Taylor Cramer | -0/+61 |
| 2018-07-25 | Nit: improve comment in hr-fn-aau-eq-abu.rs | Niko Matsakis | -10/+10 |
| 2018-07-25 | improve heuristics for what makes an interesting constraint | Niko Matsakis | -40/+45 |
| 2018-07-25 | 0-length arrays can even be mutably promoted | Oliver Schneider | -0/+17 |
| 2018-07-25 | Hide some lints which are not quite right the way they are reported to the user | Oliver Schneider | -0/+24 |