about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2018-06-06Make QueryWaiter use safe codeJohn Kåre Alsaker-32/+22
2018-06-06Create thread-poolJohn Kåre Alsaker-24/+25
2018-06-06Add comments and misc changesJohn Kåre Alsaker-27/+92
2018-06-06Use raw pointersJohn Kåre Alsaker-30/+39
2018-06-06Add and use OnDrop::disableJohn Kåre Alsaker-1/+9
2018-06-06Use try_lock in collect_active_jobsJohn Kåre Alsaker-1/+15
2018-06-06Update Rayon versionJohn Kåre Alsaker-5/+5
2018-06-06Make queries block and handle query cyclesJohn Kåre Alsaker-10/+469
2018-06-06Make the size of Option<NonZero*> a documented guarantee.Simon Sapin-2/+2
2018-06-06Auto merge of #51316 - oli-obk:const_err, r=nikomatsakisbors-462/+882
2018-06-06Use scope tree depths to speed up `nearest_common_ancestor`.Nicholas Nethercote-63/+74
2018-06-06Auto merge of #50844 - bjorn3:adhoc_compiller_calls, r=nrcbors-34/+110
2018-06-06append unused variables with _dylan_DPC-3/+3
2018-06-06rustdoc: Fix missing stability and src links for inlined external macrosOliver Middleton-3/+52
2018-06-05Remove fmt_macros dependencyMark Simulacrum-2/+0
2018-06-05Rebase falloutOliver Schneider-3/+12
2018-06-05Add source information the const propagation of placesOliver Schneider-4/+5
2018-06-05Remove another unused error variantOliver Schneider-4/+0
2018-06-05Remove unused IndexOutOfBounds variantOliver Schneider-13/+0
2018-06-05Satisfy the untiring tidyOliver Schneider-2/+2