| Age | Commit message (Expand) | Author | Lines |
| 2018-07-27 | Fix doc comment for 'ptr::copy_to' method | Zakarum | -2/+2 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -82/+382 |
| 2018-07-27 | Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakis | bors | -30/+186 |
| 2018-07-27 | Auto merge of #52724 - alexcrichton:update-compiler-builtins, r=alexcrichton | bors | -0/+0 |
| 2018-07-26 | Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebank | bors | -2/+23 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -435/+1354 |
| 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 | 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 | 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 | fix reference file | Niko Matsakis | -1/+1 |
| 2018-07-25 | Update the compiler-builtins submodule | Alex Crichton | -0/+0 |
| 2018-07-25 | rustc: Register crates under their real names | Alex Crichton | -4/+48 |
| 2018-07-25 | std::ops::Try impl for std::task::Poll | Taylor Cramer | -0/+115 |
| 2018-07-26 | State default capacity for BufReader/BufWriter | Jonathan Behrens | -2/+4 |
| 2018-07-25 | ignore code example in comment | Niko Matsakis | -1/+1 |
| 2018-07-25 | Nit: improve comment in hr-fn-aau-eq-abu.rs | Niko Matsakis | -10/+10 |
| 2018-07-25 | Nit: improve Binders comment in `relate_tys` | Niko Matsakis | -8/+10 |
| 2018-07-25 | Nit: fix Debug impl of `PlaceholderIndex` | Niko Matsakis | -1/+1 |
| 2018-07-25 | [nit] remove outdated comment | Niko Matsakis | -2/+0 |