| Age | Commit message (Expand) | Author | Lines |
| 2018-11-25 | resolve: Prohibit relative paths in visibilities on 2018 edition | Vadim Petrochenkov | -0/+29 |
| 2018-11-25 | Stabilize the int_to_from_bytes feature | Simon Sapin | -1/+1 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -2/+2 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -12/+12 |
| 2018-11-24 | Suggest correct enum variant on typo | Esteban Küber | -6/+40 |
| 2018-11-24 | Clean up array/slice of primitive validation | Oliver Scherer | -0/+16 |
| 2018-11-24 | Remove stderr file, because the test passes now | Oliver Scherer | -11/+0 |
| 2018-11-24 | Reintroduce zst-slice reading `read_bytes` method on `Memory` | Oliver Scherer | -1/+2 |
| 2018-11-24 | Properly test for int pointers in fat pointers to str slices of zero chars | Oliver Scherer | -21/+12 |
| 2018-11-24 | Add regression test for integral pointers in zst str slice fat pointers | Oliver Scherer | -0/+26 |
| 2018-11-24 | Fix NLL ui test | scalexm | -2/+2 |
| 2018-11-23 | Reword EOF in macro arm message | Esteban Küber | -3/+3 |
| 2018-11-23 | Keep label on moved spans and point at macro invocation on parse error | Esteban Küber | -7/+17 |
| 2018-11-23 | Point at macro arm when it doesn't expand to an expression | Esteban Küber | -0/+3 |
| 2018-11-23 | Reword incorrect macro invocation primary label | Esteban Küber | -37/+37 |
| 2018-11-23 | Add label when replacing primary DUMMY_SP in macro expansion | Esteban Küber | -1/+1 |
| 2018-11-23 | Point at end of macro arm when encountering EOF | Esteban Küber | -15/+16 |
| 2018-11-23 | Auto merge of #55808 - estebank:type-arguments, r=petrochenkov | bors | -27/+91 |
| 2018-11-22 | Do not point at associated types from other crates | Esteban Küber | -30/+0 |
| 2018-11-22 | Reword and fix test | Esteban Küber | -18/+18 |
| 2018-11-22 | Suggest correct syntax when writing type arg instead of assoc type | Esteban Küber | -2/+6 |
| 2018-11-22 | Point at the associated type's def span | Esteban Küber | -0/+62 |
| 2018-11-22 | Join multiple E0191 errors in the same location under a single diagnostic | Esteban Küber | -20/+13 |
| 2018-11-22 | Point at every unexpected lifetime and type argument in E0107 | Esteban Küber | -3/+38 |
| 2018-11-22 | Auto merge of #56143 - nikomatsakis:issue-56128-segment-id-ice-nightly, r=pet... | bors | -0/+15 |
| 2018-11-22 | Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichton | Guillaume Gomez | -4/+4 |
| 2018-11-22 | Rollup merge of #56002 - Axary:master, r=estebank | Guillaume Gomez | -0/+45 |
| 2018-11-22 | Rollup merge of #55980 - csmoe:issue-55891, r=estebank | Guillaume Gomez | -10/+30 |
| 2018-11-22 | Auto merge of #56147 - petrochenkov:impice, r=nikomatsakis | bors | -0/+67 |
| 2018-11-21 | add compile-pass annotation | Niko Matsakis | -0/+2 |
| 2018-11-21 | Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwco | bors | -0/+13 |
| 2018-11-22 | resolve: Fix some asserts in import validation | Vadim Petrochenkov | -0/+67 |
| 2018-11-21 | add regression test | Niko Matsakis | -0/+13 |
| 2018-11-21 | Stabilize macro_literal_matcher | Dan Aloni | -30/+0 |
| 2018-11-21 | Enclose type in backticks for "reached the recursion limit while auto-derefer... | varkor | -7/+7 |
| 2018-11-21 | Add tests for unsized-locals functions stability. | Masaki Hara | -0/+27 |
| 2018-11-21 | Add tests verifying #50940. | Masaki Hara | -0/+40 |
| 2018-11-21 | Check arg/ret sizedness at ExprKind::Path. | Masaki Hara | -44/+23 |
| 2018-11-21 | Auto merge of #56117 - petrochenkov:iempty, r=eddyb | bors | -0/+11 |
| 2018-11-21 | Explain why we do not overwrite qualification of locals | Oliver Scherer | -5/+29 |
| 2018-11-21 | Add regression test for overwriting qualifs by assignment | Oliver Scherer | -0/+22 |
| 2018-11-21 | Fix a comment | Oliver Scherer | -1/+1 |
| 2018-11-21 | Tidy | Oliver Scherer | -2/+2 |
| 2018-11-21 | Ensure assignments don't allow skipping projection checks | Oliver Scherer | -0/+32 |
| 2018-11-21 | Properly assign to aggregate fields | Oliver Scherer | -0/+20 |
| 2018-11-21 | resolve: Make "empty import canaries" invisible from other crates | Vadim Petrochenkov | -0/+11 |
| 2018-11-21 | Add a couple more tests | Vadim Petrochenkov | -3/+33 |
| 2018-11-21 | Stabilize `extern_crate_item_prelude` | Vadim Petrochenkov | -128/+0 |
| 2018-11-20 | Enclose type in backticks for "non-exhaustive patterns" error | varkor | -6/+6 |
| 2018-11-20 | Auto merge of #55720 - RalfJung:const-eval-raw, r=oli-obk | bors | -28/+36 |