| Age | Commit message (Expand) | Author | Lines |
| 2018-07-24 | Rollup merge of #52658 - Wallacoloo:topics/use-option-methods, r=cramertj | Mark Rousskov | -51/+30 |
| 2018-07-24 | Rollup merge of #52656 - jD91mZM2:stablize-uds, r=alexcrichton | Mark Rousskov | -1/+41 |
| 2018-07-24 | Rollup merge of #52645 - oli-obk:existential_in_fn_body, r=dtolnay | Mark Rousskov | -0/+28 |
| 2018-07-24 | Rollup merge of #52402 - crepererum:build_hasher_eq, r=sfackler | Mark Rousskov | -0/+10 |
| 2018-07-24 | Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton | Mark Rousskov | -8/+44 |
| 2018-07-24 | Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomez | bors | -55/+132 |
| 2018-07-24 | force the doctest rustc thread to share the name of the test | QuietMisdreavus | -7/+19 |
| 2018-07-24 | Auto merge of #51587 - mark-i-m:at_most_once_rep_2018, r=alexcrichton | bors | -303/+769 |
| 2018-07-24 | Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisa | bors | -587/+378 |
| 2018-07-24 | Auto merge of #52189 - cuviper:static-box-leak, r=bluss | bors | -1/+3 |
| 2018-07-24 | Auto merge of #52646 - ljedrz:single_char_pattern, r=michaelwoerister | bors | -13/+13 |
| 2018-07-24 | Allow declaring existential types inside blocks | Oliver Schneider | -0/+28 |
| 2018-07-23 | libsyntax_ext: Prefer `Option::map` over `match` where applicable | Colin Wallace | -8/+4 |
| 2018-07-23 | librustc: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -23/+16 |
| 2018-07-23 | libcore: Prefer `Option::map` over `match` where applicable | Colin Wallace | -7/+4 |
| 2018-07-23 | libstd: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -13/+6 |
| 2018-07-24 | Stablize Redox Unix Sockets | jD91mZM2 | -1/+41 |
| 2018-07-24 | Auto merge of #52655 - kennytm:rollup, r=kennytm | bors | -99/+95 |
| 2018-07-23 | Allow by default, fix tests | mark | -7/+26 |
| 2018-07-23 | dump lints _after_ parsing macros | mark | -10/+12 |
| 2018-07-23 | make it a migration lint | mark | -6/+54 |
| 2018-07-23 | Fix test and errors | mark | -272/+193 |
| 2018-07-23 | update nightly book | mark | -2/+4 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -465/+862 |
| 2018-07-23 | Extend ParseSess to support buffering lints | mark | -2/+79 |
| 2018-07-24 | Rollup merge of #52642 - ljedrz:expect_fun_call, r=Mark-Simulacrum | kennytm | -8/+8 |
| 2018-07-24 | Rollup merge of #52641 - ljedrz:mir_dataflow_misc, r=cramertj | kennytm | -12/+3 |
| 2018-07-24 | Rollup merge of #52640 - Thomasdezeeuw:fix-localwaker-clone, r=cramertj | kennytm | -4/+5 |
| 2018-07-24 | Rollup merge of #52637 - RalfJung:rc, r=joshtriplett | kennytm | -9/+17 |
| 2018-07-24 | Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichton | kennytm | -0/+1 |
| 2018-07-24 | Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakis | kennytm | -6/+6 |
| 2018-07-24 | Rollup merge of #52621 - ehuss:atty-fix, r=alexcrichton | kennytm | -7/+7 |
| 2018-07-24 | Rollup merge of #52605 - estebank:str-plus-eq, r=oli-obk | kennytm | -42/+38 |
| 2018-07-24 | Rollup merge of #52548 - tko:cursor-doc, r=sfackler | kennytm | -8/+9 |
| 2018-07-24 | Rollup merge of #52538 - ljedrz:old_musl_i586_flags, r=kennytm | kennytm | -3/+1 |
| 2018-07-24 | Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkov | bors | -43/+156 |
| 2018-07-23 | Auto merge of #52175 - fpoli:testsuite-callsite-span, r=petrochenkov | bors | -49/+137 |
| 2018-07-23 | Auto merge of #50494 - F001:as_cell, r=alexcrichton | bors | -43/+111 |
| 2018-07-23 | Auto merge of #52566 - pnkfelix:buffer-nll-errors-for-z-borrowck-migrate, r=n... | bors | -81/+161 |
| 2018-07-23 | Auto merge of #52639 - oli-obk:clippyup, r=kennytm | bors | -5/+5 |
| 2018-07-23 | Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo... | bors | -1/+95 |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -13/+13 |
| 2018-07-23 | use inherent method instead | F001 | -15/+22 |
| 2018-07-23 | Replace a few expect+format combos with unwrap_or_else+panic | ljedrz | -8/+8 |
| 2018-07-23 | Match errors using the callsite of macro expansions | Federico Poli | -49/+137 |
| 2018-07-23 | Thread the `errors_buffer` down through the NLL region_infer code. | Felix S. Klock II | -5/+7 |
| 2018-07-23 | Separate the construction of a generic bound failure from its emission. | Felix S. Klock II | -4/+20 |
| 2018-07-23 | thread the `errors_buffer` down into `nll::type_check`. | Felix S. Klock II | -15/+34 |
| 2018-07-23 | Buffer errors in MIR borrow check | Santiago Pastorino | -43/+87 |
| 2018-07-23 | Simplify 2 functions in rustc_mir/dataflow | ljedrz | -12/+3 |