| Age | Commit message (Expand) | Author | Lines |
| 2018-02-27 | Put some thought and documentation effort into process::ExitCode | Scott McMurray | -1/+1 |
| 2018-02-24 | Restrict the Termination impls to simplify stabilization | Scott McMurray | -2/+5 |
| 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 | -0/+286 |
| 2018-02-24 | Rollup merge of #48490 - petrochenkov:orpat, r=eddyb | Manish Goregaokar | -0/+70 |
| 2018-02-24 | Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkov | Manish Goregaokar | -5/+2 |
| 2018-02-24 | Rollup merge of #48448 - nikomatsakis:default-binding-mode-issue-46688, r=cra... | Manish Goregaokar | -0/+25 |
| 2018-02-24 | Rollup merge of #48441 - petrochenkov:exty, r=estebank | Manish Goregaokar | -1/+7 |
| 2018-02-24 | Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish... | Manish Goregaokar | -0/+36 |
| 2018-02-24 | Rollup merge of #48392 - estebank:string, r=petrochenkov | Manish Goregaokar | -1/+18 |
| 2018-02-24 | Rollup merge of #48386 - withoutboats:nonstandard-style, r=Manishearth | Manish Goregaokar | -0/+103 |
| 2018-02-24 | Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakis | Manish Goregaokar | -53/+48 |
| 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/+410 |
| 2018-02-24 | Rollup merge of #48356 - estebank:unsafe-without-braces, r=nikomatsakis | Manish Goregaokar | -0/+26 |
| 2018-02-24 | Rollup merge of #48317 - ExpHP:unused-unsafe-is-no-fn, r=estebank | Manish Goregaokar | -0/+39 |
| 2018-02-24 | Rollup merge of #48246 - estebank:ice, r=nikomatsakis | Manish Goregaokar | -2/+34 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -9/+70 |
| 2018-02-24 | Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis | Manish Goregaokar | -20/+157 |
| 2018-02-24 | Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddyb | Manish Goregaokar | -98/+109 |
| 2018-02-24 | Remove directory `src/rt` | Vadim Petrochenkov | -0/+286 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -0/+70 |
| 2018-02-23 | Add test | Manish Goregaokar | -5/+2 |
| 2018-02-23 | Rollup merge of #48221 - rkruppe:improve-ctypes-lint, r=estebank | Manish Goregaokar | -30/+212 |
| 2018-02-23 | Rollup merge of #48123 - nikomatsakis:issue-47244-expected-num-args, r=estebank | Manish Goregaokar | -0/+43 |
| 2018-02-23 | Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,... | Manish Goregaokar | -0/+30 |
| 2018-02-23 | Rollup merge of #48072 - cramertj:impl-trait-lifetime-res, r=nikomatsakis | Manish Goregaokar | -0/+8 |
| 2018-02-23 | Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakis | Manish Goregaokar | -2/+3 |
| 2018-02-23 | update tests and reference files | Niko Matsakis | -414/+410 |
| 2018-02-23 | update test -- we now give a slightly different error | Niko Matsakis | -3/+0 |
| 2018-02-23 | Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov | bors | -6/+4 |
| 2018-02-23 | Auto merge of #48052 - eddyb:deggregate, r=nikomatsakis | bors | -24/+28 |
| 2018-02-22 | move test to the proper directory and test #[bench] | Niko Matsakis | -0/+15 |
| 2018-02-22 | delete this test file: it also appears as | Niko Matsakis | -17/+0 |
| 2018-02-22 | add test for `fn main() -> !` | Niko Matsakis | -0/+17 |
| 2018-02-22 | reset default binding mode when we pass through a `&` pattern | Niko Matsakis | -0/+25 |
| 2018-02-22 | move Termination trait to std::process | Niko Matsakis | -2/+2 |
| 2018-02-22 | put the "unit test" logic into libtest | Niko Matsakis | -2/+2 |
| 2018-02-22 | begin crate-relative paths with `crate` | Niko Matsakis | -0/+21 |
| 2018-02-22 | support unit tests with return values that implement `Terminaton` | Niko Matsakis | -0/+28 |
| 2018-02-23 | Fix parsing of extern paths in types and poly-traits | Vadim Petrochenkov | -1/+7 |
| 2018-02-21 | add test for issue 48414 ICE | QuietMisdreavus | -0/+36 |
| 2018-02-21 | Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebank | Guillaume Gomez | -0/+23 |
| 2018-02-21 | Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavus | Guillaume Gomez | -0/+12 |
| 2018-02-21 | Rollup merge of #48198 - csmoe:inform_type_annotations, r=estebank | Guillaume Gomez | -41/+16 |
| 2018-02-20 | Handle custom diagnostic for `&str + String` | Esteban Küber | -1/+18 |
| 2018-02-20 | Fix internal references to bad_style in test code. | boats | -3/+3 |
| 2018-02-20 | Fix filepath in lint test. | boats | -10/+10 |
| 2018-02-20 | Fix carets. | boats | -5/+5 |
| 2018-02-20 | Add nonstandard_style alias for bad_style. | boats | -0/+103 |