| Age | Commit message (Expand) | Author | Lines |
| 2019-07-12 | Rollup merge of #62623 - pnkfelix:issue-62614-downgrade-indirect-structural-m... | Mazdak Farrokhzad | -13/+96 |
| 2019-07-12 | Rollup merge of #62608 - delan:async-unsafe-fn-tests, r=Centril | Mazdak Farrokhzad | -2/+118 |
| 2019-07-12 | Rollup merge of #62607 - estebank:this-mem-is-out-of-control, r=petrochenkov | Mazdak Farrokhzad | -0/+13 |
| 2019-07-12 | Rollup merge of #62578 - JohnTitor:add-test-for-49919, r=alexcrichton | Mazdak Farrokhzad | -0/+16 |
| 2019-07-12 | Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper | Mazdak Farrokhzad | -119/+28 |
| 2019-07-12 | Rollup merge of #62453 - zackmdavis:single_path, r=estebank | Mazdak Farrokhzad | -1/+43 |
| 2019-07-12 | Rollup merge of #62274 - eddyb:const-false-unwind, r=pnkfelix | Mazdak Farrokhzad | -26/+56 |
| 2019-07-12 | Rollup merge of #61535 - ohadravid:test-generic-with-default-assiociated-type... | Mazdak Farrokhzad | -0/+36 |
| 2019-07-12 | add test case | Esteban Küber | -0/+13 |
| 2019-07-12 | Change `indirect_structural_match` lint to allow-by-default. | Felix S. Klock II | -0/+59 |
| 2019-07-12 | Turn `indirect_structural_match` lint on explicitly in ui tests. | Felix S. Klock II | -13/+37 |
| 2019-07-12 | test `unsafe fn` and `async unsafe fn` calls in `unsafe { async || }` | Delan Azabani | -2/+25 |
| 2019-07-12 | remove redundant async_closure test in async-await.rs | Delan Azabani | -7/+1 |
| 2019-07-12 | test E0133 when calling free/impl `async unsafe fn` in `async fn` | Delan Azabani | -1/+22 |
| 2019-07-12 | remove unused #![feature(async_closure)] | Delan Azabani | -1/+1 |
| 2019-07-12 | test `unsafe fn` and `async unsafe fn` calls in `async` in `unsafe` | Delan Azabani | -0/+26 |
| 2019-07-12 | test E0133 when calling free/impl `async unsafe fn` in safe code | Delan Azabani | -0/+35 |
| 2019-07-12 | align async-await.rs and await-macro.rs with one another | Delan Azabani | -3/+20 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -94/+13 |
| 2019-07-11 | Replace unsafe_destructor_blind_to_params with may_dangle | Lzu Tao | -31/+21 |
| 2019-07-11 | Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e... | bors | -0/+16 |
| 2019-07-11 | rustc_mir: follow FalseUnwind's real_target edge in qualify_consts. | Eduard-Mihai Burtescu | -26/+56 |
| 2019-07-11 | pretty-print: Do not lose the `$crate` printing flag in `print_tt` | Vadim Petrochenkov | -10/+28 |
| 2019-07-11 | Rollup merge of #62519 - pnkfelix:add-test-for-30786, r=pnkfelix | Mazdak Farrokhzad | -0/+140 |
| 2019-07-11 | Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper | Mazdak Farrokhzad | -71/+309 |
| 2019-07-11 | Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandry | Mazdak Farrokhzad | -66/+10 |
| 2019-07-11 | Add test for #49919 | Yuki Okushi | -0/+16 |
| 2019-07-10 | Auto merge of #62561 - Centril:rollup-5pxj3bo, r=Centril | bors | -10/+47 |
| 2019-07-11 | Add a regression test for #44692 | Vadim Petrochenkov | -1/+128 |
| 2019-07-11 | Fix failing tests | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | expand: Merge `expand_{bang,attr,derive}_invoc` into a single function | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | expand: It's always possible to create a dummy AST fragment | Vadim Petrochenkov | -2/+0 |
| 2019-07-11 | resolve: Fix access to extern and stdlib prelude from opaque macros | Vadim Petrochenkov | -0/+40 |
| 2019-07-11 | resolve: Divide macro path resolution into speculative and error reporting parts | Vadim Petrochenkov | -24/+24 |
| 2019-07-11 | resolve/expand: Catch macro kind mismatches early in resolve | Vadim Petrochenkov | -33/+89 |
| 2019-07-11 | resolve/expand: `resolve_macro_invocation` no longer returns determinate errors | Vadim Petrochenkov | -6/+6 |
| 2019-07-11 | resolve: Make proc macro stubs less stubby | Vadim Petrochenkov | -29/+47 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -2/+1 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -1/+1 |
| 2019-07-10 | Regression test for issue 30786. | Felix S. Klock II | -0/+140 |
| 2019-07-10 | Rollup merge of #62465 - matthewjasper:never-type-storage, r=pnkfelix | Mazdak Farrokhzad | -0/+15 |
| 2019-07-10 | Rollup merge of #62275 - eddyb:const-drop-replace, r=pnkfelix | Mazdak Farrokhzad | -10/+32 |
| 2019-07-10 | Ignore async-fn-size-moved-locals test on wasm
| Andrew Xu | -0/+1 |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -0/+465 |
| 2019-07-10 | Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-07-10 | Rollup merge of #62393 - petrochenkov:notto-disu, r=Mark-Simulacrum | Mazdak Farrokhzad | -8/+153 |
| 2019-07-09 | Auto merge of #62542 - Centril:rollup-5mpb8tu, r=Centril | bors | -711/+1157 |
| 2019-07-09 | Adjust codegen tests for DISPFlagMainSubprogram | Nikita Popov | -2/+2 |
| 2019-07-09 | Add a test case with `$crate` from other crate | Vadim Petrochenkov | -0/+66 |
| 2019-07-09 | Resolve `$crate` in all hygienic contexts for pretty-pringing | Vadim Petrochenkov | -25/+15 |