about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-07Remove `def_id!`.Nicholas Nethercote-12/+9
2019-10-07Remove `krate!`.Nicholas Nethercote-5/+1
2019-10-07Remove `force!`.Nicholas Nethercote-5/+1
2019-10-06add more info in debug traces for gcu mergingAndreas Jonson-3/+7
2019-10-06Update referenceTyler Mandry-0/+0
2019-10-06Auto merge of #65169 - tmandry:rollup-qxjj8xp, r=tmandrybors-384/+202
2019-10-06rewrite documentation for unimplemented!Andrew Banchich-15/+32
2019-10-06Update ui testsGuillaume Gomez-6/+5
2019-10-06Rollup merge of #65158 - ishitatsuyuki:remove-dead, r=Mark-SimulacrumTyler Mandry-204/+0
2019-10-06Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-SimulacrumTyler Mandry-9/+9
2019-10-06Rollup merge of #65142 - matthewjasper:unshadow-anon-lifetimes, r=petrochenkovTyler Mandry-1/+24
2019-10-06Rollup merge of #65101 - mati865:rustc_macro-deps, r=nikomatsakisTyler Mandry-8/+8
2019-10-06Rollup merge of #65095 - GuillaumeGomez:sort-librustc_passes-err-codes, r=varkorTyler Mandry-162/+161
2019-10-06Auto merge of #64564 - jonas-schievink:cowardly-default, r=nikomatsakisbors-45/+268
2019-10-06add testcase for generator move suggestioncsmoe-0/+31
2019-10-06Add long error explanation for E0566Guillaume Gomez-1/+24
2019-10-06Auto merge of #65089 - nnethercote:optimize-integral-pattern-matching, r=Mark...bors-165/+199
2019-10-06Remove loaded_from_cache map from DepGraphMark Rousskov-31/+0
2019-10-06sort error codes in librustc_passesGuillaume Gomez-162/+161
2019-10-06Suggest dereferencing boolean reference when used in 'if' or 'while'wangxiangqing-40/+2
2019-10-06Suggest dereferencing boolean reference when used in 'if' or 'while'wangxiangqing-12/+80
2019-10-06Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkovbors-29/+19
2019-10-06Use shorthand initialization in rustdocAvi Dessauer-9/+9
2019-10-06Fix const arguments not displaying in types mismatch diagnostic.ben-7/+24
2019-10-05Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandryTyler Mandry-376/+537
2019-10-05Rollup merge of #65130 - davidtwco:rfc-2008-improper-ctypes, r=petrochenkovTyler Mandry-0/+175
2019-10-05Rollup merge of #65126 - BO41:time_typo, r=kennytmTyler Mandry-28/+23
2019-10-05Rollup merge of #65124 - memoryruins:castaway, r=petrochenkovTyler Mandry-24/+24
2019-10-05Rollup merge of #65123 - Centril:mac-invoc-in-mut-pat, r=estebankTyler Mandry-1/+76
2019-10-05Rollup merge of #65118 - cuviper:Zmutable-noalias-default, r=rkruppeTyler Mandry-1/+1
2019-10-05Rollup merge of #65116 - spastorino:remove-unneeded-fn, r=oli-obkTyler Mandry-6/+0
2019-10-05Rollup merge of #65113 - Qwaz:master, r=jonas-schievinkTyler Mandry-1/+1
2019-10-05Rollup merge of #65106 - Mark-Simulacrum:unused-attr-allow, r=CentrilTyler Mandry-0/+2
2019-10-05Rollup merge of #65105 - Mark-Simulacrum:split-librustc, r=nikomatsakisTyler Mandry-229/+237
2019-10-05Rollup merge of #65100 - csmoe:generator, r=nikomatsakisTyler Mandry-126/+110
2019-10-05Rollup merge of #65066 - wesleywiser:fix_const_prop_ice_on_polymorphic_promot...Tyler Mandry-11/+29
2019-10-05Rollup merge of #65011 - estebank:ice-o-matic, r=zackmdavisTyler Mandry-5/+41
2019-10-05Rollup merge of #64909 - estebank:turbofish-reloaded, r=CentrilTyler Mandry-86/+286
2019-10-05Rollup merge of #64765 - alexcrichton:less-check-backtrace, r=sfacklerTyler Mandry-50/+50
2019-10-05Rollup merge of #64728 - messense:udp-peer-addr, r=dtolnayTyler Mandry-3/+1
2019-10-05Rollup merge of #64708 - SimonSapin:option-deref, r=CentrilTyler Mandry-17/+4
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-376/+537
2019-10-06Suggest dereferencing boolean reference when used in 'if' or 'while'wangxiangqing-1/+7
2019-10-05Account for derefs when suggesting assoc functionEsteban Küber-3/+52
2019-10-05When suggesting assoc function with type params, include turbofishEsteban Küber-8/+52
2019-10-05Ensure that associated `async fn`s have unique fresh param namesMatthew Jasper-1/+24
2019-10-05resolve: Remove an incorrect assertVadim Petrochenkov-1/+37
2019-10-05Remove `for_each_child_stable`Aaron Hill-28/+17
2019-10-05Make re-export collection deterministicAaron Hill-1/+2
2019-10-05remove event that causes panics in measureme toolsAndreas Jonson-4/+0