about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-05Rename the testJonas Schievink-6/+6
2019-10-05Extend test and fix nitsJonas Schievink-8/+72
2019-10-05Pacify tidyJonas Schievink-3/+6
2019-10-05Test that we get the proper errorsJonas Schievink-0/+70
2019-10-05Fix the bootstrapJonas Schievink-0/+8
2019-10-05Hide the `Iterator` specialization behind a traitJonas Schievink-5/+22
2019-10-05Add comment to `Type` and `OpaqueTy` matchJonas Schievink-1/+1
2019-10-05Deny specializing items not in the parent implJonas Schievink-43/+104
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-05Correctly estimate required space for stringAnthonyMikh-1/+1
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-04Make `into` schedule drop for the destinationMatthew Jasper-252/+472
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-04dont run these tests on targets that default to panic=abort.Felix S. Klock II-0/+2
2019-10-04[const-prop] Fix ICE when trying to eval polymorphic promoted MIRWesley Wiser-11/+29
2019-10-04Disable stack probe when thread sanitizer is enabledTomasz Miąsko-4/+6
2019-10-04Remove dead moduleTatsuyuki Ishi-204/+0
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-04Regression test for #63154.Felix S. Klock II-0/+34
2019-10-04Add some missing normalization calls to fix #63154Felix S. Klock II-0/+3
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
2019-10-04Temporarily enable wasm32 CIThomas Lively-0/+0
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-131/+202
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-424/+165
2019-10-04Replace `flat_map()` with `filter_map()` in `is_useful_specialized()`.Nicholas Nethercote-3/+5
2019-10-04Introduce a special case in `IntRange::from_const`.Nicholas Nethercote-26/+38
2019-10-04Rearrange `IntRange::from_{ctor,pat}()`.Nicholas Nethercote-40/+69
2019-10-04Inline and remove `constructor_intersects_pattern()`.Nicholas Nethercote-33/+26
2019-10-04Combine two `match` arms in `specialize()`.Nicholas Nethercote-70/+68
2019-10-04Rollup merge of #65073 - ecstatic-morse:issue-65071, r=petrochenkovMazdak Farrokhzad-2/+1
2019-10-04Rollup merge of #65026 - petrochenkov:ice1, r=eddybMazdak Farrokhzad-129/+85