about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-08Use `Lit` rather than `P<Lit>` in `ast::ExprKind`.Nicholas Nethercote-7/+7
2018-11-08Auto merge of #55366 - Amanieu:stable_layout, r=Amanieubors-24/+18
2018-11-08wasm32-unknown-emscripten expects the rust_eh_personality symbolChristopher Serr-1/+4
2018-11-07Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint.Alexander Regueiro-12/+0
2018-11-07Only do check for trait objects, not trait or trait alias definitions.Alexander Regueiro-163/+112
2018-11-07Added error for duplicate bindings of associated type.Alexander Regueiro-117/+184
2018-11-07Added tests.Alexander Regueiro-42/+133
2018-11-07Look at projections from supertraits when constructing trait objects.Alexander Regueiro-69/+77
2018-11-07Remove targets from the manifest that are not built on travisMarco A L Barbosa-6/+0
2018-11-07Remove intermediate font specsJon Gjengset-5/+5
2018-11-07mir: remove a hacky recursive helper functionljedrz-10/+5
2018-11-07commentRalf Jung-0/+1
2018-11-07drop glue works with raw ptrs, it must EscapeToRawRalf Jung-1/+16
2018-11-07only count deref_operand as actual deref, but not all ref-to-place conversionsRalf Jung-32/+31
2018-11-07array index accesses are stable placesRalf Jung-6/+54
2018-11-07calling the ptr hooks no longer needs expensive preparation, remove the opt-outRalf Jung-16/+8
2018-11-07no more action on ref or cast, but add new MIR statement for escaping a ptr t...Ralf Jung-110/+159
2018-11-07This test will not link on wasm32.Felix S. Klock II-6/+6
2018-11-07Ignore never-initialized locals for `unused_mut`.David Wood-28/+136
2018-11-07work around deviation in diagnostic output for opt-level=0 by forcing `-O`.Felix S. Klock II-1/+1
2018-11-07Update output of `lint-type-overflow2.stderr` to reflect its output from `rus...Felix S. Klock II-8/+2
2018-11-07borrow_set: remove a helper function and a clone it usesljedrz-12/+3
2018-11-07fix ICEF001-5/+34
2018-11-07Rollup merge of #55645 - RalfJung:validity-range-inclusive, r=oli-obkkennytm-483/+898
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-68/+68
2018-11-07Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkorkennytm-1/+30
2018-11-07Rollup merge of #55728 - tromey:update-lldb, r=alexcrichtonkennytm-1/+1
2018-11-07Consume optimization fuel from the MIR inlinerWesley Wiser-1/+13
2018-11-07test diagnostics for more rangesRalf Jung-2/+32
2018-11-07pretty-print scalar range that only has an upper boundRalf Jung-8/+11
2018-11-07do not print wrapping ranges like normal ranges in diagnosticsRalf Jung-50/+85
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-1213/+362
2018-11-07Replaced use of `#[rustc_error]` with `// skip-codegen`.Felix S. Klock II-15/+9
2018-11-07remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.Felix S. Klock II-82/+82
2018-11-07Rollup merge of #55702 - alexcrichton:arm64-msvc-deploy, r=michaelwoeristerkennytm-0/+1
2018-11-07Rollup merge of #55692 - matthiaskrgr:remark_debuginfo_hint, r=michaelwoeristerkennytm-2/+1
2018-11-07Rollup merge of #55688 - alexreg:move-issue-tests, r=estebankkennytm-41/+41
2018-11-07Rollup merge of #55609 - nikic:fix-51947, r=nagisakennytm-2/+30
2018-11-07Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkovkennytm-3/+32
2018-11-07Rollup merge of #55501 - nnethercote:DoCompleted, r=pnkfelixkennytm-72/+88
2018-11-07Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakiskennytm-5/+8
2018-11-07Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelixkennytm-9/+73
2018-11-07Rollup merge of #55441 - xfix:patch-12, r=aturonkennytm-1/+0
2018-11-07Rollup merge of #55377 - goffrie:patch-2, r=joshtriplettkennytm-4/+5
2018-11-07Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obkbors-439/+786
2018-11-06Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJungbors-0/+56
2018-11-06Elide anon lifetimes in conflicting impl noteEsteban Küber-4/+7
2018-11-06Add a tracking issue for extra Layout methodsAmanieu d'Antras-7/+9
2018-11-06refactor: use shorthand fieldsteresy-68/+68
2018-11-06Use trait impl method span when type param mismatch is due to impl TraitEsteban Küber-1/+30