| Age | Commit message (Expand) | Author | Lines |
| 2019-12-22 | Rollup merge of #67148 - Centril:ty-polish, r=estebank | Mazdak Farrokhzad | -36/+56 |
| 2019-12-21 | span_suggestion_hidden -> tool_only_span_suggestion | Mazdak Farrokhzad | -18/+0 |
| 2019-12-21 | parse_generic_bounds: account for negative lifetime bounds | Mazdak Farrokhzad | -29/+67 |
| 2019-12-21 | parse_ty_common: .fatal -> .struct_span_err | Mazdak Farrokhzad | -1/+1 |
| 2019-12-21 | Rollup merge of #67333 - wesleywiser:fix_inline_into_box_place, r=oli-obk | Mazdak Farrokhzad | -0/+71 |
| 2019-12-21 | Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakis | Mazdak Farrokhzad | -546/+760 |
| 2019-12-21 | Rollup merge of #67467 - matthewjasper:test-slice-patterns, r=oli-obk | Mazdak Farrokhzad | -0/+678 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-12-21 | Rollup merge of #67059 - TommasoBianchi:dropck_fix_pr, r=pnkfelix | Mazdak Farrokhzad | -0/+88 |
| 2019-12-21 | Update tests for GATs | Matthew Jasper | -546/+760 |
| 2019-12-21 | Add more tests for slice patterns | Matthew Jasper | -0/+678 |
| 2019-12-21 | Auto merge of #66994 - Centril:stmt-polish, r=estebank | bors | -370/+969 |
| 2019-12-20 | Move the rest of the mir-opt inline tests into a folder | Wesley Wiser | -0/+0 |
| 2019-12-20 | [mir-opt] Fix `Inline` pass to handle inlining into `box` expressions | Wesley Wiser | -0/+71 |
| 2019-12-21 | Auto merge of #67464 - Centril:rollup-j3mkl1m, r=Centril | bors | -14/+220 |
| 2019-12-20 | tweak var/auto/mut recovery | Mazdak Farrokhzad | -24/+32 |
| 2019-12-20 | use .span_suggestion_short for && | Mazdak Farrokhzad | -8/+8 |
| 2019-12-20 | ast_stmt_expr_attr -> pretty & ui tests | Mazdak Farrokhzad | -311/+692 |
| 2019-12-20 | recover `#[attr] if expr {}` | Mazdak Farrokhzad | -0/+44 |
| 2019-12-20 | recover on 'mut', 'var', 'auto' | Mazdak Farrokhzad | -0/+80 |
| 2019-12-20 | recover on 'do catch { .. }' | Mazdak Farrokhzad | -5/+19 |
| 2019-12-20 | add recovery to parse_labeled_expr | Mazdak Farrokhzad | -0/+22 |
| 2019-12-20 | Add a UI test for correct parsing | A C | -0/+32 |
| 2019-12-20 | implement recovery in check_assoc_op | Mazdak Farrokhzad | -54/+72 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-20 | Rollup merge of #67314 - matthewjasper:union-move-errors, r=nikomatsakis | Mazdak Farrokhzad | -0/+57 |
| 2019-12-20 | Rollup merge of #67163 - TheSamsa:split-up-ptr-mod, r=Mark-Simulacrum | Mazdak Farrokhzad | -10/+10 |
| 2019-12-20 | Rollup merge of #67130 - wesleywiser:const_prop_into_locals, r=oli-obk | Mazdak Farrokhzad | -4/+153 |
| 2019-12-20 | Auto merge of #67020 - pnkfelix:issue-59535-accumulate-past-lto-imports, r=mw | bors | -0/+136 |
| 2019-12-20 | Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddyb | Mazdak Farrokhzad | -0/+154 |
| 2019-12-20 | Rollup merge of #67354 - VirrageS:blame-wrong-line, r=estebank | Mazdak Farrokhzad | -5/+49 |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -75/+631 |
| 2019-12-20 | Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obk | Mazdak Farrokhzad | -230/+788 |
| 2019-12-20 | Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r... | Mazdak Farrokhzad | -24/+24 |
| 2019-12-20 | Rollup merge of #67219 - jsgf:command-argv0-debug, r=joshtriplett | Mazdak Farrokhzad | -0/+24 |
| 2019-12-20 | Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor | Mazdak Farrokhzad | -37/+144 |
| 2019-12-20 | General purpose teest cases contributed by mw. | Felix S. Klock II | -0/+136 |
| 2019-12-19 | Don't suppress move errors for union fields | Matthew Jasper | -0/+57 |
| 2019-12-19 | Rollup merge of #67406 - ohadravid:suggest-assoc-type, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-12-19 | Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebank | Mazdak Farrokhzad | -90/+90 |
| 2019-12-19 | Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ... | Christoph Schmidler | -10/+10 |
| 2019-12-18 | Add more tests for raw_ref_op | Matthew Jasper | -167/+589 |
| 2019-12-18 | Update test now that reference to pointer casts have more checks | Matthew Jasper | -23/+46 |
| 2019-12-18 | Check const-propagation of borrows of unsized places | Matthew Jasper | -0/+7 |
| 2019-12-18 | Add mir opt test for AddressOf | Matthew Jasper | -0/+112 |
| 2019-12-18 | Make slice drop shims use AddressOf | Matthew Jasper | -9/+9 |
| 2019-12-18 | Start generating AddressOf rvalues in MIR | Matthew Jasper | -31/+25 |
| 2019-12-18 | Suggest associated type when the specified one cannot be found | Ohad Ravid | -1/+1 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -2/+18 |
| 2019-12-16 | Always build and ship parallel-enabled compilers | Mark Rousskov | -18/+2 |