| Age | Commit message (Expand) | Author | Lines |
| 2018-06-08 | Do not require stage 2 compiler for rustdoc | Mark Simulacrum | -4/+1 |
| 2018-06-08 | compiletest: autoremove duplicate .nll.* files (#51204) | Kyle Simpson | -8/+51 |
| 2018-06-08 | Rollup merge of #51420 - kennytm:some-network-issues, r=Mark-Simulacrum | kennytm | -0/+4 |
| 2018-06-08 | Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakis | kennytm | -72/+156 |
| 2018-06-08 | Rollup merge of #51407 - nrc:update, r=Mark-Simulacrum | kennytm | -43/+170 |
| 2018-06-08 | Rollup merge of #51399 - ngg:nll-performance, r=nikomatsakis | kennytm | -7/+9 |
| 2018-06-08 | Rollup merge of #51389 - ollie27:rustdoc_cross_macro_src_stab, r=QuietMisdreavus | kennytm | -3/+52 |
| 2018-06-08 | Rollup merge of #51380 - Mark-Simulacrum:remove-fmt-macros, r=oli-obk | kennytm | -2/+0 |
| 2018-06-08 | Rollup merge of #51368 - varkor:panic_implementation-closures, r=eddyb | kennytm | -1/+22 |
| 2018-06-08 | Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance... | kennytm | -3/+124 |
| 2018-06-08 | Rollup merge of #51186 - pnkfelix:remove-unneccessary-nll-stderr-files, r=oli... | kennytm | -45/+0 |
| 2018-06-08 | Avoid useless Vec clones in pending_obligations(). | Nicholas Nethercote | -9/+7 |
| 2018-06-07 | Improve docs for slice::from_raw_parts | Ralf Jung | -5/+7 |
| 2018-06-08 | Use public DNS server instead of 169.254.169.254 on CI. | kennytm | -0/+4 |
| 2018-06-07 | Use `from_inner_byte_pos` for cleaner code | Esteban Küber | -3/+4 |
| 2018-06-07 | [fuchsia] Migrate from launchpad to fdio_spawn_etc | Adam Barth | -110/+51 |
| 2018-06-07 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -72/+156 |
| 2018-06-07 | Introduce `ProcessResult`. | Nicholas Nethercote | -95/+107 |
| 2018-06-07 | Inline `process_obligation`. | Nicholas Nethercote | -0/+4 |
| 2018-06-07 | Inline and remove `process_predicate`. | Nicholas Nethercote | -242/+235 |
| 2018-06-07 | Simplify `process_obligation`. | Nicholas Nethercote | -9/+12 |
| 2018-06-07 | Update the cargo submodule | Oliver Schneider | -0/+0 |
| 2018-06-06 | Use Ord::cmp for auto traits since stable sort not needed | Havvy | -7/+5 |
| 2018-06-07 | Update RLS and Rustfmt | Nick Cameron | -43/+170 |
| 2018-06-06 | Do not account for inner/outer attr | Esteban Küber | -13/+3 |
| 2018-06-06 | Use consistent span for repr attr suggestion | Esteban Küber | -28/+41 |
| 2018-06-06 | Auto merge of #50699 - Zoxc:blocking-queries, r=mw | bors | -49/+617 |
| 2018-06-06 | Add i/u size | Esteban Küber | -2/+2 |
| 2018-06-06 | Change repr documentation link | Esteban Küber | -9/+9 |
| 2018-06-06 | Expand (fix) u* and i* `repr` hints | Esteban Küber | -1/+3 |
| 2018-06-06 | Add `transparent` as valid `repr` hint | Esteban Küber | -11/+11 |
| 2018-06-06 | Turn warning into lint | Esteban Küber | -268/+305 |
| 2018-06-06 | Update the expected error output to reflect changes in this PR. | Felix S. Klock II | -38/+63 |
| 2018-06-06 | Drive-by: Make assignment conflict tests in borrowck-vec-pattern-nesting.rs r... | Felix S. Klock II | -0/+5 |
| 2018-06-06 | When NLL has illegal move due to borrowed content, provide feedback about why... | Felix S. Klock II | -11/+37 |
| 2018-06-06 | It turns out that the diagnostics generated from NLL for these cases are now ... | Felix S. Klock II | -45/+0 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+961 |
| 2018-06-06 | Expand output and suggestions, fix tests | Esteban Küber | -154/+292 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+961 |
| 2018-06-06 | Warn on `repr` without hints | Esteban Küber | -1/+17 |
| 2018-06-06 | Auto merge of #51333 - GuillaumeGomez:reexport-fmt-alignment, r=SimonSapin | bors | -2/+3 |
| 2018-06-06 | Increase number of usages of `u8` in weird expressions u8 test | Konrad Borowski | -16/+19 |
| 2018-06-06 | When unable to sinthesize link span, fallback to previous behavior | Esteban Küber | -35/+149 |
| 2018-06-06 | Use spans pointing at the inside of a rustdoc attribute | Esteban Küber | -49/+68 |
| 2018-06-06 | NLL performance boost | Gergely Nagy | -7/+9 |
| 2018-06-06 | fix stderrs | dylan_DPC | -2/+2 |
| 2018-06-06 | Auto merge of #51201 - estebank:dotdot, r=petrochenkov | bors | -78/+169 |
| 2018-06-06 | Update Cargo | John Kåre Alsaker | -9/+13 |
| 2018-06-06 | Reduce the amount of unsafe code and mark handle_deadlock as unsafe | John Kåre Alsaker | -52/+53 |
| 2018-06-06 | Add comments | John Kåre Alsaker | -2/+19 |