about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-04-17Correct E0392 diagnosticvarkor-5/+8
2019-04-17Do not mention missing `PartialOrd` impl when involving uncalled fnsEsteban Küber-19/+14
2019-04-18Rename moduleYuki OKUSHI-1/+1
2019-04-18Remove unnecessary conditionYuki OKUSHI-1/+1
2019-04-18Rename diagnositc_list into error_codesYuki OKUSHI-0/+0
2019-04-18Rename files in docYuki OKUSHI-11/+11
2019-04-17Auto merge of #59527 - matklad:sized-index, r=Centrilbors-0/+23
2019-04-17Fix ICE on const evaluation of const methodEsteban Küber-0/+48
2019-04-18making adjust_span a closureSaleem Jaffer-22/+22
2019-04-17Make iterate take a FnOnce with PlaceBase and PlaceProjectionIterSantiago Pastorino-214/+236
2019-04-17Place::iterate do not take an accumulator anymore, hide that in a private fnSantiago Pastorino-3/+10
2019-04-17Place::unroll -> Place::iterateSantiago Pastorino-6/+6
2019-04-17Move unroll_place to Place::unrollSantiago Pastorino-79/+80
2019-04-17Auto merge of #60013 - NieDzejkob:fix-16bit-usize, r=sanxiynbors-1/+1
2019-04-17Auto merge of #60034 - rasendubi:fix-comments, r=Centrilbors-9/+9
2019-04-17add a test for unsized indexAleksey Kladov-0/+23
2019-04-17code review fixesSaleem Jaffer-25/+24
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-20/+20
2019-04-17Remove nrc from toolstate pingsNick Cameron-2/+2
2019-04-17Auto merge of #60030 - Centril:rollup-3d0t24t, r=Centrilbors-426/+444
2019-04-17Rename filenameYuki OKUSHI-1/+1
2019-04-17Rename modulesYuki OKUSHI-13/+13
2019-04-17Rename error_reporting to diagnosticsYuki OKUSHI-0/+0
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-0/+0
2019-04-17Promote regular comments to rustdoc commentsAlexey Shmalko-7/+7
2019-04-17Fix comments around test harness generationAlexey Shmalko-2/+2
2019-04-17Remove unwanted z-index changeGuillaume Gomez-1/+0
2019-04-17Rollup merge of #60018 - RalfJung:miri-test-libstd, r=oli-obkMazdak Farrokhzad-11/+29
2019-04-17Rollup merge of #60003 - petrhosek:llvm-lto-lld, r=cramertjMazdak Farrokhzad-2/+4
2019-04-17Rollup merge of #59986 - RalfJung:miri-new-alloc, r=oli-obkMazdak Farrokhzad-164/+99
2019-04-17Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obkMazdak Farrokhzad-19/+25
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-230/+287
2019-04-17test sort_unstable in MiriRalf Jung-6/+15
2019-04-17Document `Item` type in `std::env::SplitPaths` iterator.Nathan Kleyn-1/+7
2019-04-17Auto merge of #60027 - jethrogb:jb/sgx-reentry-abort, r=cramertjbors-19/+11
2019-04-17Auto merge of #59974 - Centril:boostrap-to-2019-04-11, r=pietroalbini,Mark-Si...bors-34/+30
2019-04-17bump bootstrap; remove redundant 'use libc;' on macOS.Mazdak Farrokhzad-1/+0
2019-04-17Deny `internal` in stage0Mateusz Mikuła-29/+27
2019-04-17bump bootstrap; nightly => 1.36.Mazdak Farrokhzad-1/+1
2019-04-17bump bootstrap; fix compiletest wrt. exclude_should_panicMazdak Farrokhzad-0/+1
2019-04-17bump bootstrap; remove redundant imports.Mazdak Farrokhzad-2/+0
2019-04-17bump bootstrap => 2019-04-11Mazdak Farrokhzad-1/+1
2019-04-16SGX target: change re-entry abort logicJethro Beekman-19/+11
2019-04-16implement nth_back for EnumerateAdrian Friedli-0/+28
2019-04-16Miri: refactor new allocation taggingRalf Jung-164/+99
2019-04-16Auto merge of #59997 - ehuss:update-cargo, r=alexcrichtonbors-4/+4
2019-04-16implement nth_back for FuseAdrian Friedli-0/+16
2019-04-16implement nth_back for BytesAdrian Friedli-0/+5
2019-04-16Fix dark css ruleGuillaume Gomez-3/+3
2019-04-16Miri now supports entropy, but is still slowRalf Jung-9/+18