| Age | Commit message (Expand) | Author | Lines |
| 2018-09-03 | Fix a few small things, re-word others | iirelu | -6/+5 |
| 2018-09-03 | Add keyword docs on const | iirelu | -1/+56 |
| 2018-09-03 | Add docs for `as` keyword | iirelu | -0/+27 |
| 2018-09-03 | Flesh out struct keyword docs | iirelu | -8/+96 |
| 2018-09-03 | Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelix | bors | -2104/+150 |
| 2018-09-03 | Auto merge of #53838 - nrc:save-generic, r=eddyb | bors | -11/+18 |
| 2018-09-02 | Auto merge of #53725 - tbu-:pr_getrandom_syscalls, r=alexcrichton | bors | -40/+26 |
| 2018-09-02 | Auto merge of #53899 - Manishearth:clippyup, r=kennytm | bors | -5/+19 |
| 2018-09-02 | Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv | bors | -3/+3 |
| 2018-09-02 | Update clippy | Manish Goregaokar | -5/+19 |
| 2018-09-02 | Replace check() + bump() with eat() | Seiichi Uchida | -20/+10 |
| 2018-09-02 | Auto merge of #53887 - flip1995:tool_lints, r=Manishearth | bors | -1/+57 |
| 2018-09-01 | Auto merge of #53842 - estebank:various, r=petrochenkov | bors | -31/+43 |
| 2018-09-02 | Fix an endless loop when `getrandom` is not available | Tobias Bucher | -0/+1 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -35/+115 |
| 2018-09-01 | Auto merge of #53533 - withoutboats:error-source, r=withoutboats | bors | -1/+66 |
| 2018-09-01 | deprcated -> deprecated | Manish Goregaokar | -2/+2 |
| 2018-09-01 | Add tests for cmdline tool lints | flip1995 | -0/+48 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -240/+280 |
| 2018-09-01 | Fix of bug introduced by #53762 | flip1995 | -1/+9 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -37/+69 |
| 2018-09-01 | Rollup merge of #53850 - csmoe:const_to_alloc, r=RalfJung | kennytm | -28/+15 |
| 2018-09-01 | Rollup merge of #53801 - GuillaumeGomez:duplicated-foreign-type-impls, r=Quie... | kennytm | -5/+9 |
| 2018-09-01 | Rollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakis | kennytm | -0/+25 |
| 2018-09-01 | Rollup merge of #53782 - rask:task/arc-docs-adjustment, r=cramertj | kennytm | -4/+5 |
| 2018-09-01 | Rollup merge of #53781 - matthiaskrgr:fix_any_bench, r=kennytm | kennytm | -1/+1 |
| 2018-09-01 | Rollup merge of #53774 - PhilipDaniels:master, r=tromey | kennytm | -0/+65 |
| 2018-09-01 | Rollup merge of #53622 - petrochenkov:nomain, r=oli-obk | kennytm | -165/+91 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -279/+1713 |
| 2018-09-01 | Update tests | Basile Desloges | -2071/+140 |
| 2018-09-01 | Remove 'not reporting regions error due to nll' warning | Basile Desloges | -33/+10 |
| 2018-09-01 | bug! instead of panic! | csmoe | -2/+2 |
| 2018-09-01 | Auto merge of #53822 - dvc94ch:riscv, r=japaric | bors | -18/+82 |
| 2018-09-01 | Auto merge of #53762 - flip1995:tool_lints, r=Manishearth | bors | -55/+235 |
| 2018-09-01 | improve panic message | csmoe | -2/+2 |
| 2018-09-01 | Auto merge of #53611 - alexcrichton:update-llvm, r=nikomatsakis | bors | -1/+2 |
| 2018-08-31 | Update LLVM submodule | Alex Crichton | -1/+2 |
| 2018-08-31 | Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisa | bors | -2/+33 |
| 2018-08-31 | use cfg(rustdoc) instead of cfg(dox) in std and friends | QuietMisdreavus | -22/+24 |
| 2018-08-31 | feature(doc_cfg): add docs for cfg(rustdoc) | QuietMisdreavus | -13/+15 |
| 2018-08-31 | feature(doc_cfg): set cfg(rustdoc) when rustdoc is running | QuietMisdreavus | -2/+30 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -3/+76 |
| 2018-08-31 | cleanup: Add main functions to some UI tests | Vadim Petrochenkov | -165/+91 |
| 2018-08-31 | Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakis | bors | -7/+93 |
| 2018-08-31 | Auto merge of #53403 - spastorino:move-out-lazily, r=nikomatsakis | bors | -234/+172 |
| 2018-08-31 | extract allocation info from byref | csmoe | -6/+13 |
| 2018-08-31 | trip const_to_alloc query | csmoe | -22/+2 |
| 2018-08-31 | Get rid of token passing | Oliver Schneider | -55/+35 |
| 2018-08-31 | Add clearer wording to Arc clone example code | Otto Rask | -1/+1 |
| 2018-08-31 | Fix typo and small mistake | flip1995 | -2/+2 |