about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-09Rollup merge of #62541 - mark-i-m:patch-1, r=CentrilMazdak Farrokhzad-1/+1
2019-07-09Rollup merge of #62527 - matklad:debug-assert, r=CentrilMazdak Farrokhzad-6/+6
2019-07-09Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-693/+693
2019-07-09Rollup merge of #62520 - pnkfelix:add-test-for-42574, r=alexcrichtonMazdak Farrokhzad-0/+39
2019-07-09Rollup merge of #62515 - tshepang:consistent, r=CentrilMazdak Farrokhzad-3/+2
2019-07-09Rollup merge of #62470 - dima74:patch-1, r=GuillaumeGomezMazdak Farrokhzad-0/+1
2019-07-09Rollup merge of #62450 - nagisa:reclimit, r=pnkfelixMazdak Farrokhzad-29/+389
2019-07-09Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelixMazdak Farrokhzad-24/+61
2019-07-09Add spastorino for rustc-guide toolstateWho? Me?!-1/+1
2019-07-09Apply suggestions from code reviewAleksey Kladov-3/+3
2019-07-09Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelixbors-17/+43
2019-07-09clarify that debug_assert does not completely omits the codeAleksey Kladov-6/+6
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-693/+693
2019-07-09Regression test for issue 42574.Felix S. Klock II-0/+39
2019-07-09Auto merge of #62463 - Disasm:riscv-lto, r=alexcrichtonbors-0/+0
2019-07-09Auto merge of #62460 - RalfJung:llvm-null, r=eddybbors-5/+12
2019-07-09Rollup merge of #62494 - sinkuu:unused_deps, r=alexcrichtonMazdak Farrokhzad-3/+0
2019-07-09Rollup merge of #62403 - SimonSapin:concat, r=alexcrichtonMazdak Farrokhzad-74/+76
2019-07-09Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,...Mazdak Farrokhzad-139/+217
2019-07-09Rollup merge of #60458 - KodrAus:debug_map_entry, r=alexcrichtonMazdak Farrokhzad-25/+238
2019-07-09add feature to docsAshley Mannix-0/+2
2019-07-08Auto merge of #61224 - aloucks:drain_filter, r=Gankrobors-9/+169
2019-07-09Remove unused dependenciesShotaro Yamada-3/+0
2019-07-08Auto merge of #62473 - timvermeulen:is_sorted_by_key, r=scottmcmbors-5/+5
2019-07-08Add documentation to float conversion methodsLzu Tao-20/+144
2019-07-08Add float conversions to and from bytesTobias Bucher-0/+106
2019-07-08Rollup merge of #62478 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-11/+11
2019-07-08Rollup merge of #62477 - petrhosek:unwind-bootstrap, r=cramertjMazdak Farrokhzad-8/+15
2019-07-08Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-26/+26
2019-07-08Rollup merge of #62462 - JohnTitor:document-while, r=CentrilMazdak Farrokhzad-9/+56
2019-07-08Rollup merge of #62356 - soc:topic/contains, r=CentrilMazdak Farrokhzad-0/+78
2019-07-08add key and value methods to DebugMapAshley Mannix-25/+236
2019-07-08normalize use of backticks for compiler messages in librustc_codegenSamy Kacimi-11/+11
2019-07-07Re-add bootstrap attribute to libunwind for llvm-libunwind featurePetr Hosek-8/+15
2019-07-07Clarify double-drop commentAaron Loucks-1/+1
2019-07-07Only call the closure parameter of Iterator::is_sorted_by_key once per itemTim Vermeulen-5/+5
2019-07-07Auto merge of #62435 - scottmcm:constrained-array-impls, r=centrilbors-8/+479
2019-07-07Use const generics for array impls, restricted to 0..=32Scott McMurray-8/+479
2019-07-07Remove while loop in DrainFilter::drop and add additional docsAaron Loucks-19/+21
2019-07-07cli: make help output for -l and -L consistentTshepang Lekhonkhobe-3/+2
2019-07-07normalize use of backticks in compiler messages for librustc_typecheckSamy Kacimi-26/+26
2019-07-07Prevent shrinking of "crate select" element on FirefoxDmitry Murzin-0/+1
2019-07-07Rollup merge of #62286 - petrhosek:rustc-no-duplicate-archives, r=cramertjMazdak Farrokhzad-3/+16
2019-07-07Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomezMazdak Farrokhzad-4/+78
2019-07-07Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasperMazdak Farrokhzad-431/+517
2019-07-07Rollup merge of #61883 - zackmdavis:non_ascii_idents_lint, r=ManishearthMazdak Farrokhzad-0/+68
2019-07-07Implement Option::contains, Result::contains and Result::contains_errSimon Ochsenreither-0/+78
2019-07-07Document `while` keywordYuki Okushi-9/+56
2019-07-07Update LLVM: apply patch necessary for ThinLTO on RISC-VVadim Kaushan-0/+0
2019-07-07Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichtonbors-118/+36