| Age | Commit message (Expand) | Author | Lines |
| 2019-01-21 | Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster | Mazdak Farrokhzad | -0/+37 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -1/+1 |
| 2019-01-16 | Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisa | bors | -24/+0 |
| 2019-01-15 | Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertj | Mazdak Farrokhzad | -0/+68 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -28/+0 |
| 2019-01-14 | rustc: Remove platform intrinsics crate | Alex Crichton | -24/+0 |
| 2019-01-14 | Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=joshtriple... | Mazdak Farrokhzad | -2/+0 |
| 2019-01-14 | Stabilize `cfg_target_vendor`, #29718 | Jethro Beekman | -2/+0 |
| 2019-01-14 | Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk | bors | -107/+0 |
| 2019-01-13 | Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg | bors | -2/+0 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -28/+0 |
| 2019-01-13 | stabilize transpose_result in 1.33 | Mazdak Farrokhzad | -2/+0 |
| 2019-01-13 | const stabilize . | Mazdak Farrokhzad | -2/+0 |
| 2019-01-12 | Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis | bors | -24/+13 |
| 2019-01-12 | Stabilize `uniform_paths` | Vadim Petrochenkov | -24/+13 |
| 2019-01-12 | Auto merge of #57542 - Centril:rollup, r=Centril | bors | -63/+8 |
| 2019-01-12 | Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril | Mazdak Farrokhzad | -54/+0 |
| 2019-01-12 | Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis | Mazdak Farrokhzad | -9/+8 |
| 2019-01-12 | Auto merge of #57532 - Centril:stabilize-2175, r=varkor | bors | -1/+12 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -54/+0 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -120/+113 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -1/+12 |
| 2019-01-09 | const fn feature gate is not needed anymore in a lot of tests | Oliver Scherer | -4/+7 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -6/+2 |
| 2019-01-08 | improve non_camel_case_types diagnostics | Andy Russell | -33/+0 |
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -64/+0 |
| 2019-01-08 | improve non_snake_case diagnostics | Andy Russell | -10/+0 |
| 2019-01-05 | Auto merge of #57354 - kennytm:rollup, r=kennytm | bors | -1/+0 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -1/+0 |
| 2019-01-05 | Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton | bors | -7/+34 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -47/+41 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -0/+74 |
| 2019-01-04 | Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis | bors | -0/+88 |
| 2019-01-03 | Improve error generation, fixup recursion limits | Aaron Hill | -1/+1 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -47/+0 |
| 2019-01-04 | add tests | Ariel Ben-Yehuda | -0/+41 |
| 2019-01-03 | More test deduplication | Georg Semmler | -446/+38 |
| 2019-01-03 | Add some tests | Georg Semmler | -0/+482 |
| 2019-01-02 | update to reflect changes recommended by @shepmaster his review | Ozaren | -16/+9 |
| 2019-01-02 | tests: move coherence-subtyping from run-pass to compile-fail | Niko Matsakis | -39/+0 |
| 2018-12-31 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -114/+113 |
| 2018-12-31 | const stabilizations: adjust run-pass tests. | Mazdak Farrokhzad | -6/+0 |
| 2018-12-30 | Remove unused nll debug flags | Matthew Jasper | -1/+0 |
| 2018-12-30 | Change return types and check return values in tests. | Camille GILLOT | -0/+88 |
| 2018-12-30 | Move tests to ui. | Camille GILLOT | -75/+0 |
| 2018-12-30 | test: Add test for issues 45510 and 18952. | Camille GILLOT | -0/+75 |
| 2018-12-30 | Type annotations in associated constant patterns. | David Wood | -1/+1 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -0/+102 |
| 2018-12-27 | Add tests | scalexm | -0/+128 |
| 2018-12-27 | panic when calling MaybeUninhabited::into_inner on uninhabited type | Ralf Jung | -7/+34 |