| Age | Commit message (Expand) | Author | Lines |
| 2018-09-24 | Make "await" a pseudo-edition keyword | Taylor Cramer | -0/+193 |
| 2018-09-24 | Auto merge of #54509 - matthewjasper:better-drop-access, r=pnkfelix | bors | -17/+122 |
| 2018-09-24 | Auto merge of #54507 - csmoe:deny_overflow, r=varkor | bors | -0/+26 |
| 2018-09-24 | Auto merge of #54495 - raventid:improve-e0425-message, r=estebank | bors | -6/+6 |
| 2018-09-23 | Add test to check if inlining works for any operand | Christian Poveda | -0/+39 |
| 2018-09-23 | dbg_macro: fix line numbers | Mazdak Farrokhzad | -8/+8 |
| 2018-09-23 | Update tests for changes to drop access | Matthew Jasper | -10/+26 |
| 2018-09-23 | Rework checking for borrows conflicting with drops | Matthew Jasper | -0/+96 |
| 2018-09-23 | Remove irrelevant message about drop order | Matthew Jasper | -7/+0 |
| 2018-09-23 | Auto merge of #54229 - davidtwco:issue-52534, r=pnkfelix | bors | -14/+312 |
| 2018-09-23 | add test for edition 2018 | csmoe | -0/+26 |
| 2018-09-23 | dbg_macro: only ignore cloudabi and emscripten | Mazdak Farrokhzad | -2/+0 |
| 2018-09-23 | dbg_macro: more things... | Mazdak Farrokhzad | -0/+3 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -27/+66 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -20/+113 |
| 2018-09-23 | Added note about dangling references. | David Wood | -0/+27 |
| 2018-09-23 | Fixed off-by-one span. | David Wood | -8/+8 |
| 2018-09-23 | Added multiple parameter closure test. | David Wood | -2/+20 |
| 2018-09-23 | Improve 'dropped here' note. | David Wood | -8/+8 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -26/+147 |
| 2018-09-23 | Auto merge of #54339 - cramertj:no-cx, r=aturon | bors | -41/+15 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -0/+125 |
| 2018-09-23 | Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni... | bors | -52/+147 |
| 2018-09-23 | Improve error message for E0424 | Julian Kulesh | -6/+6 |
| 2018-09-23 | Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis | bors | -211/+298 |
| 2018-09-22 | stabilize pattern_parentheses feature | Alex Stokes | -31/+2 |
| 2018-09-22 | Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung | bors | -2/+113 |
| 2018-09-23 | allow dead_code | Jorge Aparicio | -0/+1 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -66/+79 |
| 2018-09-22 | the test requires unwinding so we don't run it on the wasm32-bare target | Jorge Aparicio | -0/+1 |
| 2018-09-22 | add codegen test | Jorge Aparicio | -0/+23 |
| 2018-09-22 | make the nil-enum test work again | Jorge Aparicio | -2/+7 |
| 2018-09-22 | add empty enum to the test cases | Jorge Aparicio | -0/+20 |
| 2018-09-22 | improve the run-pass test | Jorge Aparicio | -4/+34 |
| 2018-09-22 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+31 |
| 2018-09-22 | Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini | bors | -35/+236 |
| 2018-09-22 | dbg_macro: // ignore-wasm | Mazdak Farrokhzad | -8/+9 |
| 2018-09-22 | Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichton | bors | -0/+78 |
| 2018-09-22 | Rollup merge of #54413 - memoryruins:deref-error-twice, r=estebank | Pietro Albini | -0/+67 |
| 2018-09-22 | Rollup merge of #54409 - estebank:remove-in, r=pnkfelix | Pietro Albini | -4/+26 |
| 2018-09-22 | Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomez | Pietro Albini | -31/+31 |
| 2018-09-22 | Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik | Pietro Albini | -0/+54 |
| 2018-09-22 | Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkov | Pietro Albini | -0/+58 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -40/+48 |
| 2018-09-21 | Ignore new test on Windows | Alex Crichton | -0/+1 |
| 2018-09-21 | Allow unused_imports lint on test where lint only fires on non-linux targets... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Allow dead_code lint on some tests where the lint only fires on non-x86 targe... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Added expected (compile-time) outputs. | Felix S. Klock II | -0/+7 |
| 2018-09-21 | Add `Rustc` prefixes to `derive(Decodable, Encodable)`. | Felix S. Klock II | -10/+16 |
| 2018-09-21 | Allow various lints in `src/test/run-pass-fulldeps/` so that it can continue ... | Felix S. Klock II | -0/+56 |