about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-30[ci] run-make/thumb-none-qemu: add thumbv6m-none-qemuHideki Sekine-1/+1
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-571/+94
2018-09-30[ci] run-make/thumb-none-qemu: uses cortex-m-rt crate.Hideki Sekine-14/+5
2018-09-30[ci] thumbv7m-none-eabi: add more variable.Hideki Sekine-2/+4
2018-09-30[ci] thumbv7m-none-eabi: build lm3s6965evb and runon QEMUHideki Sekine-0/+40
2018-09-30[ci] add qemu-system-arm in docker imageHideki Sekine-1/+2
2018-09-30Correct doc for WorkQueue<T>::pop().Niek Sanders-1/+1
2018-09-29Auto merge of #54591 - ljedrz:cleanup_typeck_rest, r=zackmdavisbors-392/+344
2018-09-29Rename sanitizer runtime libraries on OSXAlex Crichton-4/+37
2018-09-29Improve bug! message for impossible case in RelatePhilipp Hansch-1/+6
2018-09-29Auto merge of #54240 - csmoe:nonzero_from, r=alexcrichtonbors-0/+14
2018-09-29Improve ux when calling associated functions with dot notationDonato Sciarra-14/+69
2018-09-29rust: Add a `-C default-linker-libraries` optionAlex Crichton-6/+12
2018-09-29update miriRalf Jung-5/+5
2018-09-29Add UI test for preserving user types in type ascriptionsKeith Yeung-0/+32
2018-09-29avoid infinite loop in MIR loweringNiko Matsakis-4/+13
2018-09-29Lower type ascriptions to HAIR and MIRKeith Yeung-4/+73
2018-09-29Add a sentence before rustc errorsGuillaume Gomez-2/+5
2018-09-29Improve error display for codeblocks in rustdocGuillaume Gomez-7/+55
2018-09-29Auto merge of #54599 - nikomatsakis:issue-54593-impl-Trait, r=eddybbors-5/+37
2018-09-29First stab at fixing #54505Paweł Romanowski-3/+378
2018-09-29rustc/infer: miscellaneous minor code improvementsljedrz-8/+6
2018-09-29rustc/infer: readability improvementsljedrz-25/+21
2018-09-29rustc/infer: improve vector allocationsljedrz-35/+37
2018-09-29rustc/infer: use to_owned instead of to_string with string literalsljedrz-10/+10
2018-09-29rustc/infer: convert single-branch matches to if-letljedrz-104/+88
2018-09-29rustc/infer: use unwrap_or(_else) where applicableljedrz-18/+8
2018-09-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-277/+658
2018-09-29Do not put noalias annotations by defaultSimonas Kazlauskas-10/+48
2018-09-29Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisabors-254/+85
2018-09-29A few cleanups and minor improvements to typeckljedrz-392/+344
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-52/+374
2018-09-29Rollup merge of #54645 - tromey:android-gdb-version, r=alexcrichtonkennytm-203/+225
2018-09-29Rollup merge of #54635 - neoeinstein:seek-docs, r=alexcrichtonkennytm-2/+2
2018-09-29Rollup merge of #54604 - alexreg:self_in_typedefs-help, r=estebankkennytm-15/+38
2018-09-29Rollup merge of #54598 - pthariensflame:patch-1, r=sfacklerkennytm-5/+5
2018-09-29Rollup merge of #54590 - alexcrichton:inline-never-rust-panic, r=dtolnaykennytm-0/+1
2018-09-29Fix Once perf regressionAleksey Kladov-0/+1
2018-09-29add MaybeUninitJorge Aparicio-0/+96
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-350/+85
2018-09-29Auto merge of #54576 - froydnj:non-x86-abi-adjustment, r=alexcrichtonbors-3/+14
2018-09-29Rollup merge of #54567 - tromey:paths-in-stamp-hashes, r=Mark-Simulacrumkennytm-0/+13
2018-09-29Auto merge of #54278 - eddyb:spanned-generic-predicates, r=nikomatsakisbors-297/+272
2018-09-28Indicate how to move value out of Box in docs.Corey Farwell-2/+13
2018-09-28test fix for #54015Rusty Blitzerr-0/+33
2018-09-29Auto merge of #53013 - zackmdavis:infer_outlints, r=nikomatsakisbors-1/+1095
2018-09-28rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.Eduard-Mihai Burtescu-88/+34
2018-09-28update wording for std::thread::sleepVasya Novikov-4/+4
2018-09-28rustc_resolve: move extern_prelude from Resolver to Session.Eduard-Mihai Burtescu-22/+25
2018-09-28Update Cargo's submoduleAlex Crichton-26/+81