| Age | Commit message (Expand) | Author | Lines |
| 2018-07-26 | Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebank | bors | -2/+23 |
| 2018-07-26 | Tweak the raw_identifiers lints in 2018 | Alex Crichton | -7/+49 |
| 2018-07-26 | Use better spans for cannot-move errors | Matthew Jasper | -28/+210 |
| 2018-07-26 | Use better spans for dummy accesses used in matches | Matthew Jasper | -134/+85 |
| 2018-07-26 | review feedback: no reason to clone just to make a singleton slice. | Felix S. Klock II | -2/+4 |
| 2018-07-26 | rustdoc: rework how default passes are chosen | QuietMisdreavus | -26/+50 |
| 2018-07-26 | Suggest underscore when using dashes in crate namet push fork | Esteban Küber | -3/+75 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -21/+14 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -435/+1354 |
| 2018-07-26 | make memrchr use align_offset | Ralf Jung | -1/+17 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -766/+2044 |
| 2018-07-26 | Rollup merge of #52734 - nagisa:sparcfix, r=oli-obk | Mark Rousskov | -10/+37 |
| 2018-07-26 | Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebank | Mark Rousskov | -4/+48 |
| 2018-07-26 | Rollup merge of #52721 - cramertj:try-poll, r=aturon | Mark Rousskov | -0/+115 |
| 2018-07-26 | Rollup merge of #52718 - fintelia:patch-2, r=cramertj | Mark Rousskov | -2/+4 |
| 2018-07-26 | Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkov | Mark Rousskov | -11/+117 |
| 2018-07-26 | Rollup merge of #52692 - ljedrz:sort_improvements, r=petrochenkov | Mark Rousskov | -17/+9 |
| 2018-07-26 | Rollup merge of #52690 - paoloteti:rclass-dsp, r=alexcrichton | Mark Rousskov | -0/+2 |
| 2018-07-26 | Rollup merge of #52674 - tinaun:patch-2, r=cramertj | Mark Rousskov | -1/+14 |
| 2018-07-26 | Rollup merge of #52667 - japaric:stdsimd-up, r=alexcrichton | Mark Rousskov | -0/+0 |
| 2018-07-26 | Rollup merge of #52654 - alecmocatta:master, r=alexcrichton | Mark Rousskov | -17/+19 |
| 2018-07-26 | Rollup merge of #52649 - estebank:fmt-span, r=oli-obk | Mark Rousskov | -116/+494 |
| 2018-07-26 | Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebank | Mark Rousskov | -0/+32 |
| 2018-07-26 | Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obk | Mark Rousskov | -47/+121 |
| 2018-07-26 | Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakis | Mark Rousskov | -198/+135 |
| 2018-07-26 | Rollup merge of #52610 - MajorBreakfast:task-terminology, r=cramertj | Mark Rousskov | -12/+18 |
| 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 | fix `sparse_matrix_iter` unit test | Niko Matsakis | -1/+1 |
| 2018-07-26 | add type parameters to `BitMatrix` and `SparseBitMatrix` unit tests | Niko Matsakis | -3/+3 |
| 2018-07-26 | convert tests of `BitVector` to use `BitVector<usize>` | Niko Matsakis | -5/+5 |
| 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 | Suggest on method signature diff between impl and trait | csmoe | -0/+11 |
| 2018-07-26 | Incorporate edition flag testing into tests of `-Z borrowck=migrate`. | Felix S. Klock II | -7/+52 |
| 2018-07-26 | compiletest: Add support for ignoring certain tests under `--compare-mode=...` | Felix S. Klock II | -2/+7 |
| 2018-07-26 | integrate the edition code. | Felix S. Klock II | -54/+52 |
| 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 | -1/+62 |
| 2018-07-26 | Test for `-Z borrowck=migrate`. | Felix S. Klock II | -0/+56 |
| 2018-07-26 | Add scary warnings to errors-downgraded-to-warnings in borrowck=migrate. | Felix S. Klock II | -14/+53 |
| 2018-07-26 | Allow elaborate_drops to progress under errors that come up during borrowck=m... | Felix S. Klock II | -1/+14 |
| 2018-07-26 | Add `migrate` to list of values for `-Z borrowck=...` | Felix S. Klock II | -1/+1 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -23/+66 |
| 2018-07-26 | Add flag indicating whether AST `borrowck` query signalled any error. | Felix S. Klock II | -4/+44 |
| 2018-07-26 | Issue #51348: lower `match` so an ident gets a distinct temp *for each* candi... | Felix S. Klock II | -37/+92 |
| 2018-07-26 | Improve the information provided when this assertion fails. | Felix S. Klock II | -3/+10 |
| 2018-07-26 | sparc ABI issue - structure returning from function is returned | Petr Sumbera | -10/+1 |
| 2018-07-26 | move mir_check_* to ui tests, add adjusted references | Niko Matsakis | -3/+71 |
| 2018-07-26 | Refactor is_external_tool into source_type | Tatsuyuki Ishi | -22/+32 |