| Age | Commit message (Expand) | Author | Lines |
| 2019-10-26 | Rollup merge of #65761 - popzxc:document-ast, r=petrochenkov | Mazdak Farrokhzad | -26/+112 |
| 2019-10-26 | libsyntax: Document ast module | Igor Aleksanov | -26/+112 |
| 2019-10-25 | Rollup merge of #65790 - Centril:move-report-invalid, r=davidtwco | Mazdak Farrokhzad | -19/+20 |
| 2019-10-25 | Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwco | Mazdak Farrokhzad | -29/+5 |
| 2019-10-25 | Rollup merge of #65787 - Centril:panictry, r=davidtwco | Mazdak Farrokhzad | -17/+17 |
| 2019-10-25 | Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad | Mazdak Farrokhzad | -4/+199 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -7/+4 |
| 2019-10-25 | Rollup merge of #65747 - Centril:union-issue-fix, r=varkor | Mazdak Farrokhzad | -5/+13 |
| 2019-10-25 | Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwco | Mazdak Farrokhzad | -126/+124 |
| 2019-10-25 | move report_invalid_macro_expansion_item to item.rs | Mazdak Farrokhzad | -19/+20 |
| 2019-10-25 | move Attribute::with_desugared_doc to librustdoc | Mazdak Farrokhzad | -29/+5 |
| 2019-10-25 | move panictry! to where it is used. | Mazdak Farrokhzad | -17/+17 |
| 2019-10-24 | Adjust the tracking issue for `untagged_unions`. | Mazdak Farrokhzad | -5/+13 |
| 2019-10-24 | pre-expansion gate type_ascription | Mazdak Farrokhzad | -15/+9 |
| 2019-10-24 | pre-expansion gate box_syntax | Mazdak Farrokhzad | -7/+6 |
| 2019-10-24 | pre-expansion gate label_break_value | Mazdak Farrokhzad | -6/+7 |
| 2019-10-24 | dedup GAT gate checks | Mazdak Farrokhzad | -16/+21 |
| 2019-10-24 | pre-expansion gate try_blocks | Mazdak Farrokhzad | -4/+6 |
| 2019-10-24 | pre-expansion gate exclusive_range_pattern | Mazdak Farrokhzad | -8/+11 |
| 2019-10-24 | pre-expansion gate box_patterns | Mazdak Farrokhzad | -15/+7 |
| 2019-10-24 | pre-expansion gate decl_macro | Mazdak Farrokhzad | -5/+8 |
| 2019-10-24 | pre-expansion gate const_generics | Mazdak Farrokhzad | -11/+8 |
| 2019-10-24 | pre-expansion gate crate_visibility_modifier | Mazdak Farrokhzad | -8/+4 |
| 2019-10-24 | pre-expansion gate associated_type_bounds | Mazdak Farrokhzad | -16/+14 |
| 2019-10-24 | pre-expansion gate trait_alias. | Mazdak Farrokhzad | -9/+5 |
| 2019-10-24 | syntax: reject `trait Foo: Bar = Baz;`. | Mazdak Farrokhzad | -8/+20 |
| 2019-10-23 | Rollup merge of #65641 - nnethercote:derive-TokenStream-Encodable-Decodable, ... | Mazdak Farrokhzad | -15/+2 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -0/+3 |
| 2019-10-23 | Auto merge of #65716 - JohnTitor:rollup-fkcr85k, r=JohnTitor | bors | -9/+8 |
| 2019-10-23 | Rollup merge of #65686 - yjhmelody:yjhmelody-patch-1, r=Centril | Yuki Okushi | -9/+8 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -0/+3 |
| 2019-10-22 | Readd some PartialEq and Hash derives used by Clippy | flip1995 | -3/+6 |
| 2019-10-22 | refactor maybe_append | yjhmelody | -9/+8 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -10/+8 |
| 2019-10-21 | Fix the start/end byte positions in the compiler JSON output | Mikko Rantanen | -4/+199 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -10/+8 |
| 2019-10-21 | Derive `Rustc{En,De}codable` for `TokenStream`. | Nicholas Nethercote | -15/+2 |
| 2019-10-20 | typo fix | guanqun | -1/+1 |
| 2019-10-18 | Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2019-10-18 | Rollup merge of #65498 - SimonSapin:plugin-help, r=Centril | Tyler Mandry | -2/+8 |
| 2019-10-18 | Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnison | Tyler Mandry | -1/+27 |
| 2019-10-18 | Rollup merge of #65455 - nnethercote:avoid-unnecessary-TokenTree-to-TokenStre... | Tyler Mandry | -36/+41 |
| 2019-10-18 | Rollup merge of #65364 - XiangQingW:master, r=estebank | Tyler Mandry | -3/+20 |
| 2019-10-18 | Clarify diagnostics when using `~` as a unary op | Yuki Okushi | -1/+1 |
| 2019-10-18 | Change `MetaItem::tokens()` to `MetaItem::token_trees_and_joints()`. | Nicholas Nethercote | -21/+26 |
| 2019-10-18 | Change `Lit::tokens()` to `Lit::token_tree()`. | Nicholas Nethercote | -13/+13 |
| 2019-10-18 | Make `TokenStream::from_iter` less general and more efficient. | Nicholas Nethercote | -3/+3 |
| 2019-10-18 | Remove two no-op `into()` calls. | Nicholas Nethercote | -2/+2 |
| 2019-10-17 | Plugins deprecation: don’t suggest simply removing the attribute | Simon Sapin | -2/+8 |
| 2019-10-17 | Add long error explanation for E0584 | Guillaume Gomez | -1/+27 |