about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-17Auto merge of #61781 - christianpoveda:intptrcast-model, r=oli-obk,RalfJungbors-10/+67
2019-06-17Auto merge of #61857 - Centril:typeck-extract-expr, r=oli-obkbors-1382/+1543
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-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
2019-06-16Rollup merge of #61869 - Centril:cleanup-feature-gates, r=alexregMazdak Farrokhzad-3/+2
2019-06-16Rollup merge of #61866 - sinkuu:redundant_clone, r=petrochenkovMazdak Farrokhzad-16/+17
2019-06-16Rollup merge of #61832 - RalfJung:miri, r=oli-obkMazdak Farrokhzad-18/+6
2019-06-16Rollup merge of #61829 - Keruspe:libunwind-src, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-06-16Rollup merge of #61704 - petrhosek:llvm-linker-flags, r=alexcrichtonMazdak Farrokhzad-0/+19
2019-06-16Rollup merge of #61447 - scottmcm:vec-vecdeque, r=sfacklerMazdak Farrokhzad-0/+31
2019-06-16librustc_codegen_llvm: Use repr(transparent) for bitflags over repr(C) (#61306)John Paul Adrian Glaubitz-2/+2
2019-06-15Auto merge of #61828 - RalfJung:cfg-if, r=alexcrichtonbors-1/+1
2019-06-15Auto merge of #61868 - Centril:rollup-gglsecp, r=Centrilbors-130/+198
2019-06-15cleanup some new active feature gates.Mazdak Farrokhzad-3/+2
2019-06-15Rollup merge of #61854 - alexreg:fix-type-alias-enum-patterns, r=CentrilMazdak Farrokhzad-17/+17
2019-06-15Rollup merge of #61844 - AaronKutch:master, r=CentrilMazdak Farrokhzad-45/+45
2019-06-15Rollup merge of #61824 - rust-lang:single_derive, r=eddybMazdak Farrokhzad-0/+18
2019-06-15Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petro...Mazdak Farrokhzad-53/+40
2019-06-15Rollup merge of #61805 - davidtwco:ice-const-generic-repeat-expr-count-sequel...Mazdak Farrokhzad-12/+43
2019-06-15Rollup merge of #61785 - RalfJung:as-ref, r=rkruppeMazdak Farrokhzad-3/+35
2019-06-15Auto merge of #61143 - estebank:issue-61106, r=eddybbors-1/+39
2019-06-15Remove unnecessary `.clone()`Shotaro Yamada-14/+14
2019-06-15Use `slice::from_ref` instead of cloningShotaro Yamada-2/+3