| Age | Commit message (Expand) | Author | Lines |
| 2018-02-27 | Put some thought and documentation effort into process::ExitCode | Scott McMurray | -25/+53 |
| 2018-02-24 | Restrict the Termination impls to simplify stabilization | Scott McMurray | -8/+23 |
| 2018-02-24 | ignore-pretty on dyn trait test | Manish Goregaokar | -0/+2 |
| 2018-02-24 | Rollup merge of #48503 - petrochenkov:nort, r=Mark-Simulacrum | Manish Goregaokar | -3/+3 |
| 2018-02-24 | Rollup merge of #48499 - dwijnand:patch-1, r=BurntSushi | Manish Goregaokar | -1/+1 |
| 2018-02-24 | Rollup merge of #48490 - petrochenkov:orpat, r=eddyb | Manish Goregaokar | -128/+231 |
| 2018-02-24 | Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkov | Manish Goregaokar | -10/+11 |
| 2018-02-24 | Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb | Manish Goregaokar | -153/+173 |
| 2018-02-24 | Rollup merge of #48448 - nikomatsakis:default-binding-mode-issue-46688, r=cra... | Manish Goregaokar | -0/+38 |
| 2018-02-24 | Rollup merge of #48441 - petrochenkov:exty, r=estebank | Manish Goregaokar | -2/+8 |
| 2018-02-24 | Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish... | Manish Goregaokar | -3/+52 |
| 2018-02-24 | Rollup merge of #48404 - steveklabnik:second-edition-is-the-best-edition, r=Q... | Manish Goregaokar | -0/+0 |
| 2018-02-24 | Rollup merge of #48392 - estebank:string, r=petrochenkov | Manish Goregaokar | -27/+61 |
| 2018-02-24 | Rollup merge of #48386 - withoutboats:nonstandard-style, r=Manishearth | Manish Goregaokar | -0/+109 |
| 2018-02-24 | Rollup merge of #48296 - ishitatsuyuki:exp-unblow, r=nikomatsakis | Manish Goregaokar | -151/+133 |
| 2018-02-24 | Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakis | Manish Goregaokar | -61/+54 |
| 2018-02-24 | Rollup merge of #48110 - Centril:stabilize/box_leak, r=alexcrichton | Manish Goregaokar | -6/+1 |
| 2018-02-24 | Rollup merge of #47689 - davidtwco:issue-45157, r=nikomatsakis | Manish Goregaokar | -0/+63 |
| 2018-02-24 | Rollup merge of #48061 - nikomatsakis:nll-do-not-run-mir-typeck-twice, r=eddyb | Manish Goregaokar | -414/+416 |
| 2018-02-24 | Rollup merge of #48402 - eddyb:y-u-no-inline, r=nikomatsakis | Manish Goregaokar | -0/+9 |
| 2018-02-24 | Rollup merge of #48356 - estebank:unsafe-without-braces, r=nikomatsakis | Manish Goregaokar | -0/+28 |
| 2018-02-24 | Rollup merge of #48353 - michaelwoerister:monoitem-static-defid, r=eddyb | Manish Goregaokar | -90/+204 |
| 2018-02-24 | Rollup merge of #48317 - ExpHP:unused-unsafe-is-no-fn, r=estebank | Manish Goregaokar | -2/+44 |
| 2018-02-24 | Rollup merge of #48258 - nrc:save-proc-nested, r=eddyb | Manish Goregaokar | -12/+14 |
| 2018-02-24 | Rollup merge of #48246 - estebank:ice, r=nikomatsakis | Manish Goregaokar | -3/+48 |
| 2018-02-24 | Rollup merge of #48232 - fpoli:master, r=pnkfelix | Manish Goregaokar | -3/+6 |
| 2018-02-24 | Rollup merge of #48206 - michaelwoerister:colors-array, r=nikomatsakis | Manish Goregaokar | -47/+112 |
| 2018-02-24 | Rollup merge of #48185 - michaelwoerister:recursive-cache-decoding, r=nikomat... | Manish Goregaokar | -15/+19 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -147/+300 |
| 2018-02-24 | Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis | Manish Goregaokar | -89/+295 |
| 2018-02-24 | Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddyb | Manish Goregaokar | -401/+111 |
| 2018-02-24 | Remove directory `src/rt` | Vadim Petrochenkov | -3/+3 |
| 2018-02-24 | Fix capitalisation in Path#file_name's docs | Dale Wijnand | -1/+1 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -128/+231 |
| 2018-02-23 | Bad tags are unreachable | varkor | -8/+7 |
| 2018-02-23 | Add test | Manish Goregaokar | -5/+2 |
| 2018-02-23 | parse `dyn (Foo)` as a trait object | Manish Goregaokar | -5/+9 |
| 2018-02-23 | Rollup merge of #48472 - Manishearth:clippyup, r=oli-obk | Manish Goregaokar | -21/+6 |
| 2018-02-23 | Rollup merge of #48438 - mbrubeck:docs, r=TimNN | Manish Goregaokar | -4/+4 |
| 2018-02-23 | Rollup merge of #48436 - adeschamps:string-doc-fix, r=estebank | Manish Goregaokar | -1/+1 |
| 2018-02-23 | Rollup merge of #48429 - toidiu:patch-1, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2018-02-23 | Rollup merge of #48245 - spastorino:sparse_bitsets, r=nikomatsakis | Manish Goregaokar | -54/+276 |
| 2018-02-23 | Rollup merge of #48221 - rkruppe:improve-ctypes-lint, r=estebank | Manish Goregaokar | -166/+316 |
| 2018-02-23 | Rollup merge of #48219 - andjo403:export_symbol, r=michaelwoerister | Manish Goregaokar | -10/+24 |
| 2018-02-23 | Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnay | Manish Goregaokar | -6/+42 |
| 2018-02-23 | Rollup merge of #48123 - nikomatsakis:issue-47244-expected-num-args, r=estebank | Manish Goregaokar | -51/+218 |
| 2018-02-23 | Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,... | Manish Goregaokar | -5/+33 |
| 2018-02-23 | Rollup merge of #48072 - cramertj:impl-trait-lifetime-res, r=nikomatsakis | Manish Goregaokar | -11/+79 |
| 2018-02-23 | Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakis | Manish Goregaokar | -3/+40 |
| 2018-02-23 | Update Clippy | Manish Goregaokar | -21/+6 |