about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-25Rollup merge of #62827 - nikic:llvm-components, r=alexcrichtonMazdak Farrokhzad-16/+3
2019-07-25Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichtonMazdak Farrokhzad-2/+110
2019-07-25Rollup merge of #62784 - Disasm:riscv32i, r=estebankMazdak Farrokhzad-0/+35
2019-07-25Rollup merge of #62736 - lqd:polonius_tests3, r=matthewjasperMazdak Farrokhzad-49/+892
2019-07-25Rollup merge of #61727 - Mark-Simulacrum:crate-deps-in-deps, r=alexcrichtonMazdak Farrokhzad-3/+27
2019-07-25Use Foo instead of raw arraysYuki Okushi-3/+3
2019-07-24re-enable debug checks in MiriRalf Jung-2/+0
2019-07-24bump MiriRalf Jung-7/+9
2019-07-24Add commentScott Wolchok-0/+6
2019-07-24Use match ergonomics in Condvar documentationKevin W Matthews-18/+18
2019-07-24Gate binary dependency information behind -Zbinary-dep-depinfoMark Rousskov-11/+18
2019-07-24Add binary dependencies to dep-info filesMark Rousskov-3/+20
2019-07-24Rollup merge of #62927 - RalfJung:panic, r=oli-obkMazdak Farrokhzad-238/+241
2019-07-24Rollup merge of #62926 - Smibu:fix-typo, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-07-24Rollup merge of #62917 - estebank:trailing-slash, r=matkladMazdak Farrokhzad-1/+20
2019-07-24Rollup merge of #62916 - Centril:self-in-enum-def, r=oli-obkMazdak Farrokhzad-0/+36
2019-07-24Rollup merge of #62905 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-33/+33
2019-07-24Rollup merge of #62890 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-6/+6
2019-07-24Rollup merge of #62772 - estebank:trait-bound, r=matthewjasperMazdak Farrokhzad-36/+148
2019-07-24Rollup merge of #62738 - nathanwhit:fix_mem_uninit_cloudabi, r=RalfJungMazdak Farrokhzad-31/+50
2019-07-24Rollup merge of #62716 - RalfJung:unsafe-cell, r=CentrilMazdak Farrokhzad-2/+3
2019-07-24Rollup merge of #62641 - cuviper:unicode-12.1, r=matkladMazdak Farrokhzad-739/+770
2019-07-24Add test for #51559Ilija Tovilo-0/+18
2019-07-24Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_...bors-68/+68
2019-07-24Apply suggestions from code reviewRalf Jung-4/+4
2019-07-24fix unused importRalf Jung-1/+1
2019-07-24Refer to #50072 re. hack.Mazdak Farrokhzad-2/+2
2019-07-24Fix rebaseVadim Petrochenkov-1/+1
2019-07-24Demote template check error to a lint for `#[test]` and `#[bench]`Vadim Petrochenkov-7/+16
2019-07-24syntax_ext: Improve and simplify code generated by `#[global_allocator]`Vadim Petrochenkov-61/+34
2019-07-24syntax_ext: Reuse built-in attribute template checking for macro attributesVadim Petrochenkov-113/+132
2019-07-24syntax_ext: Turn `#[global_allocator]` into a regular attribute macroVadim Petrochenkov-235/+205
2019-07-24Merge `rustc_allocator` into `libsyntax_ext`Vadim Petrochenkov-74/+41
2019-07-24Fix typo in mem::uninitialized docMika Lehtinen-1/+1
2019-07-24use PanicMessage type for MIR assertion errorsRalf Jung-115/+155
2019-07-24kill InterpError::descriptionRalf Jung-154/+116
2019-07-24do not use InterpError::description outside librustc::mirRalf Jung-5/+6
2019-07-24Add test self-in-enum-definitionMazdak Farrokhzad-0/+36
2019-07-24Adjust tests for method disambiguation helpIlija Tovilo-0/+16
2019-07-24Add method disambiguation help for trait implementationIlija Tovilo-19/+107
2019-07-23Always emit trailing slash errorEsteban Küber-1/+20
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-68/+68
2019-07-23fix checkScott Wolchok-1/+2
2019-07-23review commentsEsteban Küber-3/+4
2019-07-23Auto merge of #62902 - Mark-Simulacrum:rollup-mxfk0mm, r=Mark-Simulacrumbors-372/+772
2019-07-23Require a value for configure --debuginfo-levelJosh Stone-6/+6
2019-07-23Fix another caseEsteban Küber-3/+72
2019-07-23Normalize use of backticks in compiler messages for docSamy Kacimi-33/+33
2019-07-23Normalize use of backticks in compiler messages for libsyntax/*Samy Kacimi-6/+6
2019-07-23Use raw pointers in std::sys::cloudabi when passing MaybeUninit valuesNathan-6/+6