about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-18Rollup merge of #75626 - GuillaumeGomez:cleanup-e0754, r=pickfireYuki Okushi-13/+7
2020-08-18Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkovYuki Okushi-0/+70
2020-08-18Rollup merge of #75578 - 5M1Sec:master, r=oli-obkYuki Okushi-13/+16
2020-08-18Rollup merge of #75389 - RalfJung:span_label, r=davidtwcoYuki Okushi-12/+17
2020-08-17Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items...bors-458/+565
2020-08-17Auto merge of #74748 - simonvandel:simplify-discriminant-arm, r=wesleywiserbors-267/+381
2020-08-17Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obkbors-24/+24
2020-08-17Improve displayGuillaume Gomez-6/+4
2020-08-17Auto merge of #74940 - oli-obk:const_is_null, r=RalfJungbors-3/+180
2020-08-17Make a test platform independentOliver Scherer-7/+11
2020-08-17Clean up E0754 explanationGuillaume Gomez-9/+5
2020-08-17clippy: support `QPath::LangItem`David Wood-130/+117
2020-08-17attempt to improve span_label docsRalf Jung-12/+17
2020-08-17Auto merge of #75592 - RalfJung:miri-int-align, r=oli-obkbors-10/+23
2020-08-17fix typoRalf Jung-1/+1
2020-08-17Auto merge of #75568 - ehuss:cloudabi-tier3, r=Mark-Simulacrumbors-5/+2
2020-08-16Allowing raw ptr dereference in const fn5M1Sec-13/+16
2020-08-17Auto merge of #75014 - Amanieu:fix_asm_reg, r=nagisabors-91/+959
2020-08-16Add explanation for `&mut self` method call when expecting `-> Self`Esteban Küber-0/+70
2020-08-16Rollup merge of #75569 - tmiasko:emscripten, r=tlivelyTyler Mandry-2/+2
2020-08-16Rollup merge of #75223 - Aaron1011:feature/session-track-caller, r=eddybTyler Mandry-0/+1
2020-08-16Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddybTyler Mandry-0/+205
2020-08-16Rollup merge of #74399 - mark-i-m:ty-err-4, r=eddybTyler Mandry-15/+12
2020-08-16Rollup merge of #74346 - eddyb:reachable-defs, r=nikomatsakisTyler Mandry-57/+55
2020-08-16Rollup merge of #74314 - eddyb:closure-substs-direct, r=nikomatsakisTyler Mandry-82/+118
2020-08-16Rollup merge of #74204 - ayazhafiz:i/74120, r=eddybTyler Mandry-1/+43
2020-08-16Fix fortanix buildMark Rousskov-1/+1
2020-08-16Implement 'considered equal' for statements, so that for example `_0 = _1` an...Simon Vandel Sillesen-267/+381
2020-08-16move DelaySpanBugEmitted to ty::contextmark-15/+12
2020-08-16Auto merge of #73176 - LeSeulArtichaut:tyctxtat-err, r=eddybbors-3/+19
2020-08-16rustc_typeck: construct {Closure,Generator}Substs more directly.Eduard-Mihai Burtescu-82/+118
2020-08-16Use LocalDefId instead of HirId for reachable_set elements.Eduard-Mihai Burtescu-57/+55
2020-08-16Auto merge of #75472 - Mark-Simulacrum:mangling-config, r=eddybbors-0/+7
2020-08-16miri engine: add option to use force_int for alignment checkRalf Jung-10/+23
2020-08-16rustdoc: clean `QPath::LangItem`David Wood-0/+21
2020-08-16resolve: support `GenericBound::LangItemTrait`David Wood-0/+28
2020-08-16hir: simplify `is_range_literal`David Wood-49/+23
2020-08-16save_analysis: support `QPath::LangItem`David Wood-44/+32
2020-08-16hir: introduce `QPath::LangItem`David Wood-314/+289
2020-08-16hir: introduce lang items for AST loweringDavid Wood-1/+37
2020-08-16tests: add test for #61019's current behaviourDavid Wood-0/+90
2020-08-16lang_items: add support for lang items on variantsDavid Wood-1/+9
2020-08-16Auto merge of #75536 - estebank:e0255-suggestion, r=varkorbors-139/+295
2020-08-15Auto merge of #75575 - marmeladema:only-measure-drop-ast, r=eddybbors-2/+4
2020-08-16Only measure time spent dropping the ASTmarmeladema-2/+4
2020-08-15Auto merge of #75514 - gdhuper:gdhuper/replace_log_with_tracing, r=davidtwcobors-104/+109
2020-08-15Bump minor version of emsdk to 1.38.47Tomasz Miąsko-2/+2
2020-08-15replaced log with tracingGurpreet Singh-104/+109
2020-08-15Auto merge of #75560 - Mark-Simulacrum:rustc-docs, r=matthiaskrgrbors-0/+2
2020-08-15Auto merge of #75483 - mati865:mingw-lld-flags, r=petrochenkovbors-67/+71