summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-08-29Remove BinaryHeap bounds checkingarthurprs-20/+23
2016-08-29Fix the test_variadic_ptr fn on printf-less sysSimonas Kazlauskas-4/+8
2016-08-29llvm: backport "[SimplifyCFG] Hoisting invalidates metadata".Eduard Burtescu-1/+33
2016-08-29Auto merge of #36080 - japaric:systemz, r=alexcrichtonbors-1/+8
2016-08-29incr.comp.: Canonicalize path to session directory before deleteing it.Michael Woerister-5/+29
2016-08-29compiletest: Canonicalize paths when remove incr.comp. dir, enabling longer p...Michael Woerister-1/+4
2016-08-29Fix tidy-errorsMichael Woerister-2/+2
2016-08-29incr.comp.: Make compiletest generate shorter cache directory names.Michael Woerister-1/+1
2016-08-29incr.comp.: Make path's of session directories slightly shorter.Michael Woerister-38/+75
2016-08-29incr. comp.: Fix test_timestamp_serialization so it does not overflow on some...Michael Woerister-2/+2
2016-08-29Fix rustbuildMichael Woerister-0/+2
2016-08-29incr.comp.: Move lock files out of directory being lockedMichael Woerister-187/+302
2016-08-29Implement copy-on-write scheme for managing the incremental compilation cache.Michael Woerister-150/+1162
2016-08-29Add some features to flock.Michael Woerister-22/+106
2016-08-29Move `flock.rs` from librustdoc to librustc_data_structures.Michael Woerister-2/+7
2016-08-29Changed issue number to 36105philipp-2/+2
2016-08-30Update E0089 to new error formatzjhmale-9/+15
2016-08-29rustdoc: Fix associated consts in search resultsOliver Middleton-11/+50
2016-08-29Fix illegal instruction caused by overflow in channel cloningKeith Yeung-4/+24
2016-08-29update libc submoduleJorge Aparicio-0/+0
2016-08-29Update E0463 error message to new formatPaul Fanelli-4/+8
2016-08-29Implement TryFrom<u32> for charSimon Sapin-6/+49
2016-08-29Implement From<char> for u32, and From<u8> for charSimon Sapin-0/+42
2016-08-29demonstrate `RHS != Self` use cases for `Add` and `Sub`Matthew Piziak-0/+12
2016-08-29removed unneeded test, also compiletest vs. rustfmtAndre Bogus-17/+182
2016-08-29rustfmt testsAndre Bogus-62/+64
2016-08-29Update E0260 to new error formatMohit Agarwal-2/+9
2016-08-29fix git submodule status checkking6cong-1/+1
2016-08-29Avoid using pthread_condattr_setclock on Android.Tomasz Miąsko-4/+4
2016-08-29update error E0451 to new formatMikhail Modin-6/+29
2016-08-29Fix merge conflicts.Jeffrey Seyfried-1/+1
2016-08-29Remove inherent methods `Annotatable::attrs` and `Annotatable::fold_attrs`.Jeffrey Seyfried-7/+0
2016-08-29Future proof the AST for `union`.Jeffrey Seyfried-4/+24
2016-08-28Auto merge of #36062 - japaric:smarter-submodules, r=alexcrichtonbors-11/+79
2016-08-28fix tidy errorJorge Aparicio-1/+1
2016-08-29E0458 Update error format #35932Gavin Baker-3/+6
2016-08-29E0459 Update error format #35933Gavin Baker-2/+4
2016-08-28fix data-layoutsJorge Aparicio-2/+2
2016-08-28cabi: change some more 32s to 64sJorge Aparicio-2/+2
2016-08-28Add test for #24204Andrew Paseltiner-0/+27
2016-08-28Add test for #28324Andrew Paseltiner-0/+18
2016-08-28Add test for #35423Andrew Paseltiner-0/+18
2016-08-28Auto merge of #36059 - CryZe:improved-demangling, r=alexcrichtonbors-19/+47
2016-08-28Add test for #34053Andrew Paseltiner-0/+23
2016-08-28Address FIXME in libcollectionstest/btree/set.rsAndrew Paseltiner-25/+6
2016-08-28Auto merge of #36029 - KiChjang:issue-12033, r=arielb1bors-1/+18
2016-08-28fixed and extended tests once moreAndre Bogus-6/+69
2016-08-28build llvm with systemz backend enabled, and link to related librariesJorge Aparicio-1/+8
2016-08-28Auto merge of #35984 - jonas-schievink:reproducible-builds, r=eddybbors-133/+135
2016-08-28Auto merge of #36058 - apasel422:tests, r=alexcrichtonbors-0/+96