| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | macro-inline len() and is_empty() to fix performance regressions | Ralf Jung | -20/+29 |
| 2018-08-02 | make the code for nth closer to what it used to be | Ralf Jung | -3/+4 |
| 2018-08-02 | test nth better | Ralf Jung | -11/+37 |
| 2018-08-02 | use wrapping_offset; fix logic error in nth | Ralf Jung | -10/+12 |
| 2018-08-02 | comments | Ralf Jung | -2/+3 |
| 2018-08-02 | slice iterators: ZST iterators no longer just "make up" addresses | Ralf Jung | -211/+228 |
| 2018-08-01 | Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini | bors | -1722/+2101 |
| 2018-08-01 | Rollup merge of #52914 - nagisa:sparc-is-sparc’s-own-business, r=alexcrichton | Pietro Albini | -0/+1 |
| 2018-08-01 | Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-... | Pietro Albini | -44/+86 |
| 2018-08-01 | Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkov | Pietro Albini | -351/+353 |
| 2018-08-01 | Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk | Pietro Albini | -39/+70 |
| 2018-08-01 | Rollup merge of #52883 - estebank:nll-diag-mut, r=oli-obk | Pietro Albini | -21/+53 |
| 2018-08-01 | Rollup merge of #52878 - mikhail-m1:master, r=kennytm | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52876 - cuviper:const-endianness-be, r=kennytm | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52870 - cramertj:unpin-futureobj, r=aturon | Pietro Albini | -0/+3 |
| 2018-08-01 | Rollup merge of #52861 - ColinFinck:master, r=alexcrichton | Pietro Albini | -16/+585 |
| 2018-08-01 | Rollup merge of #52859 - ljedrz:smallvec_true_extend, r=Mark-Simulacrum | Pietro Albini | -4/+128 |
| 2018-08-01 | Rollup merge of #52853 - RalfJung:bootstrap-help, r=alexcrichton | Pietro Albini | -3/+10 |
| 2018-08-01 | Rollup merge of #52851 - flip1995:tool_lints, r=oli-obk | Pietro Albini | -29/+172 |
| 2018-08-01 | Rollup merge of #52846 - kennytm:bootstrap-curl-timeout, r=Mark-Simulacrum | Pietro Albini | -1/+4 |
| 2018-08-01 | Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebank | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52825 - RalfJung:codegen, r=alexcrichton | Pietro Albini | -0/+42 |
| 2018-08-01 | Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppe | Pietro Albini | -3/+3 |
| 2018-08-01 | Rollup merge of #52822 - MajorBreakfast:fix-from-local-waker, r=cramertj | Pietro Albini | -3/+5 |
| 2018-08-01 | Rollup merge of #52821 - fukatani:gdb-vecdeque-print, r=michaelwoerister | Pietro Albini | -0/+58 |
| 2018-08-01 | Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelix | Pietro Albini | -2/+17 |
| 2018-08-01 | Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytm | Pietro Albini | -83/+116 |
| 2018-08-01 | Rollup merge of #52771 - matklad:patch-1, r=kennytm | Pietro Albini | -1/+4 |
| 2018-08-01 | Rollup merge of #52745 - commandline:master, r=oli-obk | Pietro Albini | -5/+19 |
| 2018-08-01 | Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum | Pietro Albini | -850/+1 |
| 2018-08-01 | Rollup merge of #52628 - Mark-Simulacrum:rustdoc-cleanup-1, r=QuietMisdreavus | Pietro Albini | -262/+318 |
| 2018-08-01 | Rollup merge of #52340 - cypher:document-from-trait-in-ffi, r=steveklabnik | Pietro Albini | -0/+48 |
| 2018-08-01 | Auto merge of #52756 - alexcrichton:cap-applicable, r=oli-obk | bors | -35/+217 |
| 2018-07-31 | Fixup test case | Mark Rousskov | -2/+2 |
| 2018-07-31 | Add dyn to Write | Mark Rousskov | -1/+1 |
| 2018-07-31 | Cleanup highlighting code | Mark Rousskov | -42/+23 |
| 2018-07-31 | Remove global derive_id and reset_ids functions | Mark Rousskov | -153/+190 |
| 2018-07-31 | Use suggestions for shell format arguments | Esteban Küber | -39/+70 |
| 2018-07-31 | address review feedback (`sort_by_key` is so much cleaner here than `sort_by`!). | Felix S. Klock II | -3/+1 |
| 2018-07-31 | Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrum | bors | -32/+415 |
| 2018-07-31 | Only run the sparc-abi test on sparc | Simonas Kazlauskas | -0/+1 |
| 2018-07-31 | Format code for easier editing | Mark Rousskov | -6/+5 |
| 2018-07-31 | Further extract error code switch | Mark Rousskov | -58/+96 |
| 2018-07-31 | Remove dependency on error handling from find_testable_code | Mark Rousskov | -13/+24 |
| 2018-07-31 | Provide test configuration through struct | Mark Rousskov | -28/+21 |
| 2018-07-31 | Provide warnings for invalid code blocks in markdown files | Mark Rousskov | -7/+5 |
| 2018-07-31 | Pull out nightly checking to edges | Mark Rousskov | -8/+7 |
| 2018-07-31 | NLL: On "cannot move out of type" error, print original source before rewrite. | Felix S. Klock II | -44/+86 |