| Age | Commit message (Expand) | Author | Lines |
| 2018-12-26 | Added regression test for using generic parameters on modules. | Alexander Regueiro | -279/+306 |
| 2018-12-26 | Fixed several ICEs. | Alexander Regueiro | -72/+116 |
| 2018-12-26 | Removed unnecessary special handling of `VariantCtor` defs in `instantiate_va... | Alexander Regueiro | -16/+0 |
| 2018-12-26 | Expanded tests for enum variants with generic args. | Alexander Regueiro | -139/+419 |
| 2018-12-26 | Fixed issues raised in review. | Alexander Regueiro | -31/+18 |
| 2018-12-26 | Added tests for enums & enum aliases with various combinations of generic args. | Alexander Regueiro | -0/+139 |
| 2018-12-26 | Work-around for shadowing of variant names with assoc const names in `libproc... | Alexander Regueiro | -8/+14 |
| 2018-12-26 | Fixed issues raised in first review. | Alexander Regueiro | -85/+33 |
| 2018-12-26 | Added chapter to Unstable Book. | Alexander Regueiro | -0/+36 |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -90/+164 |
| 2018-12-26 | Fixed tests. | Alexander Regueiro | -11/+20 |
| 2018-12-26 | Made suggestion diagnostics more consistent for enum variant names, relative ... | Alexander Regueiro | -69/+84 |
| 2018-12-26 | Added tests for feature. | Alexander Regueiro | -0/+146 |
| 2018-12-26 | Implemented variants on type aliases in both ctor and pattern position. | Alexander Regueiro | -35/+166 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -157/+221 |
| 2018-12-26 | Add closure cannot be moved note. | David Wood | -39/+49 |
| 2018-12-26 | Add Unpin to std prelude, not just core | Taylor Cramer | -1/+1 |
| 2018-12-26 | Remove the private generic NonZero<T> wrapper type. | Simon Sapin | -53/+24 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -1/+212 |
| 2018-12-26 | Stabilize duration_as_u128 | Sunjay Varma | -8/+5 |
| 2018-12-26 | Account for no newline before test annotations | Mark Rousskov | -3/+6 |
| 2018-12-26 | make Alloc::check_bounds_ptr private; you should use Memory::check_bounds_ptr... | Ralf Jung | -1/+1 |
| 2018-12-26 | Add a tracking issue for Iterator::copied | Konrad Borowski | -7/+7 |
| 2018-12-26 | Add a tracking issue for Option::copied | Konrad Borowski | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -129141/+14383 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -875/+885 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -94/+54 |
| 2018-12-25 | Auto merge of #56983 - ljedrz:parallel_query_tweaks, r=Zoxc | bors | -22/+10 |
| 2018-12-25 | Auto merge of #57116 - kennytm:revert-56944, r=alexcrichton | bors | -18/+240 |
| 2018-12-25 | Add `io` and `arch` modules to `std::os::fortanix_sgx` | Jethro Beekman | -10/+305 |
| 2018-12-25 | Fix build on latest git master | Jethro Beekman | -1/+2 |
| 2018-12-25 | Add a command line flag to print some query stats | John Kåre Alsaker | -2/+112 |
| 2018-12-25 | Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister" | kennytm | -18/+240 |
| 2018-12-25 | Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNN | bors | -15/+16 |
| 2018-12-24 | Auto merge of #56836 - alexcrichton:std-backtrace-sys, r=Mark-Simulacrum | bors | -130/+34 |
| 2018-12-24 | Auto merge of #57082 - matthiaskrgr:revert_56933, r=pietroalbini | bors | -1/+1 |
| 2018-12-24 | x.py: fixup 6130fc884bc1dff9bb835894a7bb2042c110b011 | Matthias Krüger | -1/+1 |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -875/+885 |
| 2018-12-24 | Add no-crate filter option on rustdoc | Guillaume Gomez | -19/+78 |
| 2018-12-24 | std: Use backtrace-sys from crates.io | Alex Crichton | -130/+34 |
| 2018-12-24 | Auto merge of #56770 - satyarohith:patch-1, r=Centril | bors | -2/+2 |
| 2018-12-24 | Search codegen backends based on target libdir instead of sysroot. | O01eg | -21/+26 |
| 2018-12-24 | Rollup merge of #57085 - glaubitz:sparc64-abi-fix, r=nagisa | Mazdak Farrokhzad | -2/+6 |
| 2018-12-24 | Rollup merge of #57074 - Zoxc:pq-rec-limits, r=oli-obk | Mazdak Farrokhzad | -0/+12 |
| 2018-12-24 | Rollup merge of #57021 - nikic:arg-pointer-align, r=nagisa | Mazdak Farrokhzad | -24/+20 |
| 2018-12-24 | Rollup merge of #57010 - phansch:run_compiletest_tests_on_ci, r=kennytm | Mazdak Farrokhzad | -1/+2 |
| 2018-12-24 | Rollup merge of #56986 - alexcrichton:move-jemalloc, r=Mark-Simulacrum | Mazdak Farrokhzad | -14/+14 |
| 2018-12-24 | Rollup merge of #56985 - oli-obk:const_check_bounds, r=RalfJung | Mazdak Farrokhzad | -19/+27 |
| 2018-12-24 | Rollup merge of #56978 - jethrogb:jb/sgx-os-mod, r=joshtriplett | Mazdak Farrokhzad | -74/+357 |
| 2018-12-24 | Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister | Mazdak Farrokhzad | -240/+18 |