about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-11-15Changed unused_labels lint default from allow to warnBart Massey-1/+1
2019-11-15Cleaned up unused labelsBart Massey-1/+1
2019-11-15Fix nits from reviewDylan MacKenzie-4/+8
2019-11-15Use a bespoke type for the result of `mir_const_qualif`Dylan MacKenzie-1/+8
2019-11-15Remove -Z flag for suppressing validation mismatch ICEDylan MacKenzie-2/+0
2019-11-15Rollup merge of #66427 - Mark-Simulacrum:errors-json, r=CentrilMazdak Farrokhzad-1/+1
2019-11-15Move JSON emitter to rustc_errorsMark Rousskov-1/+1
2019-11-15Rollup merge of #66435 - JohnTitor:fix-spelling, r=CentrilTyler Mandry-4/+4
2019-11-15Rollup merge of #66197 - Centril:transparent-ast, r=varkorTyler Mandry-31/+37
2019-11-15Rollup merge of #66410 - RalfJung:miri-machine-max, r=oli-obkYuki Okushi-0/+13
2019-11-15Rollup merge of #66390 - estebank:parenice, r=CentrilYuki Okushi-9/+10
2019-11-15Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=ZoxcYuki Okushi-3/+14
2019-11-15Correct `const_in_array_repeat_expressions` feature nameYuki Okushi-4/+4
2019-11-14Use multiple derive clauses.Camille GILLOT-34/+34
2019-11-14TAIT: use hack in ->HIR to avoid more changesMazdak Farrokhzad-31/+37
2019-11-14Clean some error codes diagnosticsGuillaume Gomez-16/+28
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-2394/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-2/+47
2019-11-14miri: helper methods for max values of machine's usize/isizeRalf Jung-0/+13
2019-11-14Auto merge of #66403 - JohnTitor:rollup-7obuivl, r=JohnTitorbors-2/+10
2019-11-14Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc...Yuki Okushi-2/+10
2019-11-14Auto merge of #66233 - cjgillot:constkind, r=oli-obkbors-196/+206
2019-11-13Fix ICE when trying to suggest `Type<>` instead of `Type()`Esteban Küber-9/+10
2019-11-13Retire BraceStructTypeFoldableImpl and TupleStructTypeFoldableImpl.Camille GILLOT-56/+1
2019-11-13Use TypeFoldable derive macro.Camille GILLOT-688/+90
2019-11-13Add HIR pass to check for `if`s and `loop`s in a `const`Dylan MacKenzie-0/+5
2019-11-13Get `FnSig` by `HirId`Dylan MacKenzie-0/+35
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-322/+18
2019-11-13Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkovYuki Okushi-10/+12
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-1/+45
2019-11-13tidy up!Dylan DPC-2/+2
2019-11-13Update error_codes.rsDylan DPC-3/+5
2019-11-12Snap cfgsMark Rousskov-2/+0
2019-11-12Centril review.Camille GILLOT-4/+1
2019-11-12Remove cruft.Camille GILLOT-15/+0
2019-11-12Refactor pretty_print_const.Camille GILLOT-18/+41
2019-11-12Create intermediate enum ty::ConstKind.Camille GILLOT-200/+205
2019-11-12Register queries with self profiler in rustc_interfaceMark Rousskov-2/+3
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-3/+11
2019-11-12Move self-profile infrastructure to data structuresMark Rousskov-321/+16
2019-11-13update suggestion ui testcsmoe-10/+22
2019-11-12Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkorYuki Okushi-7/+9
2019-11-12Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakisYuki Okushi-13/+15
2019-11-11Fix soundness issue with index bounds checksMatthew Jasper-3/+11
2019-11-11Move allocator_kind to CrateStoreMark Rousskov-7/+7
2019-11-11Move injected_panic_runtime to CrateStoreMark Rousskov-3/+5
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-7/+9
2019-11-11Auto merge of #66252 - cjgillot:trees, r=oli-obkbors-245/+96