about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-06-17Add `syn` to workspace hack.Eric Huss-2/+3
2019-06-17Update cargoEric Huss-120/+249
2019-06-17Rollup merge of #61908 - matklad:overflow, r=petrochenkovMazdak Farrokhzad-6/+25
2019-06-17Rollup merge of #61893 - chpio:weak_ptr_eq_methods, r=rkruppeMazdak Farrokhzad-14/+14
2019-06-17Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJungMazdak Farrokhzad-4/+37
2019-06-17Rollup merge of #61836 - ljedrz:i_still_hate_node_ids, r=ljedrzMazdak Farrokhzad-378/+270
2019-06-17Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obkMazdak Farrokhzad-2/+11
2019-06-17remove superfluous spaceljedrz-1/+1
2019-06-17suggest tuple struct syntaxCedric-34/+49
2019-06-17Auto merge of #61781 - christianpoveda:intptrcast-model, r=oli-obk,RalfJungbors-10/+67
2019-06-17fix rebase falloutljedrz-1/+1
2019-06-17change NodeId to HirId in some HIR docsljedrz-7/+7
2019-06-17simplify ICE handling in HirIdValidatorljedrz-12/+0
2019-06-17fix a HIR doc, simplify one HIR-related function callljedrz-3/+2
2019-06-17renamve hir_to_string to node_to_stringljedrz-32/+32
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-164/+164
2019-06-17replace some uses of NodeId with HirIdljedrz-190/+95
2019-06-17don't ICE on large filesAleksey Kladov-6/+25
2019-06-17Auto merge of #61857 - Centril:typeck-extract-expr, r=oli-obkbors-1382/+1543
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-52/+55
2019-06-17Auto merge of #58508 - Zoxc:time-crate, r=oli-obkbors-4/+16
2019-06-17Auto merge of #61889 - matthiaskrgr:submodule_upd, r=oli-obkbors-8/+10
2019-06-16Auto merge of #61892 - rijenkii:master, r=Centrilbors-0/+9
2019-06-16Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkovbors-80/+134
2019-06-16Auto merge of #61881 - glaubitz:sparc64-ffi-abi, r=petrochenkovbors-2/+2
2019-06-16Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelixbors-85/+409
2019-06-16Auto merge of #61739 - chansuke:separate-unit-tests, r=petrochenkovbors-5277/+5260
2019-06-16make `Weak::ptr_eq`s into methodsThomas Heck-14/+14
2019-06-16if if if ifRijenkii-0/+9
2019-06-16Fix tidyVadim Petrochenkov-18/+21
2019-06-16Separate libsyntax_ext modulechansuke-215/+212
2019-06-16Separate libfmt_macros modulechansuke-245/+244
2019-06-16Separate bootstrap modulechansuke-658/+657
2019-06-16Separate libtest modulechansuke-1031/+1029
2019-06-16Separate libserialize modulechansuke-212/+210
2019-06-16Separate librustcdoc modulechansuke-510/+507
2019-06-16Separate librustc modulechansuke-708/+707
2019-06-16Separate librustc_metadata modulechansuke-49/+48
2019-06-16Separate librustc_lint modulechansuke-23/+22
2019-06-16Separate librustc_data_structures modulechansuke-915/+913
2019-06-16Separate librustc_codegen_ssa modulechansuke-95/+94
2019-06-16submodules: update clippy from 7b2a7a22 to be5d17feMatthias Krüger-8/+10
2019-06-16Separate libgraphviz modulechansuke-382/+381
2019-06-16Separate libarena::lib modulechansuke-215/+214
2019-06-16Separate liballoc modulechansuke-1/+1
2019-06-16Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelixbors-738/+856
2019-06-16Add special behaviour when int is zeroChristian Poveda-2/+6
2019-06-16Replace to_bits by force_bits and move size as parameterChristian Poveda-6/+14
2019-06-16Change to_ptr by force_ptrChristian Poveda-7/+7
2019-06-16Add force_bits and force_ptr methodsChristian Poveda-1/+46