| Age | Commit message (Expand) | Author | Lines |
| 2019-06-18 | syntax: Move `default_transparency` into `ExpnInfo` | Vadim Petrochenkov | -28/+27 |
| 2019-06-18 | syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo` | Vadim Petrochenkov | -80/+59 |
| 2019-06-18 | resolve: Avoid creating fresh syntax extensions for all non-macro attributes | Vadim Petrochenkov | -11/+16 |
| 2019-06-18 | syntax: Remove `DummyResolver` | Vadim Petrochenkov | -25/+0 |
| 2019-06-18 | allow_internal_unstable: Avoid some more allocations | Vadim Petrochenkov | -23/+16 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -349/+269 |
| 2019-06-18 | Auto merge of #61771 - ehuss:update-cargo, r=alexcrichton | bors | -122/+252 |
| 2019-06-17 | Auto merge of #61915 - Centril:rollup-oire3i8, r=Centril | bors | -404/+357 |
| 2019-06-17 | Bump libgit2-sys to get it to compile on i686-pc-windows-gnu. | Eric Huss | -4/+4 |
| 2019-06-17 | Add `syn` to workspace hack. | Eric Huss | -2/+3 |
| 2019-06-17 | Update cargo | Eric Huss | -120/+249 |
| 2019-06-17 | Rollup merge of #61908 - matklad:overflow, r=petrochenkov | Mazdak Farrokhzad | -6/+25 |
| 2019-06-17 | Rollup merge of #61893 - chpio:weak_ptr_eq_methods, r=rkruppe | Mazdak Farrokhzad | -14/+14 |
| 2019-06-17 | Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJung | Mazdak Farrokhzad | -4/+37 |
| 2019-06-17 | Rollup merge of #61836 - ljedrz:i_still_hate_node_ids, r=ljedrz | Mazdak Farrokhzad | -378/+270 |
| 2019-06-17 | Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obk | Mazdak Farrokhzad | -2/+11 |
| 2019-06-17 | remove superfluous space | ljedrz | -1/+1 |
| 2019-06-17 | Auto merge of #61781 - christianpoveda:intptrcast-model, r=oli-obk,RalfJung | bors | -10/+67 |
| 2019-06-17 | fix rebase fallout | ljedrz | -1/+1 |
| 2019-06-17 | change NodeId to HirId in some HIR docs | ljedrz | -7/+7 |
| 2019-06-17 | simplify ICE handling in HirIdValidator | ljedrz | -12/+0 |
| 2019-06-17 | fix a HIR doc, simplify one HIR-related function call | ljedrz | -3/+2 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -32/+32 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -164/+164 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -190/+95 |
| 2019-06-17 | don't ICE on large files | Aleksey Kladov | -6/+25 |
| 2019-06-17 | Auto merge of #61857 - Centril:typeck-extract-expr, r=oli-obk | bors | -1382/+1543 |
| 2019-06-17 | Auto merge of #58508 - Zoxc:time-crate, r=oli-obk | bors | -4/+16 |
| 2019-06-17 | Auto merge of #61889 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -8/+10 |
| 2019-06-16 | Auto merge of #61892 - rijenkii:master, r=Centril | bors | -0/+9 |
| 2019-06-16 | Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov | bors | -80/+134 |
| 2019-06-16 | Auto merge of #61881 - glaubitz:sparc64-ffi-abi, r=petrochenkov | bors | -2/+2 |
| 2019-06-16 | Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix | bors | -85/+409 |
| 2019-06-16 | Auto merge of #61739 - chansuke:separate-unit-tests, r=petrochenkov | bors | -5277/+5260 |
| 2019-06-16 | make `Weak::ptr_eq`s into methods | Thomas Heck | -14/+14 |
| 2019-06-16 | if if if if | Rijenkii | -0/+9 |
| 2019-06-16 | Fix tidy | Vadim Petrochenkov | -18/+21 |
| 2019-06-16 | Separate libsyntax_ext module | chansuke | -215/+212 |
| 2019-06-16 | Separate libfmt_macros module | chansuke | -245/+244 |
| 2019-06-16 | Separate bootstrap module | chansuke | -658/+657 |
| 2019-06-16 | Separate libtest module | chansuke | -1031/+1029 |
| 2019-06-16 | Separate libserialize module | chansuke | -212/+210 |
| 2019-06-16 | Separate librustcdoc module | chansuke | -510/+507 |
| 2019-06-16 | Separate librustc module | chansuke | -708/+707 |
| 2019-06-16 | Separate librustc_metadata module | chansuke | -49/+48 |
| 2019-06-16 | Separate librustc_lint module | chansuke | -23/+22 |
| 2019-06-16 | Separate librustc_data_structures module | chansuke | -915/+913 |
| 2019-06-16 | Separate librustc_codegen_ssa module | chansuke | -95/+94 |
| 2019-06-16 | submodules: update clippy from 7b2a7a22 to be5d17fe | Matthias Krüger | -8/+10 |
| 2019-06-16 | Separate libgraphviz module | chansuke | -382/+381 |