about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-06Don't return an error from linkcheck when it's not supported'André Luis Leal Cardoso Junior-4/+2
2019-07-06Ignore unused variable for non-linux buildsAndré Luis Leal Cardoso Junior-1/+1
2019-07-06fix macos buildMark Mansi-3/+8
2019-07-06cfg: linkcheck only on x86-64 linuxMark Mansi-11/+13
2019-07-06add missing libssl-dev dependency to docker images on travisAndré Luis Leal Cardoso Junior-0/+18
2019-07-06Add 'Apache-2.0 OR MIT' license variation to tidy/tools checkAndré Luis Leal Cardoso Junior-0/+1
2019-07-06Move installing of deps to the docker container, instead of installing on the...André Luis Leal Cardoso Junior-0/+2
2019-07-06Add linkcheck command to rustbook toolAndré Luis Leal Cardoso Junior-3/+60
2019-07-06Track rustc-guide on toolstateAndré Luis Leal Cardoso Junior-0/+3
2019-07-06add ./x.py test src/doc/rustc-guideAndré Luis Leal Cardoso Junior-0/+2
2019-07-06Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasperbors-487/+409
2019-07-06--bless --compare-mode=nllMazdak Farrokhzad-17/+17
2019-07-06Bless mir-opt/while-storage.rs.Mazdak Farrokhzad-24/+21
2019-07-06Cleanup liveness comment.Mazdak Farrokhzad-13/+6
2019-07-06while_{let_}loops/change_{break,continue}: typeck_tables_of clean.Mazdak Farrokhzad-4/+4
2019-07-06Lowering: Fuse ExprKind::While logic + Cleanup.Mazdak Farrokhzad-85/+54
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-55/+116
2019-07-06Make sure while-exprs require 'cond: bool' exactly.Mazdak Farrokhzad-1/+43
2019-07-06Adjust incremental test while_loops.rsMazdak Farrokhzad-2/+2
2019-07-06while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet.Mazdak Farrokhzad-3/+11
2019-07-06Enforce 'cond: bool' in while-expr + improve reachability diags.Mazdak Farrokhzad-41/+50
2019-07-06min_const_fn: change error message due to changed desugaring.Mazdak Farrokhzad-18/+19
2019-07-06Remove ExprKind::While from HIR.Mazdak Farrokhzad-272/+114
2019-07-06Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichtonMazdak Farrokhzad-0/+22
2019-07-06Rollup merge of #62329 - matklad:no-peeking, r=petrochenkovMazdak Farrokhzad-180/+129
2019-07-06Rollup merge of #62296 - RalfJung:memalign, r=alexcrichtonMazdak Farrokhzad-16/+26
2019-07-06Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavisMazdak Farrokhzad-64/+68
2019-07-06Rollup merge of #62257 - RalfJung:miri-c-str, r=estebankMazdak Farrokhzad-0/+10
2019-07-06Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavisMazdak Farrokhzad-122/+253
2019-07-05Rollup merge of #62414 - jethrogb:jb/sgx-uninit, r=Mark-SimulacrumMazdak Farrokhzad-3/+1
2019-07-05Rollup merge of #62406 - Mark-Simulacrum:warnings-lint, r=RalfJungMazdak Farrokhzad-5/+23
2019-07-05Rollup merge of #62396 - RalfJung:miri-no-null, r=alexcrichtonMazdak Farrokhzad-11/+0
2019-07-05Rollup merge of #62381 - pawroman:fix_typo_in_write_vectored, r=CentrilMazdak Farrokhzad-1/+1
2019-07-05Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisaMazdak Farrokhzad-9/+129
2019-07-05Rollup merge of #62369 - JohnTitor:remove-compile-pass, r=petrochenkovMazdak Farrokhzad-10/+7
2019-07-05Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=CentrilMazdak Farrokhzad-0/+328
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-321/+309
2019-07-05Rollup merge of #62158 - christianpoveda:ecx-memory-extra, r=RalfJungMazdak Farrokhzad-7/+17
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-191/+251
2019-07-05Rollup merge of #62110 - nnethercote:improve-Ztime-passes, r=ZoxcMazdak Farrokhzad-38/+33
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-89/+209
2019-07-06Fix test annotationYuki Okushi-1/+1
2019-07-06Update rustc-guideYuki Okushi-0/+0
2019-07-06Remove compile-pass from error codes' explanationYuki Okushi-2/+2
2019-07-06Remove compile-pass from compiletestYuki Okushi-7/+4
2019-07-05Remove last use of mem::uninitialized in SGXJethro Beekman-3/+1
2019-07-05Lint on invalid values passed to x.py --warningsMark Rousskov-5/+23
2019-07-05Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddybMazdak Farrokhzad-21/+52
2019-07-05Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkorMazdak Farrokhzad-1/+33
2019-07-05Rollup merge of #62371 - Nemo157:fix-62288, r=CentrilMazdak Farrokhzad-1/+1