| Age | Commit message (Expand) | Author | Lines |
| 2020-02-03 | Address review comments | Matthew Jasper | -96/+143 |
| 2020-02-03 | Make `Candidate` private | Matthew Jasper | -7/+10 |
| 2020-02-03 | Add more tests for or-patterns | Matthew Jasper | -0/+474 |
| 2020-02-01 | Basic run-pass tests for or-patterns | Dan Robertson | -0/+151 |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -370/+332 |
| 2020-02-01 | Implement general or-patterns in `let` statements | Matthew Jasper | -52/+55 |
| 2020-02-01 | Implement general or-patterns in `match` expressions | Matthew Jasper | -88/+381 |
| 2020-02-01 | Don't create unnecessary block | Matthew Jasper | -10/+3 |
| 2020-02-01 | Generate prebinding blocks lazily | Matthew Jasper | -117/+100 |
| 2020-02-01 | Remove or_patterns from INCOMPLETE_FEATURES | Matthew Jasper | -248/+154 |
| 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 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -5/+98 |
| 2020-02-01 | Auto merge of #68698 - tmiasko:catch-panic, r=Amanieu | bors | -2/+26 |
| 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 |
| 2020-01-31 | Auto merge of #67340 - nnethercote:shrink-Nonterminal, r=petrochenkov | bors | -122/+144 |
| 2020-01-31 | Auto merge of #68685 - Dylan-DPC:rollup-rkbo05z, r=Dylan-DPC | bors | -93/+188 |
| 2020-01-31 | Rollup merge of #68680 - ollie27:doc_alloc_playground, r=Centril | Dylan DPC | -0/+1 |
| 2020-01-31 | Rollup merge of #68670 - euclio:invalid-issue, r=estebank | Dylan DPC | -30/+47 |
| 2020-01-31 | Rollup merge of #68669 - euclio:doc-comment-stmt, r=estebank | Dylan DPC | -2/+89 |
| 2020-01-31 | Rollup merge of #68660 - kubo39:patch-1, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-01-31 | Rollup merge of #68638 - GuillaumeGomez:links-cmp-traits, r=Dylan-DPC | Dylan DPC | -20/+31 |
| 2020-01-31 | Rollup merge of #68588 - Centril:check-unsafety-clean, r=Mark-Simulacrum | Dylan DPC | -39/+18 |
| 2020-01-31 | Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrum | bors | -1/+4 |
| 2020-01-31 | Remove incorrect debug assertions from catch_unwind | Tomasz Miąsko | -2/+26 |
| 2020-01-30 | Add `#![doc(html_playground_url = ...)]` to alloc crate | Oliver Middleton | -0/+1 |
| 2020-01-30 | Auto merge of #66577 - WaffleLapkin:iter_take_while_map, r=mark-simulcrum | bors | -1/+195 |
| 2020-01-30 | Change opt-level from 2 back to 3 | Gregor Peach | -1/+4 |
| 2020-01-30 | clarify "incorrect issue" error | Andy Russell | -30/+47 |
| 2020-01-30 | suggest adding space in accidental doc comments | Andy Russell | -2/+89 |
| 2020-01-30 | Add missing links for cmp traits | Guillaume Gomez | -20/+31 |
| 2020-01-30 | Auto merge of #68661 - nnethercote:rm-unused-read_uleb128-param, r=Mark-Simul... | bors | -6/+6 |
| 2020-01-30 | Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ... | bors | -77/+207 |
| 2020-01-30 | Change Applicability to `HasPlaceholders` | Yuki Okushi | -1/+1 |