| Age | Commit message (Expand) | Author | Lines |
| 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/+785 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -110/+353 |
| 2018-07-26 | Rollup merge of #52734 - nagisa:sparcfix, r=oli-obk | Mark Rousskov | -0/+36 |
| 2018-07-26 | Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebank | Mark Rousskov | -0/+45 |
| 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/+258 |
| 2018-07-26 | Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebank | Mark Rousskov | -0/+8 |
| 2018-07-26 | Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obk | Mark Rousskov | -0/+43 |
| 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/+189 |
| 2018-07-26 | Add a test for sparc64 ABI issue | Simonas Kazlauskas | -0/+36 |
| 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 | patch up mir-opt tests | Niko Matsakis | -14/+14 |
| 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 | -3/+71 |
| 2018-07-26 | fix reference file | Niko Matsakis | -1/+1 |
| 2018-07-25 | rustc: Register crates under their real names | Alex Crichton | -0/+45 |
| 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 | Place the ignore comments in the correct file for test issue-18804 | Gabriel Smith | -3/+3 |
| 2018-07-25 | Hide some lints which are not quite right the way they are reported to the user | Oliver Schneider | -0/+24 |
| 2018-07-25 | Fix associated existentials for generic traits | Oliver Schneider | -0/+40 |
| 2018-07-24 | Add span label for format str missing specifier | Esteban Küber | -13/+31 |
| 2018-07-25 | add regression test for #48071 | Niko Matsakis | -0/+38 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -0/+108 |
| 2018-07-25 | consolidate and use `find_sub_region_live_at` for everything | Niko Matsakis | -12/+21 |
| 2018-07-25 | remove unnecessary `blame_span` from `report_region_errors` | Niko Matsakis | -51/+66 |
| 2018-07-25 | Update ui test | csmoe | -2/+2 |
| 2018-07-25 | Fix test | csmoe | -8/+12 |
| 2018-07-24 | Disable regression test for issue #18804 on Emscripten and Asmjs | Gabriel Smith | -0/+3 |
| 2018-07-24 | Add regression test for issue #18804 | Gabriel Smith | -0/+40 |
| 2018-07-24 | Use suggestions for `printf` format | Esteban Küber | -9/+36 |
| 2018-07-24 | Rollup merge of #52645 - oli-obk:existential_in_fn_body, r=dtolnay | Mark Rousskov | -0/+22 |
| 2018-07-24 | Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton | Mark Rousskov | -3/+10 |