about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-24Rollup merge of #57606 - oli-obk:shrink, r=RalfJungMazdak Farrokhzad-103/+93
2019-01-24Rollup merge of #57380 - bearcage:master, r=alexcrichtonMazdak Farrokhzad-44/+83
2019-01-24Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearthbors-2219/+57
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-2219/+57
2019-01-24Auto merge of #57269 - gnzlbg:simd_bitmask, r=rkruppebors-0/+288
2019-01-24Enable Clang-based tests on x86_64-gnu-debug builder.Michael Woerister-1/+8
2019-01-24Auto merge of #57066 - Zoxc:graph-race, r=michaelwoeristerbors-21/+63
2019-01-24Stabilize no_panic_powJewoo Lee-16/+8
2019-01-23Add a comment on the meaning of Instant t: DurationAlex Berghage-0/+2
2019-01-24Rollup merge of #57844 - euclio:keyserver-port, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-01-24Rollup merge of #57840 - tromey:fix-issue-57762, r=nikicMazdak Farrokhzad-1/+4
2019-01-24Rollup merge of #57836 - oli-obk:existential_crisis, r=estebankMazdak Farrokhzad-2/+66
2019-01-24Rollup merge of #57834 - SimonSapin:type_id, r=CentrilMazdak Farrokhzad-12/+7
2019-01-24Rollup merge of #57817 - davidtwco:issue-54521, r=estebankMazdak Farrokhzad-1/+303
2019-01-24Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavisMazdak Farrokhzad-41/+44
2019-01-24Rollup merge of #57793 - estebank:impl-trait-resolve, r=oli-obkMazdak Farrokhzad-58/+78
2019-01-24Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwcoMazdak Farrokhzad-44/+225
2019-01-24Rollup merge of #57730 - Zoxc:combined-ast-validator, r=cramertjMazdak Farrokhzad-144/+106
2019-01-24Rollup merge of #57179 - Xaeroxe:patch-1, r=QuietMisdreavusMazdak Farrokhzad-6/+2
2019-01-23Add suggestion for incorrect field syntax.David Wood-1/+109
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-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