about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-08Do not require stage 2 compiler for rustdocMark Simulacrum-4/+1
2018-06-08compiletest: autoremove duplicate .nll.* files (#51204)Kyle Simpson-8/+51
2018-06-08Rollup merge of #51420 - kennytm:some-network-issues, r=Mark-Simulacrumkennytm-0/+4
2018-06-08Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakiskennytm-72/+156
2018-06-08Rollup merge of #51407 - nrc:update, r=Mark-Simulacrumkennytm-43/+170
2018-06-08Rollup merge of #51399 - ngg:nll-performance, r=nikomatsakiskennytm-7/+9
2018-06-08Rollup merge of #51389 - ollie27:rustdoc_cross_macro_src_stab, r=QuietMisdreavuskennytm-3/+52
2018-06-08Rollup merge of #51380 - Mark-Simulacrum:remove-fmt-macros, r=oli-obkkennytm-2/+0
2018-06-08Rollup merge of #51368 - varkor:panic_implementation-closures, r=eddybkennytm-1/+22
2018-06-08Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance...kennytm-3/+124
2018-06-08Rollup merge of #51186 - pnkfelix:remove-unneccessary-nll-stderr-files, r=oli...kennytm-45/+0
2018-06-08Avoid useless Vec clones in pending_obligations().Nicholas Nethercote-9/+7
2018-06-07Improve docs for slice::from_raw_partsRalf Jung-5/+7
2018-06-08Use public DNS server instead of 169.254.169.254 on CI.kennytm-0/+4
2018-06-07Use `from_inner_byte_pos` for cleaner codeEsteban Küber-3/+4
2018-06-07[fuchsia] Migrate from launchpad to fdio_spawn_etcAdam Barth-110/+51
2018-06-07Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"Pietro Albini-72/+156
2018-06-07Introduce `ProcessResult`.Nicholas Nethercote-95/+107
2018-06-07Inline `process_obligation`.Nicholas Nethercote-0/+4
2018-06-07Inline and remove `process_predicate`.Nicholas Nethercote-242/+235
2018-06-07Simplify `process_obligation`.Nicholas Nethercote-9/+12
2018-06-07Update the cargo submoduleOliver Schneider-0/+0
2018-06-06Use Ord::cmp for auto traits since stable sort not neededHavvy-7/+5
2018-06-07Update RLS and RustfmtNick Cameron-43/+170
2018-06-06Do not account for inner/outer attrEsteban Küber-13/+3
2018-06-06Use consistent span for repr attr suggestionEsteban Küber-28/+41
2018-06-06Auto merge of #50699 - Zoxc:blocking-queries, r=mwbors-49/+617
2018-06-06Add i/u sizeEsteban Küber-2/+2
2018-06-06Change repr documentation linkEsteban Küber-9/+9
2018-06-06Expand (fix) u* and i* `repr` hintsEsteban Küber-1/+3
2018-06-06Add `transparent` as valid `repr` hintEsteban Küber-11/+11
2018-06-06Turn warning into lintEsteban Küber-268/+305
2018-06-06Update the expected error output to reflect changes in this PR.Felix S. Klock II-38/+63
2018-06-06Drive-by: Make assignment conflict tests in borrowck-vec-pattern-nesting.rs r...Felix S. Klock II-0/+5
2018-06-06When NLL has illegal move due to borrowed content, provide feedback about why...Felix S. Klock II-11/+37
2018-06-06It turns out that the diagnostics generated from NLL for these cases are now ...Felix S. Klock II-45/+0
2018-06-06Auto merge of #51263 - cramertj:futures-in-core, r=aturonbors-0/+961
2018-06-06Expand output and suggestions, fix testsEsteban Küber-154/+292
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+961
2018-06-06Warn on `repr` without hintsEsteban Küber-1/+17
2018-06-06Auto merge of #51333 - GuillaumeGomez:reexport-fmt-alignment, r=SimonSapinbors-2/+3
2018-06-06Increase number of usages of `u8` in weird expressions u8 testKonrad Borowski-16/+19
2018-06-06When unable to sinthesize link span, fallback to previous behaviorEsteban Küber-35/+149
2018-06-06Use spans pointing at the inside of a rustdoc attributeEsteban Küber-49/+68
2018-06-06NLL performance boostGergely Nagy-7/+9
2018-06-06fix stderrsdylan_DPC-2/+2
2018-06-06Auto merge of #51201 - estebank:dotdot, r=petrochenkovbors-78/+169
2018-06-06Update CargoJohn Kåre Alsaker-9/+13
2018-06-06Reduce the amount of unsafe code and mark handle_deadlock as unsafeJohn Kåre Alsaker-52/+53
2018-06-06Add commentsJohn Kåre Alsaker-2/+19