about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-07-10Avoid unwrapping in PanicInfo doc example.Corey Farwell-1/+5
2018-07-10Auto merge of #52229 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-23/+177
2018-07-10Rollup merge of #52195 - alexcrichton:no-tmp, r=pnkfelixGuillaume Gomez-3/+3
2018-07-10Rollup merge of #52171 - bharrisau:fsub-count, r=estebankGuillaume Gomez-3/+4
2018-07-10Rollup merge of #52151 - GuillaumeGomez:trait-impl-settings, r=QuietMisdreavusGuillaume Gomez-14/+18
2018-07-10Rollup merge of #52149 - willmo:transparent-atomics, r=cramertjGuillaume Gomez-0/+3
2018-07-10Rollup merge of #52064 - Valloric:patch-1, r=cramertjGuillaume Gomez-1/+4
2018-07-10Rollup merge of #51722 - Aaronepower:master, r=Mark-SimulacrumGuillaume Gomez-2/+145
2018-07-10Rollup merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelixGuillaume Gomez-2/+49
2018-07-10Auto merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelixbors-2/+49
2018-07-10Auto merge of #52196 - ollie27:rustdoc_ctor_imports, r=QuietMisdreavusbors-5/+32
2018-07-10Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichtonbors-8/+253
2018-07-10Auto merge of #52168 - nikomatsakis:nll-region-name, r=estebankbors-22/+300
2018-07-10Auto merge of #52204 - zackmdavis:and_the_crate_of_the_missing_module, r=oli-obkbors-1/+55
2018-07-10Auto merge of #52177 - ljedrz:bare_gcc_warning, r=alexcrichtonbors-0/+8
2018-07-09in which `use` suggestions meet edition 2018Zack M. Davis-1/+55
2018-07-10Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrumbors-50/+96
2018-07-10Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertjbors-1/+21
2018-07-10rustdoc: Hide struct and enum variant constructor importsOliver Middleton-5/+32
2018-07-09Auto merge of #51899 - gnzlbg:llvm501, r=alexcrichtonbors-101/+17
2018-07-09rustc: Avoid /tmp/ in graphviz writingAlex Crichton-3/+3
2018-07-09Implement #[alloc_error_handler]Simon Sapin-7/+224
2018-07-09Add a test for the default allocation error hookSimon Sapin-0/+28
2018-07-09Remove `extern` on the `pub fn rust_oom` lang item in libstd, to match ABI of...Simon Sapin-1/+1
2018-07-09Auto merge of #50250 - csmoe:wf_traitref, r=scalexmbors-23/+82
2018-07-09Fix issue #51515 and update testashtneoi-4/+16
2018-07-09Add test case from issue #51515ashtneoi-0/+35
2018-07-09Change gcc warning file name, remove unnecessary referenceljedrz-2/+2
2018-07-09Change wordingscalexm-20/+22
2018-07-09Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obkbors-4/+57
2018-07-09add comment about lints whitelistingGuillaume Gomez-0/+2
2018-07-09revert travis-ci changesgnzlbg-2/+2
2018-07-09Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichtonbors-17/+72
2018-07-09Warn windows-gnu users that the bundled gcc can't compileljedrz-0/+8
2018-07-09run asmjs and emscripten builds on CI (temporary)gnzlbg-2/+2
2018-07-09still support LLVM4 for emscriptengnzlbg-1/+167
2018-07-09bump llvm version of failing codegen testgnzlbg-0/+1
2018-07-09bump minimum LLVM version to 5.0gnzlbg-268/+17
2018-07-09Auto merge of #52160 - euclio:include-macros, r=oli-obkbors-0/+35
2018-07-09Correct some codegen stats countersBen Harris-3/+4
2018-07-09Auto merge of #52066 - benjaminp:obligation-select, r=Mark-Simulacrumbors-2/+1
2018-07-09Auto merge of #52166 - orlp:master, r=joshtriplettbors-3/+9
2018-07-09Removed a single trailing space. Oops.Orson Peters-1/+1
2018-07-09find and highlight the `&` or `'_` in `region_name`Niko Matsakis-22/+300
2018-07-09Reimplemented Vec's swap_remove to not rely on pop.Orson Peters-4/+6
2018-07-09Performance improvement of Vec's swap_remove.Orson Peters-3/+7
2018-07-08add regression test for #48835Andy Russell-0/+35
2018-07-08Auto merge of #52152 - fabric-and-ink:edit-file-open-example, r=frewsxcvbors-3/+3
2018-07-08Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obkbors-1/+48
2018-07-08Edit code example for File::openFabian Drinck-3/+3