about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-07-22Use checked NonZero constructor instead of explicit null check in btreeSimon Sapin-6/+4
2017-07-22Add conversions from references to NonZero pointers, Unique, and SharedSimon Sapin-5/+52
2017-07-22Add Box::into_uniqueSimon Sapin-21/+48
2017-07-22Implement From<Unique<T>> for Shared<T>Simon Sapin-0/+8
2017-07-22Rename {NonZero,Shared,Unique}::new_checked to newSimon Sapin-5/+5
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-46/+46
2017-07-22Add `new_checked(…) -> Option<Self>` to NonZero, Unique, and Shared.Simon Sapin-19/+65
2017-07-22Auto merge of #43059 - Mark-Simulacrum:rustbuild-2.0, r=alexcrichtonbors-4677/+5460
2017-07-22Add generic example of std::ops::Sub in doc commentsmandeep-0/+36
2017-07-22Make distcheck work again.Mark Simulacrum-1/+6
2017-07-22Auto merge of #43367 - alexcrichton:remove-inline-always, r=sfacklerbors-50/+50
2017-07-22Add make_run to distcheck.Mark Simulacrum-0/+4
2017-07-22Auto merge of #43352 - estebank:macro-span-replacement, r=petrochenkovbors-13/+97
2017-07-22Fix StartupObject buildMark Simulacrum-1/+1
2017-07-22Auto merge of #43344 - tlively:wasm-debug, r=alexcrichtonbors-1/+4
2017-07-22Add !: Clone implAndrew Cann-0/+1
2017-07-22Auto merge of #43343 - petrochenkov:methlife3, r=estebankbors-24/+140
2017-07-22Auto merge of #43323 - perryprog:master, r=estebankbors-18/+91
2017-07-22Gate signatures on the configNick Cameron-0/+21
2017-07-22Use config::pub_only rather than a spearate api modeNick Cameron-161/+51
2017-07-22Use Config::full_docs to trim documentationNick Cameron-38/+44
2017-07-22Use a config file with save-analysisNick Cameron-32/+62
2017-07-22Auto merge of #42973 - zackmdavis:json_byte_position_to_start_at_top_of_file,...bors-3/+34
2017-07-21Correct the spelling of "homogeneous"Josh Stone-23/+23
2017-07-21run-make test for JSON error byte start/endZack M. Davis-0/+32
2017-07-21make JSON error byte position start at top of fileZack M. Davis-3/+2
2017-07-21Review commentsEsteban Küber-26/+16
2017-07-21Auto merge of #43274 - bitshifter:union-align, r=petrochenkovbors-8/+116
2017-07-21More testsPerry Fraser-0/+80
2017-07-21Relax a codegen test to be compatible with LLVM 5.0Alex Crichton-8/+8
2017-07-21Auto merge of #43319 - SimonSapin:cargoup, r=alexcrichtonbors-0/+37
2017-07-21Fix archive member names on 5.0Alex Crichton-0/+4
2017-07-21update attributes API usageAlex Crichton-1/+26
2017-07-21rustllvm: split DebugLoc in UnpackOptimizationDiagnosticTim Neumann-21/+52
2017-07-21Auto merge of #43313 - pftbest:fix_asm, r=alexcrichtonbors-1/+1
2017-07-21rustllvm: update to SyncScope::IDTim Neumann-0/+13
2017-07-21rustllvm: adjust usage of createNameSpaceTim Neumann-1/+5
2017-07-21rustllvm: adjust usage of createPointerTypeTim Neumann-1/+9
2017-07-21rustllvm: use LLVMMetadataRefTim Neumann-73/+75
2017-07-21rustllvm: define LLVM_VERSION_LTTim Neumann-0/+2
2017-07-21Adjust new suggestions to the suggestion guidelinesOliver Schneider-64/+40
2017-07-21rustbuild: Fix the --build argument to bootstrap.pySegev Finer-1/+2
2017-07-21*.natvis: Use s8 postfixes to correctly interpret rust strings as UTF-8.MaulingMonkey-4/+4
2017-07-21Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090bSimon Sapin-0/+37
2017-07-21Ignore stack probe tests on AArch64Mátyás Mustoha-0/+3
2017-07-21Add a missing verb to the description of std::process::ExitStatus::success().Petr Zemek-2/+2
2017-07-20Document use of `compiler_builtins` with `no_std` binariesJoe Ranweiler-0/+43
2017-07-20Tell `tidy` about `compiler_builtins_lib` featureJoe Ranweiler-0/+12
2017-07-21Auto merge of #43318 - jhjourdan:jh/fix_weak_cound_MAX, r=alexcrichtonbors-1/+23
2017-07-20Fix testEsteban Küber-1/+1