about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-23Fix std::future::from_generator documentationAaron Hill-1/+1
2019-01-23Don't ICE when logging unusual typesAaron Hill-30/+44
2019-01-23Optimize snapshot usage.David Wood-68/+57
2019-01-23Fix race condition when emitting stored diagnosticsJohn Kåre Alsaker-21/+63
2019-01-23Don't export table by default in wasmSergey Pepyakin-3/+0
2019-01-23Add os::fortanix_sgx::ffi moduleJethro Beekman-1/+111
2019-01-23Fix invalid background colorGuillaume Gomez-8/+0
2019-01-23Remove unused feature gatesOliver Scherer-2/+0
2019-01-23Follow naming scheme for "frame" methodsOliver Scherer-7/+7
2019-01-23Suggest removing leading left angle brackets.David Wood-8/+339
2019-01-23make sure to accept all android licensesPietro Albini-1/+1
2019-01-22reposition markdown hyperlink referenceCorey Farwell-2/+2
2019-01-22Rebase and fix new instantiation fnAlex Berghage-1/+1
2019-01-22Move Instant backing type to DurationAlex Berghage-22/+14
2019-01-22Simplify units in Duration/Instant math on WindowsAlex Berghage-42/+87
2019-01-22Don't try to clean predicates involving ReErasedAaron Hill-15/+37
2019-01-22Mention that core::intrinsics::transmute is available at core::mem::transmute.Johnathan Van Why-0/+4
2019-01-22Auto merge of #57835 - pnkfelix:issue-57673-remove-leaky-nested-probe, r=arielb1bors-9/+28
2019-01-22dbg!() without parameters.Clar Fon-0/+6
2019-01-22Move trivial constructors to inherent methodsClar Fon-26/+76
2019-01-22Move nontrivial constructors to inherent methodsClar Fon-25/+60
2019-01-22Don't expose ZipImpl to IteratorClar Fon-5/+5
2019-01-22Move super_nth out of ZipImplClar Fon-7/+9
2019-01-22Don't expose FlattenCompat to IteratorClar Fon-13/+24
2019-01-22Don't expose ChainState to IteratorClar Fon-8/+12
2019-01-22Move Flatten and FlatMap to own moduleClar Fon-313/+321
2019-01-22Move Chain and ChainState to own moduleClar Fon-251/+258
2019-01-22Move TrustedRandomAccess into Zip moduleClar Fon-6/+20
2019-01-22Move Zip and ZipImpl to own moduleClar Fon-258/+266
2019-01-22Move FusedIterator, TrustedLen to own moduleClar Fon-45/+46
2019-01-22Move Sum, Product to own moduleClar Fon-226/+227
2019-01-22Move FromIterator, IntoIterator, Extend into own moduleClar Fon-350/+351
2019-01-22Move ExactSizeIterator to own moduleClar Fon-143/+145
2019-01-22Move DoubleEndedIterator to own moduleClar Fon-298/+300
2019-01-22Move core::iter iterator.rs to traits moduleClar Fon-8/+11
2019-01-22Move core::iter adapters to adapters.rsClar Fon-2769/+2790
2019-01-22add intra-doc link test to proc-macro testQuietMisdreavus-0/+5
2019-01-22don't call get_macro on proc-macro stubsQuietMisdreavus-2/+6
2019-01-22use port 80 for retrieving GPG keyAndy Russell-1/+1
2019-01-22Auto merge of #57805 - matthiaskrgr:rls, r=Xanewokbors-9/+8
2019-01-22Simplify the version checkTom Tromey-4/+3
2019-01-22Fix issue 57762Tom Tromey-1/+5
2019-01-22submodules: update clippy from 1838bfe5 to 280069ddMatthias Krüger-9/+7
2019-01-22submodules: update rls from ae0d89a to c9d25b6Matthias Krüger-0/+1
2019-01-22Remove unused linksJacob Kiesel-2/+0
2019-01-22Add regression testOliver Scherer-3/+11
2019-01-22Span fixupOliver Scherer-7/+9
2019-01-22Bail out on overly generic substitutionsOliver Scherer-21/+38
2019-01-22Get rid of the fake stack frameOliver Scherer-81/+44
2019-01-22Auto merge of #57647 - cuviper:gdb-version, r=tromeybors-1/+1