| Age | Commit message (Expand) | Author | Lines |
| 2018-12-23 | Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJung | kennytm | -0/+9 |
| 2018-12-23 | Rollup merge of #56914 - glaubitz:ignore-tests, r=alexcrichton | kennytm | -1/+6 |
| 2018-12-23 | Rollup merge of #56909 - dlrobertson:fix_56762, r=estebank | kennytm | -0/+22 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -57/+44 |
| 2018-12-22 | Auto merge of #56862 - arielb1:fundamentally-clean, r=nikomatsakis | bors | -0/+34 |
| 2018-12-22 | Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakis | bors | -51/+77 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -49/+10 |
| 2018-12-21 | Update tests to changes on master | Oliver Scherer | -2/+10 |
| 2018-12-21 | Also test projections | Oliver Scherer | -1/+18 |
| 2018-12-21 | Fix a recently introduces regression | Oliver Scherer | -5/+43 |
| 2018-12-20 | Point at coercion source on type errors for fn returning `impl Trait` | Esteban Küber | -0/+3 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -22/+36 |
| 2018-12-20 | Point to return span when writing `return;` on non-() fn | Esteban Küber | -3/+9 |
| 2018-12-20 | Copyrite | Oliver Scherer | -10/+0 |
| 2018-12-20 | Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichton | bors | -0/+353 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -31/+57 |
| 2018-12-20 | Refactor and add comments to code in receiver_is_valid | Michael Hewson | -12/+12 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -39/+65 |
| 2018-12-20 | Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakis | bors | -0/+62 |
| 2018-12-19 | suggest similar lint names for unknown lints | Andy Russell | -24/+35 |
| 2018-12-20 | Workaround issues with crate loading during cross-compilation | Vadim Petrochenkov | -3/+9 |
| 2018-12-19 | Do not interpret mismatches from pretty-printed `$crate` as token stream inva... | Vadim Petrochenkov | -58/+44 |
| 2018-12-19 | Reintroduce special pretty-printing for `$crate` when it's necessary for proc... | Vadim Petrochenkov | -8/+341 |
| 2018-12-19 | proc_macro: Accept `$crate` as an identifier if it comes from the compiler | Vadim Petrochenkov | -0/+28 |
| 2018-12-19 | test: Ignore ui/target-feature-gate on sparc and sparc64 | John Paul Adrian Glaubitz | -1/+3 |
| 2018-12-19 | test: Ignore ui/target-feature-gate on powerpc and powerpc64(le) | John Paul Adrian Glaubitz | -1/+4 |
| 2018-12-19 | Rollup merge of #56910 - estebank:unclosed-eof, r=oli-obk | Pietro Albini | -0/+19 |
| 2018-12-19 | Rollup merge of #56908 - alexcrichton:new-features, r=oli-obk | Pietro Albini | -1/+4 |
| 2018-12-19 | Rollup merge of #56907 - rumajo:master, r=kennytm,Centril | Pietro Albini | -4/+4 |
| 2018-12-19 | FIXME(21232) update fixme to point to the open issue about accepting partial ... | Niv Kaminer | -1/+1 |
| 2018-12-19 | FIXME(49824) remove fixme because there is no free region error anymore | Niv Kaminer | -6/+5 |
| 2018-12-19 | FIXME(49821) remove fixme since a tip about let binding is given | Niv Kaminer | -4/+2 |
| 2018-12-19 | FIXME(45827) remove comment since errors are reported | Niv Kaminer | -12/+6 |
| 2018-12-18 | Fix string for array access suggestion | varkor | -0/+12 |
| 2018-12-18 | Fix string for raw pointer deref suggestion | varkor | -3/+29 |
| 2018-12-18 | Replace "native pointer" in error message with "raw pointer" | varkor | -3/+3 |
| 2018-12-18 | Auto merge of #56863 - arielb1:supertrait-self-4, r=nikomatsakis | bors | -0/+147 |
| 2018-12-18 | Mark tuple structs as live if their constructors are used | Oliver Scherer | -0/+22 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -84/+993 |
| 2018-12-18 | Explain that lack of short circuiting support in constants is temporary | Oliver Scherer | -2/+2 |
| 2018-12-18 | Properly worded diagnostic message | Oliver Scherer | -2/+2 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -0/+110 |
| 2018-12-18 | improve tests as suggested by review comments | Ariel Ben-Yehuda | -2/+92 |
| 2018-12-17 | Stabilize `underscore_imports` | Vadim Petrochenkov | -47/+8 |
| 2018-12-17 | Do not point at delim spans for complete correct blocks | Esteban Küber | -0/+19 |
| 2018-12-17 | static eval: Do not ICE on layout size overflow | Dan Robertson | -0/+22 |
| 2018-12-17 | rustc: Don't ICE on usage of two new target features | Alex Crichton | -1/+4 |
| 2018-12-17 | Remove a wrong multiplier on relocation offset computation | Oliver Scherer | -0/+9 |
| 2018-12-17 | Kill borrows from a projection after assignment. | David Wood | -47/+7 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -2/+1 |