about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-08regression test.Felix S. Klock II-0/+16
2019-07-08Avoid infinite looping in `print_def_path`.Felix S. Klock II-1/+25
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-08Added test explicitly testing that this PR continues to handle empty arrays i...Felix S. Klock II-0/+17
2019-07-08Fix Pin urls in Option documentationGuillaume Gomez-0/+4
2019-07-08Regression tests and updates to existing tests.Felix S. Klock II-0/+448
2019-07-08Rewrite with future-compat lint for indirect pattern omittingFelix S. Klock II-6/+185
2019-07-08future-compat lint for newly handled cases of `#[structural_match]`.Felix S. Klock II-0/+11
2019-07-08Note that `eq_trait` denotes `trait PartialEq`, not `Eq`, so you don't have t...Felix S. Klock II-0/+1
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-07tests: Add tests that use const fns.David Wood-0/+39
2019-07-07tests: Update and add tests for RFC 2203.David Wood-32/+96
2019-07-07rustc_mir: Re-use `report_selection_error`.David Wood-35/+53
2019-07-07syntax: Add feature gate.David Wood-6/+46
2019-07-07rustc/rustc_mir: Implement RFC 2203.David Wood-149/+505
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-07Add help message for mutation though overloaded place operatorsMatthew Jasper-140/+149
2019-07-07Move `BorrowedContentSource` from move_errors to error_reportingMatthew Jasper-129/+133
2019-07-07Only omit StorageLive/Dead for variable that are never initializedMatthew Jasper-25/+55
2019-07-07Give index temporaries a drop scopeMatthew Jasper-4/+6
2019-07-07Add missing urls for osstrGuillaume Gomez-3/+4
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
2019-07-07Address review comments + Fix rebaseVadim Petrochenkov-12/+22