| Age | Commit message (Expand) | Author | Lines |
| 2018-03-06 | Add i128 tests for intrinsics | Amanieu d'Antras | -1/+26 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -0/+1 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -1/+0 |
| 2018-03-01 | Rollup merge of #48610 - ishitatsuyuki:ishitatsuyuki-patch-1, r=nikomatsakis | Manish Goregaokar | -0/+43 |
| 2018-03-01 | Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichton | Manish Goregaokar | -7/+5 |
| 2018-03-01 | Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c... | Manish Goregaokar | -0/+44 |
| 2018-03-01 | Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakis | Manish Goregaokar | -0/+17 |
| 2018-03-01 | Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko... | bors | -0/+31 |
| 2018-03-01 | Fix spelling s/casted/cast/ | Lukas Lueg | -1/+1 |
| 2018-03-01 | Add ignore-pretty for issue-48506.rs | Ryan Cumming | -0/+1 |
| 2018-02-28 | Add a specific test for spawn() returning ENOENT | Bryan Drewery | -0/+23 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -0/+3 |
| 2018-03-01 | Support parentheses in patterns under feature gate | Vadim Petrochenkov | -0/+17 |
| 2018-02-28 | Fix a few run-pass tests | Stjepan Glavina | -8/+5 |
| 2018-02-28 | Add bitreverse intrinsic | Amanieu d'Antras | -0/+10 |
| 2018-02-28 | Update issue-48551.rs | Niko Matsakis | -0/+3 |
| 2018-02-28 | Check only concrete defaults for well formedness | leonardo.yvens | -0/+2 |
| 2018-02-28 | Check only predicates with a single param with a concrete default. | leonardo.yvens | -3/+6 |
| 2018-02-28 | Add tests for dependent defaults. | leonardo.yvens | -0/+2 |
| 2018-02-28 | Check WF of predicates with defaults only if all params have defaults | leonardo.yvens | -4/+6 |
| 2018-02-28 | Check WF of predicate with defaults only if all in LHS have default | leonardo.yvens | -0/+7 |
| 2018-02-28 | Go back to checking only the LHS of trait predicates. | leonardo.yvens | -0/+14 |
| 2018-02-28 | Type check defaults. | leonardo.yvens | -0/+1 |
| 2018-02-28 | Add regression test for #48551 | Tatsuyuki Ishi | -0/+40 |
| 2018-02-28 | Stabilize LocalKey::try_with | Stjepan Glavina | -0/+1 |
| 2018-02-28 | Rollup merge of #48541 - varkor:inlined-main, r=michaelwoerister | kennytm | -0/+12 |
| 2018-02-28 | Rollup merge of #48497 - scottmcm:more-restricted-termination, r=nikomatsakis | kennytm | -2/+5 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -0/+468 |
| 2018-02-27 | Put some thought and documentation effort into process::ExitCode | Scott McMurray | -1/+1 |
| 2018-02-26 | Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkov | bors | -0/+26 |
| 2018-02-26 | Add test for #48508 | Ryan Cumming | -0/+43 |
| 2018-02-25 | Ensure main() always has external linkage | varkor | -0/+12 |
| 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 | ignore-pretty for the macro-comma-support test | Michael Lamparski | -0/+2 |
| 2018-02-24 | Rollup merge of #48490 - petrochenkov:orpat, r=eddyb | Manish Goregaokar | -0/+30 |
| 2018-02-24 | Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkov | Manish Goregaokar | -0/+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 #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakis | Manish Goregaokar | -0/+48 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -5/+52 |
| 2018-02-24 | Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakis | Manish Goregaokar | -6/+5 |
| 2018-02-24 | Implement multiple patterns with `|` in `if let` and `while let` | Vadim Petrochenkov | -0/+30 |
| 2018-02-23 | Add test | Manish Goregaokar | -0/+2 |
| 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-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 | reset default binding mode when we pass through a `&` pattern | Niko Matsakis | -0/+25 |
| 2018-02-22 | begin crate-relative paths with `crate` | Niko Matsakis | -0/+21 |