| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-12-26 | Fixed type inference for tuple struct variants. | Alexander Regueiro | -14/+1 |
| 2018-12-26 | Fixed handling of unit variants of aliased enums in type NS. | Alexander Regueiro | -3/+3 |
| 2018-12-26 | Expanded tests for enum variants with generic args. | Alexander Regueiro | -34/+85 |
| 2018-12-26 | Added tests for enums & enum aliases with various combinations of generic args. | Alexander Regueiro | -0/+34 |
| 2018-12-26 | Added tests for feature. | Alexander Regueiro | -0/+30 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -32372/+77 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -7/+1 |
| 2018-12-23 | Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichton | Mazdak Farrokhzad | -4/+4 |
| 2018-12-22 | Auto merge of #57063 - kennytm:rollup, r=kennytm | bors | -23/+6 |
| 2018-12-22 | Auto merge of #56887 - emilio:enum-field-reordering, r=eddyb | bors | -24/+30 |
| 2018-12-23 | Rollup merge of #57049 - cramertj:repr-packed, r=Centril | kennytm | -23/+6 |
| 2018-12-21 | Rename Box/Arc/Rc::pinned to ::pin | Taylor Cramer | -1/+1 |
| 2018-12-21 | Stabilize Pin | Taylor Cramer | -3/+3 |
| 2018-12-22 | Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakis | bors | -1/+8 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -23/+6 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -0/+2 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -1/+8 |
| 2018-12-19 | Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis | bors | -0/+34 |
| 2018-12-19 | Rollup merge of #56772 - pnkfelix:issue-54153-linkage-sometimes-requires-opti... | Pietro Albini | -0/+5 |
| 2018-12-19 | FIXME(45992) remove fixme since the lint is being tested | Niv Kaminer | -1/+0 |
| 2018-12-19 | FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif... | Niv Kaminer | -6/+1 |
| 2018-12-19 | fixed test, now it doesn't use a fundemental type | Ozaren | -4/+5 |
| 2018-12-18 | added test to show motivation for modified TryFrom impl | Ozaren | -0/+43 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -26/+0 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -0/+57 |
| 2018-12-17 | Auto merge of #56810 - sinkuu:build_match, r=oli-obk | bors | -0/+83 |
| 2018-12-17 | Address LLVM assertion failure by prepopulating with *just* name-anon-globals. | Felix S. Klock II | -1/+1 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -4/+1 |
| 2018-12-16 | Add test to check order of repr(int) enum fields | Peter Todd | -24/+30 |
| 2018-12-15 | Auto merge of #56540 - oli-obk:less_const_hackery, r=varkor | bors | -0/+1 |
| 2018-12-15 | Improve `match` MIR generation for ranges | Shotaro Yamada | -0/+83 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -0/+57 |
| 2018-12-14 | process nested obligations in autoderef | Ariel Ben-Yehuda | -0/+34 |
| 2018-12-14 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | kennytm | -0/+30 |