about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-07-23field does not exist error: note fields if Levenshtein suggestion failsZack M. Davis-13/+114
2017-07-23Auto merge of #43416 - tshepang:extra-layer, r=alexcrichtonbors-6/+5
2017-07-23Auto merge of #43256 - Others:patch-1, r=steveklabnikbors-4/+1
2017-07-23Auto merge of #43406 - canndrew:never-impl-clone, r=alexcrichtonbors-0/+1
2017-07-23Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichtonbors-105/+194
2017-07-22Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichtonbors-0/+3
2017-07-22doc: provide an actual equivalent to filter_mapTshepang Lekhonkhobe-6/+5
2017-07-22Auto merge of #43059 - Mark-Simulacrum:rustbuild-2.0, r=alexcrichtonbors-4677/+5460
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-22Auto merge of #42973 - zackmdavis:json_byte_position_to_start_at_top_of_file,...bors-3/+34
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-21Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090bSimon Sapin-0/+37
2017-07-21Ignore stack probe tests on AArch64Mátyás Mustoha-0/+3
2017-07-21Auto merge of #43318 - jhjourdan:jh/fix_weak_cound_MAX, r=alexcrichtonbors-1/+23
2017-07-20Fix testEsteban Küber-1/+1
2017-07-20Use the macro structure spans instead of the invocationEsteban Küber-11/+105
2017-07-21Auto merge of #43183 - michaelwoerister:internalize-symbols-without-llvm, r=e...bors-365/+559
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-353/+203
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-121/+61
2017-07-20Remove step.rsMark Simulacrum-1820/+0
2017-07-20Remove step.rs commentsMark Simulacrum-749/+1
2017-07-20Check RLS testsMark Simulacrum-1/+2
2017-07-20Change default documentation rules to correspond with previous state.Mark Simulacrum-2/+2
2017-07-20Don't include lldb/gdb in default testsMark Simulacrum-7/+5
2017-07-20trans: Make the collector search const fn invocations.Michael Woerister-5/+16
2017-07-20std: Cut down #[inline] annotations where not necessaryAlex Crichton-50/+50
2017-07-20Don't run host-only tests when targeting another platformMark Simulacrum-42/+114