| Age | Commit message (Expand) | Author | Lines |
| 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 | suggest tuple struct syntax | Cedric | -34/+49 |
| 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 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -52/+55 |
| 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 |
| 2019-06-16 | Separate libarena::lib module | chansuke | -215/+214 |
| 2019-06-16 | Separate liballoc module | chansuke | -1/+1 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -738/+856 |
| 2019-06-16 | Add special behaviour when int is zero | Christian Poveda | -2/+6 |
| 2019-06-16 | Replace to_bits by force_bits and move size as parameter | Christian Poveda | -6/+14 |
| 2019-06-16 | Change to_ptr by force_ptr | Christian Poveda | -7/+7 |
| 2019-06-16 | Add force_bits and force_ptr methods | Christian Poveda | -1/+46 |