| Age | Commit message (Expand) | Author | Lines |
| 2018-11-27 | Auto merge of #56251 - scalexm:root-universe, r=nikomatsakis | bors | -1/+1 |
| 2018-11-27 | Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis | bors | -51/+65 |
| 2018-11-27 | resolve: Suggest `crate::` for resolving ambiguities when appropriate | Vadim Petrochenkov | -34/+80 |
| 2018-11-27 | resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi... | Vadim Petrochenkov | -15/+39 |
| 2018-11-27 | resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition | Vadim Petrochenkov | -2/+88 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -0/+149 |
| 2018-11-27 | Remove duplicate tests for uniform paths | Vadim Petrochenkov | -312/+0 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -1/+1 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -32/+316 |
| 2018-11-25 | Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT. | Eduard-Mihai Burtescu | -3/+9 |
| 2018-11-25 | Rollup merge of #56211 - petrochenkov:fwd, r=petrochenkov | Pietro Albini | -28/+110 |
| 2018-11-25 | Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisa | Pietro Albini | -2/+2 |
| 2018-11-25 | Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavis | Pietro Albini | -6/+40 |
| 2018-11-25 | Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisa | Pietro Albini | -0/+25 |
| 2018-11-25 | Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton | Pietro Albini | -8/+9 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -1/+2 |
| 2018-11-25 | Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov | Pietro Albini | -32/+0 |
| 2018-11-25 | Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertj | Pietro Albini | -44/+91 |
| 2018-11-25 | Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister | Pietro Albini | -3/+30 |
| 2018-11-25 | resolve: Fix some more asserts in import validation | Vadim Petrochenkov | -25/+61 |
| 2018-11-25 | resolve: Fix bad span arithmetics in import conflict diagnostics | Vadim Petrochenkov | -3/+20 |
| 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 | -2/+2 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -2/+3 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -1116/+21 |
| 2018-11-24 | Suggest correct enum variant on typo | Esteban Küber | -6/+40 |
| 2018-11-24 | Try to work around #53332 in `src/test/run-pass/rustc-rust-log.rs` | scalexm | -0/+1 |
| 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 | Fix proc-macro test after internal API change | Esteban Küber | -2/+2 |
| 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 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -207/+431 |
| 2018-11-24 | Rollup merge of #56120 - SergioBenitez:subspan, r=alexcrichton | kennytm | -0/+182 |
| 2018-11-24 | Rollup merge of #56097 - ogoffart:union-abi, r=eddyb | kennytm | -0/+6 |
| 2018-11-24 | Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichton | kennytm | -9/+9 |
| 2018-11-23 | Auto merge of #55808 - estebank:type-arguments, r=petrochenkov | bors | -30/+92 |
| 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 | -21/+19 |
| 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 |