about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-14rustbuild: Tweak default rule inclusionAlex Crichton-2/+4
2016-11-14Update E0088 to new format, remove E0090Yossi Konstantinovsky-12/+24
2016-11-14Add fcntlJeremy Soller-5/+11
2016-11-14Auto merge of #37740 - bluss:corrected-vec-collect, r=alexcrichtonbors-20/+31
2016-11-14rustdoc: Fix some local inlining issuesOliver Middleton-69/+244
2016-11-14add test for #37765Alex Burka-0/+23
2016-11-14test: Move missing-items to a ui testAlex Crichton-15/+21
2016-11-14Remove thread-per-CPU bit as it may not be accurate.Steve Smith-6/+5
2016-11-14rustbuild: Allow configuration of python interpreterAlex Crichton-8/+38
2016-11-14Typo in new sectionSteve Smith-1/+1
2016-11-14Auto merge of #37755 - polo-language:doc-punct, r=GuillaumeGomezbors-183/+184
2016-11-14Add sections about concurrency and stdout/err capture to the Testing chapter ...Steve Smith-0/+43
2016-11-14Add warnings when the #[should_panic] attribute is invalidJosh Driver-7/+83
2016-11-14Auto merge of #37278 - matklad:lone-lifetime, r=jseyfriedbors-3/+6
2016-11-14don't build an object file for emit=asm,llvm-irJorge Aparicio-1/+5
2016-11-13Auto merge of #37754 - frewsxcv:path-push, r=GuillaumeGomezbors-5/+12
2016-11-14Fix where clauses parsingAleksey Kladov-4/+7
2016-11-14Remove `scope_auxiliary`.Nicholas Nethercote-129/+30
2016-11-14rustdoc: add cli argument `--playground-url`Liigo-4/+10
2016-11-13Auto merge of #37640 - michaelwoerister:llvm-type-names, r=brsonbors-272/+323
2016-11-14Add semicolon to "perhaps add a `use` for one of them" helpRobin Stocker-9/+9
2016-11-13Remove unused method CrateContext::rotate().Michael Woerister-16/+0
2016-11-13Adapt accidentally fixed test case.Michael Woerister-4/+1
2016-11-13Fix codegen test after change of llvm type naming schemeMichael Woerister-4/+4
2016-11-13Make names of types used in LLVM IR stable.Michael Woerister-248/+318
2016-11-13Auto merge of #37701 - Mark-Simulacrum:macro-parser-impvement, r=jseyfriedbors-212/+201
2016-11-13do not use deprecated text for unstable docsAndy Russell-14/+28
2016-11-14Uncomment some long error explanationGuillaume Gomez-4/+6
2016-11-13Auto merge of #37743 - jedireza:patch-2, r=blussbors-1/+1
2016-11-13Make LLVM debuginfo option names consistentA.J. Gardner-1/+1
2016-11-13Improved punctuation, capitalization, and sentence structure of code snippet ...Angelo Polo-183/+184
2016-11-13Let rustbuild parse llvm debuginfo optionA.J. Gardner-0/+1
2016-11-13Minor rewriting of `std::path::Path::push` doc example.Corey Farwell-5/+12
2016-11-13Auto merge of #37753 - est31:master, r=petrochenkovbors-3/+18
2016-11-13Fix empty lifetime list or one with trailing comma being rejectedest31-3/+18
2016-11-13coherence: skip impls with an erroneous trait refAriel Ben-Yehuda-1/+32
2016-11-13add cabi_msp430Jorge Aparicio-0/+62
2016-11-13Auto merge of #37735 - Mark-Simulacrum:remove-e-macro, r=blussbors-8/+3
2016-11-12Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomezbors-3/+32
2016-11-12Minor grammar fix to ffi.mdReza Akhavan-1/+1
2016-11-13vec: Use less code bloat specialized Vec::from_iterUlrik Sverdrup-20/+31
2016-11-12Auto merge of #37675 - arielb1:trans-closure, r=eddybbors-505/+455
2016-11-13Restore Vec::from_iter() specializationUlrik Sverdrup-1/+1
2016-11-12use write::run_assemblerJorge Aparicio-83/+26
2016-11-12use msp430-as to emit object files from the assembly that LLVM emitsJorge Aparicio-7/+83
2016-11-12oops, forgot to commit a rustbuild related fileJorge Aparicio-1/+2
2016-11-12also enable the MSP430 backend in MakefilesJorge Aparicio-1/+8
2016-11-12fix #37673Jorge Aparicio-0/+2
2016-11-12enable the MSP430 LLVM backendJorge Aparicio-1/+6
2016-11-12address review commentsAriel Ben-Yehuda-73/+80