| Age | Commit message (Expand) | Author | Lines |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -3/+79 |
| 2018-10-18 | Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis | bors | -1/+26 |
| 2018-10-18 | Improve check to consider how value is used. | David Wood | -40/+15 |
| 2018-10-18 | Add by-value captured variable note on second use. | David Wood | -47/+140 |
| 2018-10-18 | Extend closure special-casing for generators. | David Wood | -155/+228 |
| 2018-10-18 | Auto merge of #54580 - sdroege:rchunks, r=SimonSapin | bors | -35/+1058 |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -29/+142 |
| 2018-10-18 | Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut() | Sebastian Dröge | -35/+1058 |
| 2018-10-18 | Rollup merge of #55111 - Havvy:rustc-book-cfg-examples, r=GuillaumeGomez | kennytm | -0/+5 |
| 2018-10-18 | Rollup merge of #55161 - akxcv:rustdoc/disable-spellcheck, r=QuietMisdreavus,... | kennytm | -0/+1 |
| 2018-10-18 | Rollup merge of #55151 - ljedrz:cleanup_nll, r=estebank | kennytm | -54/+51 |
| 2018-10-18 | Rollup merge of #55142 - RalfJung:miri-uninhabited-enum, r=oli-obk | kennytm | -3/+0 |
| 2018-10-18 | Rollup merge of #55128 - varkor:LLVMRustInlineAsmVerify-return-bool, r=rkruppe | kennytm | -3/+3 |
| 2018-10-18 | Rollup merge of #55127 - ljedrz:simplify_hybridbitset, r=matthewjasper | kennytm | -36/+14 |
| 2018-10-18 | Rollup merge of #55122 - ljedrz:cleanup_mir_borrowck, r=Mark-Simulacrum | kennytm | -252/+228 |
| 2018-10-18 | Rollup merge of #55104 - estebank:addtest, r=alexcrichton | kennytm | -0/+16 |
| 2018-10-18 | Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakis | kennytm | -4/+30 |
| 2018-10-18 | Rollup merge of #55090 - pnkfelix:issue-54597-regression-test, r=estebank | kennytm | -0/+34 |
| 2018-10-18 | Rollup merge of #55080 - thanatos:fix-localstorage-crash, r=GuillaumeGomez | kennytm | -2/+20 |
| 2018-10-18 | Rollup merge of #55077 - ollie27:rustdoc_dyn_trait, r=QuietMisdreavus | kennytm | -4/+7 |
| 2018-10-18 | Rollup merge of #55050 - tshepang:repetition, r=steveklabnik | kennytm | -2/+1 |
| 2018-10-18 | Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrum | kennytm | -8/+14 |
| 2018-10-18 | Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJung | kennytm | -19/+36 |
| 2018-10-18 | Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakis | kennytm | -62/+183 |
| 2018-10-18 | Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor | kennytm | -88/+83 |
| 2018-10-18 | Rollup merge of #54646 - vn971:fix_std_thread_sleep, r=frewsxcv | kennytm | -10/+14 |
| 2018-10-17 | Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelix | bors | -2966/+928 |
| 2018-10-17 | [librustdoc] Disable spellcheck for search field | Alexander Komarov | -0/+1 |
| 2018-10-17 | nll: improve common patterns | ljedrz | -35/+32 |
| 2018-10-17 | nll: improve format operations | ljedrz | -9/+9 |
| 2018-10-17 | nll: improve allocations | ljedrz | -10/+10 |
| 2018-10-17 | mir/borrowck: remove a redundant clone | ljedrz | -3/+1 |
| 2018-10-17 | mir/borrowck: remove redundant returns | ljedrz | -6/+6 |
| 2018-10-17 | mir/borrowck: deduplicate assignments and returns | ljedrz | -6/+2 |
| 2018-10-17 | mir/borrowck: a few string tweaks | ljedrz | -18/+16 |
| 2018-10-17 | mir/borrowck: simplify common patterns | ljedrz | -219/+203 |
| 2018-10-17 | Auto merge of #54946 - estebank:iterator, r=varkor | bors | -45/+559 |
| 2018-10-17 | Auto merge of #54941 - pnkfelix:issue-21232-reject-partial-reinit, r=nikomats... | bors | -206/+1689 |
| 2018-10-17 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -4/+30 |
| 2018-10-17 | layout should not affect CTFE checks (outside of validation) | Ralf Jung | -3/+0 |
| 2018-10-17 | Squash closure cast error into fn ptr cast error | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -4/+1 |
| 2018-10-17 | Auto merge of #54939 - pnkfelix:issue-54478-dont-prefer-dynamic-in-doc-tests,... | bors | -3/+2 |
| 2018-10-16 | Move usableLocalStorage() above functions that make use of it | Roy Wellington Ⅳ | -15/+15 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -31/+33 |
| 2018-10-17 | Some new tests I added. | Felix S. Klock II | -0/+1308 |
| 2018-10-16 | Auto merge of #55093 - nikomatsakis:nll-issue-54574-multisegment-path, r=pnkf... | bors | -848/+1260 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -2958/+920 |
| 2018-10-17 | Change NLL compare mode to borrowck=migrate. | David Wood | -1/+1 |
| 2018-10-17 | Don't buffer lints. | David Wood | -7/+7 |
| 2018-10-16 | add ~ERROR annotations | Niko Matsakis | -0/+12 |