about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 #65089 - nnethercote:optimize-integral-pattern-matching, r=Mark...bors-165/+199
2019-10-06sort error codes in librustc_passesGuillaume Gomez-162/+161
2019-10-06Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkovbors-29/+19
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-05Remove `for_each_child_stable`Aaron Hill-28/+17
2019-10-05Make re-export collection deterministicAaron Hill-1/+2
2019-10-05lint: extern non-exhaustive types are improperDavid Wood-0/+175
2019-10-05Fix typo on `now()` commentsBO41-28/+23
2019-10-05Replaces some instances of `as *[const | mut] _` with `.cast()`memoryruins-24/+24
2019-10-05Account for macro invocation in `let mut $pat` diagnostic.Mazdak Farrokhzad-1/+76
2019-10-04Update the documented default of -Z mutable-noaliasJosh Stone-1/+1
2019-10-04Remove unneeded visit_statement definitionSantiago Pastorino-6/+0
2019-10-04Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichtonbors-537/+376
2019-10-04Fix lonely backtickYechan Bae-1/+1
2019-10-04Add ignore-asmjs to new testThomas Lively-0/+1
2019-10-04Allow unused attributes to avoid incremental bugMark Rousskov-0/+2
2019-10-04middle::intrinsicck -> rustc_passesMark Rousskov-114/+116
2019-10-04middle::entry -> rustc_passesMark Rousskov-86/+92
2019-10-04middle::dead -> rustc_passesMark Rousskov-14/+14
2019-10-04move middle::liveness to rustc_passesMark Rousskov-15/+15
2019-10-04[const-prop] Fix ICE when trying to eval polymorphic promoted MIRWesley Wiser-11/+29
2019-10-04clean up GeneratorSubstscsmoe-71/+58
2019-10-04remove GeneratorSubsts visitorscsmoe-14/+4
2019-10-04replace GeneratorSubsts inside related typescsmoe-9/+9
2019-10-04generate GeneratorSubsts from SubstsRefcsmoe-32/+31
2019-10-04replace GeneratorSubsts with SubstsRefcsmoe-2/+10
2019-10-04Upgrade librustc_macros dependenciesMateusz MikuĊ‚a-8/+8
2019-10-04Auto merge of #64994 - GuillaumeGomez:fix-rustdoc-display-js-disabled, r=Mark...bors-0/+8
2019-10-04Add C ABI for wasm-bindgen compatThomas Lively-0/+30
2019-10-04Remove asmjs and wasm32 from PR CIThomas Lively-4/+0
2019-10-04Revert "Temporarily enable wasm32 CI"Thomas Lively-0/+0