| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2018-12-14 | Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnay | kennytm | -1/+2 |
| 2018-12-14 | fix issue 54153 by ignoring issue-18804 test on windows/mac. | Felix S. Klock II | -0/+5 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -1/+2 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -0/+30 |
| 2018-12-13 | Update tests to show diagnostics | Oliver Scherer | -1/+1 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -3/+1 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -39/+39 |
| 2018-12-11 | Fix some misbehaving tests | varkor | -0/+2 |
| 2018-12-11 | Diagnostics improvement! | Oliver Scherer | -1/+2 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -4/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -67/+43 |
| 2018-12-06 | Auto merge of #56282 - qnighy:additional-sizedness-fix, r=nikomatsakis | bors | -0/+11 |
| 2018-12-06 | Rollup merge of #56446 - arielb1:special-env-implications, r=nikomatsakis | Pietro Albini | -0/+38 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+1 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -2/+1 |
| 2018-12-03 | pass the parameter environment to `traits::find_associated_item` | Ariel Ben-Yehuda | -0/+38 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -0/+1 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -2/+1 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -2/+0 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -2/+0 |
| 2018-11-30 | Improve the diagnostic message | Oliver Scherer | -1/+1 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -1/+5 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -5/+1 |
| 2018-11-30 | Remove a bunch of now-unnecessary `const_let` feature gates | Oliver Scherer | -27/+1 |
| 2018-11-30 | tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro. | Eduard-Mihai Burtescu | -0/+2 |
| 2018-11-30 | tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests. | Eduard-Mihai Burtescu | -1/+35 |