| Age | Commit message (Expand) | Author | Lines |
| 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 #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 |
| 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-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -12/+12 |
| 2018-02-18 | Auto merge of #47544 - U007D:master, r=nikomatsakis | bors | -0/+34 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -12/+12 |
| 2018-02-17 | Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | bors | -0/+46 |
| 2018-02-17 | Auto merge of #47917 - davidtwco:issue-47703, r=nikomatsakis | bors | -0/+61 |
| 2018-02-16 | Auto merge of #46714 - leodasvacas:refactor-structurally-resolve-type, r=niko... | bors | -0/+20 |
| 2018-02-16 | Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakis | bors | -642/+42 |
| 2018-02-15 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -1/+9 |
| 2018-02-15 | Fix arguments specified by lxl in two-phase-bin-ops test | bobtwinkles | -1/+0 |
| 2018-02-14 | Added tests for #47703 | David Wood | -0/+61 |
| 2018-02-13 | Make nested impl Trait a hard error | Taylor Cramer | -6/+5 |
| 2018-02-13 | Allow two-phase borrows of &mut self in ops | bobtwinkles | -0/+49 |
| 2018-02-12 | changed termination_trait's bound from Error to Debug; added compiletest head... | Brad Gibson | -0/+34 |
| 2018-02-11 | Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis | bors | -0/+88 |
| 2018-02-11 | Add test. | Jeffrey Seyfried | -0/+30 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -6/+28 |
| 2018-02-09 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -1/+1 |
| 2018-02-08 | Revert checking casts before fallback. | leonardo.yvens | -0/+4 |
| 2018-02-08 | fix nested impl trait lifetimes | Taylor Cramer | -0/+8 |
| 2018-02-08 | add transform for uniform array move out | Mikhail Modin | -0/+46 |
| 2018-02-07 | support `default impl` for specialization | Gianni Ciccarelli | -784/+8 |
| 2018-02-07 | support `default impl` for specialization | Gianni Ciccarelli | -0/+168 |
| 2018-02-06 | Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche... | kennytm | -3/+0 |
| 2018-02-05 | Stabilize use_nested_groups | Pietro Albini | -3/+0 |
| 2018-02-05 | Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelix | bors | -0/+33 |
| 2018-02-05 | Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakis | bors | -0/+26 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -0/+43 |
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe... | kennytm | -0/+28 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -2/+2 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -0/+28 |
| 2018-02-02 | Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe... | kennytm | -0/+20 |