about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-13Change control flow error to delay span bugDylan MacKenzie-8/+25
2019-11-13Fix broken doc-testDylan MacKenzie-1/+1
2019-11-13Small fixes to commentsDylan MacKenzie-4/+5
2019-11-13Bless back-compat breakagesDylan MacKenzie-10/+45
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-243/+442
2019-11-13Extend const-loop and const-if to handle more casesDylan MacKenzie-21/+71
2019-11-13Remove if/loop tests from min_const_fnDylan MacKenzie-4/+0
2019-11-13Enable const-checking HIR bodiesDylan MacKenzie-0/+1
2019-11-13Add HIR pass to check for `if`s and `loop`s in a `const`Dylan MacKenzie-0/+164
2019-11-13Get `FnSig` by `HirId`Dylan MacKenzie-0/+35
2019-11-13Add E0744 for control flow in constsDylan MacKenzie-0/+22
2019-11-13Rollup merge of #66337 - Mark-Simulacrum:no-decode-lint-id, r=Dylan-DPCYuki Okushi-26/+1
2019-11-13Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri...Yuki Okushi-21/+45
2019-11-13Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkovYuki Okushi-23/+38
2019-11-13Rollup merge of #66331 - JohnTitor:add-tests, r=CentrilYuki Okushi-0/+228
2019-11-13Rollup merge of #66330 - Nadrieril:nonexhaustive-constructor, r=varkorYuki Okushi-182/+185
2019-11-13Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-SimulacrumYuki Okushi-1/+16
2019-11-13Rollup merge of #66297 - vakaras:edit-queries, r=oli-obkYuki Okushi-0/+21
2019-11-13Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapinYuki Okushi-0/+22
2019-11-13Rollup merge of #66248 - RalfJung:unsafe_cell_raw_get, r=SimonSapinYuki Okushi-1/+38
2019-11-13Rollup merge of #66227 - bryanburgers:bufwriter-docs-fix-flush-link, r=Dylan-DPCYuki Okushi-1/+1
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-9/+123
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-36/+36
2019-11-13Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPCYuki Okushi-3/+4
2019-11-13Rollup merge of #65932 - guanqun:download-xz, r=alexcrichtonYuki Okushi-14/+29
2019-11-13make things uglyRalf Jung-3/+3
2019-11-13expand docsRalf Jung-2/+7
2019-11-13clarify why we can do the ptr castRalf Jung-3/+5
2019-11-13Trailing full stopRalf Jung-1/+1
2019-11-13Auto merge of #65637 - ssomers:master, r=scottmcmbors-11/+314
2019-11-13tidy up!Dylan DPC-2/+2
2019-11-13Update error_codes.rsDylan DPC-3/+5
2019-11-13Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-193/+51
2019-11-12Remove no longer needed mutabilityMark Rousskov-1/+1
2019-11-12Compiletest bump to stage0 bootstrap libtestMark Rousskov-0/+2
2019-11-12Hopefully fix rustdoc buildMark Rousskov-1/+12
2019-11-12Snap cfgsMark Rousskov-189/+34
2019-11-12Bump version to 1.41Mark Rousskov-2/+2
2019-11-12Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obkbors-112/+305
2019-11-12Register queries with self profiler in rustc_interfaceMark Rousskov-2/+13
2019-11-12Remove dead code for encoding/decoding lint IDsMark Rousskov-26/+1
2019-11-12Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelixbors-223/+687
2019-11-12Move self-profile infrastructure to data structuresMark Rousskov-20/+33
2019-11-12Fallback to the unmodified path in bindir_relativeJosh Stone-8/+10
2019-11-13Add test for issue-63279Yuki Okushi-0/+22
2019-11-13Add test for issue-52432Yuki Okushi-0/+38
2019-11-13Add test for issue-40231Yuki Okushi-0/+108
2019-11-13Add test for issue-30904Yuki Okushi-0/+60
2019-11-12Move NonExhaustive checks to the relevant match branchesNadrieril-51/+54
2019-11-12Introduce Constructor::NonExhaustiveNadrieril-57/+58