about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-23Clean up E0207 explanationGuillaume Gomez-13/+17
2020-01-13Auto merge of #67850 - GuillaumeGomez:err-codes-checkup, r=Mark-Simulacrumbors-18/+29
2020-01-13Rollup merge of #68161 - ruuda:fix-instant-docs, r=rkruppeYuki Okushi-1/+1
2020-01-13Rollup merge of #68157 - GuillaumeGomez:clean-up-e0186, r=Dylan-DPCYuki Okushi-1/+17
2020-01-13Rollup merge of #68156 - JohnTitor:fix-path-in-doc, r=Dylan-DPCYuki Okushi-3/+4
2020-01-13Rollup merge of #68145 - JohnTitor:pub-check-lint-name-result, r=CentrilYuki Okushi-1/+1
2020-01-13Rollup merge of #68135 - calebcartwright:rustc-parse-visibilities, r=CentrilYuki Okushi-8/+17
2020-01-13Rollup merge of #68097 - MikailBag:master, r=shepmasterYuki Okushi-0/+2
2020-01-13Rollup merge of #67959 - liigo:patch-13, r=GuillaumeGomezYuki Okushi-4/+8
2020-01-13Rollup merge of #67313 - oli-obk:document_all_the_t̶h̶i̶n̶g̶s̶dataflow,...Yuki Okushi-1/+23
2020-01-13Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisabors-991/+218
2020-01-12Fix system call docs for time::InstantRuud van Asseldonk-1/+1
2020-01-12Clean up E0186 explanationGuillaume Gomez-1/+17
2020-01-12Fix error codes explanation' code examplesGuillaume Gomez-16/+28
2020-01-13Fix crate paths in commentsYuki Okushi-3/+4
2020-01-12Auto merge of #67831 - mati865:ci-images-upgrade, r=pietroalbinibors-2/+2
2020-01-12Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisabors-524/+598
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-524/+598
2020-01-12Expose `context::CheckLintNameResult`Yuki Okushi-1/+1
2020-01-12Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=CentrilMazdak Farrokhzad-49/+335
2020-01-12Rollup merge of #68089 - lzutao:revert-remote_item, r=sfacklerMazdak Farrokhzad-1/+6
2020-01-12Rollup merge of #68045 - Centril:liberate-lints, r=Mark-SimulacrumMazdak Farrokhzad-1017/+972
2020-01-12Rollup merge of #67948 - llogiq:gallop, r=Mark-SimulacrumMazdak Farrokhzad-20/+40
2020-01-12Rollup merge of #67867 - matthewjasper:opaque-assoc-lookup, r=oli-obkMazdak Farrokhzad-1/+40
2020-01-12Rollup merge of #67494 - lukaslueg:const_alloc, r=oli-obkMazdak Farrokhzad-4/+9
2020-01-12Galloping search for binary_search_utilAndre Bogus-20/+40
2020-01-11Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-wor...bors-8/+61
2020-01-11restore some rustc_parse visibilitiesCaleb Cartwright-8/+17
2020-01-11Constify alloc::LayoutLukas Lueg-4/+9
2020-01-11Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obkbors-1593/+1116
2020-01-11Make codegen tests wordsize independentOliver Scherer-7/+6
2020-01-11Rollup merge of #68120 - Centril:ban-range-to-dotdotdot, r=oli-obkMazdak Farrokhzad-121/+260
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-41/+66
2020-01-11Rollup merge of #68072 - JohnTitor:fix-macro-ice, r=petrochenkovMazdak Farrokhzad-1/+20
2020-01-11Rollup merge of #68070 - GuillaumeGomez:clean-up-e0185, r=Dylan-DPCMazdak Farrokhzad-1/+17
2020-01-11Rollup merge of #68018 - petrochenkov:nosoft, r=CentrilMazdak Farrokhzad-74/+11
2020-01-11Rollup merge of #67930 - lzutao:result-as_deref, r=dtolnayMazdak Farrokhzad-121/+31
2020-01-11Rollup merge of #67889 - Zoxc:parallel-cgus, r=michaelwoeristerMazdak Farrokhzad-22/+89
2020-01-11Rollup merge of #67756 - Zoxc:collector-tweaks, r=Mark-SimulacrumMazdak Farrokhzad-26/+34
2020-01-11feature_gate: Remove `GateStrength`Vadim Petrochenkov-74/+11
2020-01-11Ban `...X` pats, harden tests, and improve diagnostics.Mazdak Farrokhzad-121/+260
2020-01-11fix ui-fulldeps & tests falloutMazdak Farrokhzad-39/+39
2020-01-11pacify the parallel compilerMazdak Farrokhzad-3/+6
2020-01-11lints: move a commentMazdak Farrokhzad-25/+21
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-513/+504
2020-01-11{rustc::lint -> rustc_lint}::internalMazdak Farrokhzad-4/+5
2020-01-11lints: promote levels.rs to lint.rs & extract passes.rsMazdak Farrokhzad-16/+21
2020-01-11inline maybe_lint_level_rootMazdak Farrokhzad-14/+6
2020-01-11move struct_lint_level to levels.rsMazdak Farrokhzad-165/+161
2020-01-11move LintSource to levelsMazdak Farrokhzad-34/+33