about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-02macro-inline len() and is_empty() to fix performance regressionsRalf Jung-20/+29
2018-08-02make the code for nth closer to what it used to beRalf Jung-3/+4
2018-08-02test nth betterRalf Jung-11/+37
2018-08-02use wrapping_offset; fix logic error in nthRalf Jung-10/+12
2018-08-02commentsRalf Jung-2/+3
2018-08-02slice iterators: ZST iterators no longer just "make up" addressesRalf Jung-211/+228
2018-08-01Auto merge of #52937 - pietroalbini:rollup, r=pietroalbinibors-1722/+2101
2018-08-01Rollup merge of #52914 - nagisa:sparc-is-sparc’s-own-business, r=alexcrichtonPietro Albini-0/+1
2018-08-01Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-...Pietro Albini-44/+86
2018-08-01Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichtonPietro Albini-1/+1
2018-08-01Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkovPietro Albini-351/+353
2018-08-01Rollup merge of #52888 - estebank:shell-sugg, r=oli-obkPietro Albini-39/+70
2018-08-01Rollup merge of #52883 - estebank:nll-diag-mut, r=oli-obkPietro Albini-21/+53
2018-08-01Rollup merge of #52878 - mikhail-m1:master, r=kennytmPietro Albini-1/+1
2018-08-01Rollup merge of #52876 - cuviper:const-endianness-be, r=kennytmPietro Albini-1/+1
2018-08-01Rollup merge of #52870 - cramertj:unpin-futureobj, r=aturonPietro Albini-0/+3
2018-08-01Rollup merge of #52861 - ColinFinck:master, r=alexcrichtonPietro Albini-16/+585
2018-08-01Rollup merge of #52859 - ljedrz:smallvec_true_extend, r=Mark-SimulacrumPietro Albini-4/+128
2018-08-01Rollup merge of #52853 - RalfJung:bootstrap-help, r=alexcrichtonPietro Albini-3/+10
2018-08-01Rollup merge of #52851 - flip1995:tool_lints, r=oli-obkPietro Albini-29/+172
2018-08-01Rollup merge of #52846 - kennytm:bootstrap-curl-timeout, r=Mark-SimulacrumPietro Albini-1/+4
2018-08-01Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebankPietro Albini-1/+1
2018-08-01Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichtonPietro Albini-1/+1
2018-08-01Rollup merge of #52825 - RalfJung:codegen, r=alexcrichtonPietro Albini-0/+42
2018-08-01Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppePietro Albini-3/+3
2018-08-01Rollup merge of #52822 - MajorBreakfast:fix-from-local-waker, r=cramertjPietro Albini-3/+5
2018-08-01Rollup merge of #52821 - fukatani:gdb-vecdeque-print, r=michaelwoeristerPietro Albini-0/+58
2018-08-01Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelixPietro Albini-2/+17
2018-08-01Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytmPietro Albini-83/+116
2018-08-01Rollup merge of #52771 - matklad:patch-1, r=kennytmPietro Albini-1/+4
2018-08-01Rollup merge of #52745 - commandline:master, r=oli-obkPietro Albini-5/+19
2018-08-01Rollup merge of #52732 - SimonSapin:spring, r=Mark-SimulacrumPietro Albini-850/+1
2018-08-01Rollup merge of #52628 - Mark-Simulacrum:rustdoc-cleanup-1, r=QuietMisdreavusPietro Albini-262/+318
2018-08-01Rollup merge of #52340 - cypher:document-from-trait-in-ffi, r=steveklabnikPietro Albini-0/+48
2018-08-01Auto merge of #52756 - alexcrichton:cap-applicable, r=oli-obkbors-35/+217
2018-07-31Fixup test caseMark Rousskov-2/+2
2018-07-31Add dyn to WriteMark Rousskov-1/+1
2018-07-31Cleanup highlighting codeMark Rousskov-42/+23
2018-07-31Remove global derive_id and reset_ids functionsMark Rousskov-153/+190
2018-07-31Use suggestions for shell format argumentsEsteban Küber-39/+70
2018-07-31address review feedback (`sort_by_key` is so much cleaner here than `sort_by`!).Felix S. Klock II-3/+1
2018-07-31Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrumbors-32/+415
2018-07-31Only run the sparc-abi test on sparcSimonas Kazlauskas-0/+1
2018-07-31Format code for easier editingMark Rousskov-6/+5
2018-07-31Further extract error code switchMark Rousskov-58/+96
2018-07-31Remove dependency on error handling from find_testable_codeMark Rousskov-13/+24
2018-07-31Provide test configuration through structMark Rousskov-28/+21
2018-07-31Provide warnings for invalid code blocks in markdown filesMark Rousskov-7/+5
2018-07-31Pull out nightly checking to edgesMark Rousskov-8/+7
2018-07-31NLL: On "cannot move out of type" error, print original source before rewrite.Felix S. Klock II-44/+86