| Age | Commit message (Expand) | Author | Lines |
| 2020-02-02 | Add test for E0628 (too many generator parameters) | Jonas Schievink | -0/+15 |
| 2020-02-02 | Add tests for generator resume arguments | Jonas Schievink | -0/+135 |
| 2020-02-02 | Fix error message on type mismatch in generator | Jonas Schievink | -2/+44 |
| 2020-02-02 | Make generator transform move resume arg around | Jonas Schievink | -7/+19 |
| 2020-02-02 | Change MIR building to fill in the resume place | Jonas Schievink | -26/+40 |
| 2020-02-02 | Add resume arg place to `Yield` MIR terminator | Jonas Schievink | -7/+26 |
| 2020-02-02 | Adjust tests to type inference changes | Jonas Schievink | -30/+60 |
| 2020-02-02 | Allow 0 or 1 explicit generator parameters | Jonas Schievink | -2/+2 |
| 2020-02-02 | Infer type of `yield` to be resume type | Jonas Schievink | -10/+24 |
| 2020-02-02 | Use real resume type as second argument | Jonas Schievink | -1/+2 |
| 2020-02-02 | Add a resume type param to the generator substs | Jonas Schievink | -13/+42 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -122/+185 |
| 2020-02-02 | Auto merge of #68754 - JohnTitor:clippy-up, r=JohnTitor | bors | -7/+7 |
| 2020-02-02 | Auto merge of #68672 - jonas-schievink:dedup-witness, r=Zoxc | bors | -24/+30 |
| 2020-02-02 | Update Clippy | Yuki Okushi | -7/+7 |
| 2020-02-02 | Rollup merge of #68740 - JohnTitor:do-not-sugg-underscore, r=Centril | Yuki Okushi | -0/+35 |
| 2020-02-02 | Rollup merge of #68736 - TimDiekmann:remove-alloc, r=Amanieu | Yuki Okushi | -7/+0 |
| 2020-02-02 | Rollup merge of #68727 - xfix:remove-comment-about-pretty-printer-in-format-t... | Yuki Okushi | -6/+0 |
| 2020-02-02 | Rollup merge of #68681 - bobrippling:fix-matched-angle-brackets, r=Centril | Yuki Okushi | -1/+82 |
| 2020-02-02 | Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum | Yuki Okushi | -15/+37 |
| 2020-02-02 | Do not suggest things named underscore | Yuki Okushi | -0/+35 |
| 2020-02-01 | Avoid qualified path recovery when not followed by identifier | Rob Pilling | -1/+5 |
| 2020-02-01 | Improve wording and docs for qualified path recovery | Rob Pilling | -7/+14 |
| 2020-02-01 | Move colon-check to recover_colon_before_qpath_proj() | Rob Pilling | -15/+23 |
| 2020-02-01 | Simplify span usage and avoid .eat() | Rob Pilling | -5/+5 |
| 2020-02-01 | Deduplicate generator interior types | Jonas Schievink | -24/+30 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -354/+396 |
| 2020-02-01 | pretty: raise recursion_limit = 256 | Mazdak Farrokhzad | -0/+1 |
| 2020-02-01 | fix fallout in tests | Mazdak Farrokhzad | -9/+13 |
| 2020-02-01 | pretty: injected_crate_name -> has_injected_crate | Mazdak Farrokhzad | -6/+5 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -7/+8 |
| 2020-02-01 | remove rustc_ast_pretty dep from rustc | Mazdak Farrokhzad | -2/+0 |
| 2020-02-01 | pacify the parallel compiler | Mazdak Farrokhzad | -5/+5 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -81/+105 |
| 2020-02-01 | 1. move allow_internal_unstable to rustc_attr | Mazdak Farrokhzad | -27/+21 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -86/+82 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -53/+102 |
| 2020-02-01 | syntax: simplify HasAttrs code | Mazdak Farrokhzad | -22/+12 |
| 2020-02-01 | pretty: remove ParseSess dependency | Mazdak Farrokhzad | -35/+23 |
| 2020-02-01 | syntax: move GLOBALS to attr module | Mazdak Farrokhzad | -41/+38 |
| 2020-02-01 | {syntax -> rustc_ast_passes}::node_count | Mazdak Farrokhzad | -5/+6 |
| 2020-02-01 | Remove `Alloc` in favor of `AllocRef` | Tim Diekmann | -7/+0 |
| 2020-02-01 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -5/+98 |
| 2020-02-01 | Remove a comment about pretty printer in formatting tests | Konrad Borowski | -6/+0 |
| 2020-02-01 | Auto merge of #68698 - tmiasko:catch-panic, r=Amanieu | bors | -2/+26 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -15/+37 |
| 2020-01-31 | Auto merge of #68633 - JohnTitor:avoid-ice-in-diagnostics, r=estebank | bors | -22/+27 |
| 2020-01-31 | Auto merge of #67073 - ssomers:btree_navigation, r=cuviper | bors | -236/+314 |
| 2020-01-31 | Bundle and document 6 BTreeMap navigation algorithms | Stein Somers | -236/+314 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -439/+439 |