summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-50/+114
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-10step_by: leave time of item skip unspecifiedEmerentius-1/+22
2018-07-10rustdoc: Hide struct and enum variant constructor importsOliver Middleton-5/+32
2018-07-09Auto merge of #51899 - gnzlbg:llvm501, r=alexcrichtonbors-100/+16
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-09Add "or destination" to {copy, clone}_from_slice exampleAnirudh Balaji-4/+4
2018-07-09Fix issue #51515 and update testashtneoi-4/+16
2018-07-09doc: Clarify the lifetime returned by `Box::leak`Josh Stone-1/+3
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-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-09Fix the documentation of `Option::replace`Clément RENAULT-1/+1
2018-07-09Add a basic test to `Option::replace`Clément RENAULT-0/+16
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-267/+16
2018-07-09Auto merge of #52160 - euclio:include-macros, r=oli-obkbors-0/+35
2018-07-09Also distribute cargo clippyOliver Schneider-1/+14
2018-07-09Inject clippy into the rls againOliver Schneider-31/+15
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-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-08rework `LineWriter` exampleAndy Russell-10/+24
2018-07-08add regression test for #48835Andy Russell-0/+35
2018-07-08Delete leftover filesjD91mZM2-1337/+0
2018-07-08Auto merge of #52152 - fabric-and-ink:edit-file-open-example, r=frewsxcvbors-3/+3
2018-07-08Update std::ascii::ASCIIExt deprecation notesKevin Zajler-10/+30
2018-07-08Remove fallback to parent modules from lexical resolutionVadim Petrochenkov-102/+317
2018-07-08Remove the comment line that harmed.Hideki Sekine-1/+0
2018-07-08Tweak to run test for thumbv7m target.Hideki Sekine-18/+20
2018-07-08Create Dockerfile based on dist-various-1.Hideki Sekine-0/+127
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
2018-07-08hygiene: Decouple transparencies from expansion IDsVadim Petrochenkov-68/+122
2018-07-08libsyntax_pos: Tweak some visibilitiesVadim Petrochenkov-11/+19