| Age | Commit message (Expand) | Author | Lines |
| 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 | Don't render const keyword on stable | Guillaume Gomez | -0/+43 |
| 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 | -113/+994 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -1/+1 |
| 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/+167 |
| 2018-12-18 | Fix DOM errors | Guillaume Gomez | -2/+2 |
| 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 #56810 - sinkuu:build_match, r=oli-obk | bors | -0/+168 |
| 2018-12-17 | Address LLVM assertion failure by prepopulating with *just* name-anon-globals. | Felix S. Klock II | -1/+1 |
| 2018-12-17 | tidy | Shotaro Yamada | -1/+1 |
| 2018-12-17 | Add MIR test | Shotaro Yamada | -0/+85 |
| 2018-12-17 | Auto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasper | bors | -0/+54 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -13/+2 |
| 2018-12-17 | Fix grammar in compiler error for array iterators | Matthew Russell | -4/+4 |
| 2018-12-17 | fix review comments, round 2 | Ariel Ben-Yehuda | -1/+1 |
| 2018-12-17 | address review comments | Ariel Ben-Yehuda | -7/+11 |
| 2018-12-17 | trigger unsized coercions keyed on Sized bounds | Ariel Ben-Yehuda | -0/+58 |
| 2018-12-16 | Add test to check order of repr(int) enum fields | Peter Todd | -24/+30 |
| 2018-12-16 | Fixed `Into` bound on `TryFrom` error. | Ozaren | -1/+1 |
| 2018-12-16 | Changed expected error message for TryFrom | Ozaren | -1/+1 |
| 2018-12-16 | Rollup merge of #56850 - alexreg:fix-self-in-typedefs, r=petrochenkov | Mazdak Farrokhzad | -0/+78 |
| 2018-12-16 | Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+30 |
| 2018-12-16 | Rollup merge of #56790 - rust-lang:borrowck-niche-discriminants, r=nikomatsakis | Mazdak Farrokhzad | -7/+60 |
| 2018-12-16 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | Mazdak Farrokhzad | -4/+22 |
| 2018-12-16 | Rollup merge of #56761 - estebank:path-display, r=zackmdavis | Mazdak Farrokhzad | -0/+21 |
| 2018-12-16 | Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril | Mazdak Farrokhzad | -98/+26 |
| 2018-12-16 | Rollup merge of #56439 - JohnGinger:master, r=nikomatsakis | Mazdak Farrokhzad | -0/+11 |
| 2018-12-16 | fix trait objects with a Self-having projection va | Ariel Ben-Yehuda | -0/+57 |
| 2018-12-15 | stop treating trait objects from #[fundamental] traits as fundamental | Ariel Ben-Yehuda | -0/+34 |
| 2018-12-15 | Auto merge of #56203 - aheart:master, r=varkor | bors | -0/+26 |
| 2018-12-15 | Corrected expected test err messages. | Alexander Regueiro | -10/+10 |
| 2018-12-15 | Added test for issue #56835. | Alexander Regueiro | -0/+25 |
| 2018-12-15 | Fixed issue #56199. | Alexander Regueiro | -0/+53 |
| 2018-12-15 | Rollup merge of #56679 - euclio:external-doc-parse, r=estebank | Pietro Albini | -6/+63 |
| 2018-12-15 | Rollup merge of #56677 - aelred:must-use-on-traits, r=estebank | Pietro Albini | -0/+47 |
| 2018-12-15 | Auto merge of #56840 - pietroalbini:rollup, r=pietroalbini | bors | -4/+156 |
| 2018-12-15 | Rollup merge of #56760 - estebank:dedup-bounds, r=oli-obk | Pietro Albini | -2/+25 |
| 2018-12-15 | Rollup merge of #56755 - estebank:impl-trait-lt-sugg, r=cramertj | Pietro Albini | -0/+55 |