summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-20Add std::iter::unfoldSimon Sapin-0/+78
2018-11-20Remove incorrect doc comment in rustc_mir::monomorphize::itembjorn3-6/+0
2018-11-20Remove incorrect doc commentbjorn3-6/+0
2018-11-20treat generator fields like unionsRalf Jung-2/+22
2018-11-20Auto merge of #55663 - varkor:must_use-traits, r=estebankbors-16/+79
2018-11-20fix commentRalf Jung-1/+0
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-18/+19
2018-11-20generator fields are not necessarily initializedRalf Jung-11/+22
2018-11-20improve error noteAxary-7/+7
2018-11-20Add comments and rename a local variableOlivier Goffart-5/+8
2018-11-20Grammar nitOliver Scherer-1/+1
2018-11-20Trailing newlineOliver Scherer-1/+1
2018-11-20Document qualify_consts moreOliver Scherer-1/+6
2018-11-20Fix invalid bitcast taking bool out of a union represented as a scalarOlivier Goffart-3/+17
2018-11-20Add sanity test for promotion and `const_let`Oliver Scherer-0/+35
2018-11-20Explain missing error in testOliver Scherer-1/+4
2018-11-20Document runtime static mutation checksOliver Scherer-1/+2
2018-11-20Reuse the `P` in `InvocationCollector::fold_{,opt_}expr`.Nicholas Nethercote-39/+73
2018-11-20Auto merge of #56081 - alexcrichton:update-manifest, r=nrcbors-0/+2
2018-11-19Fix json output in the self-profilerWesley Wiser-2/+13
2018-11-20Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrumbors-0/+34
2018-11-20Auto merge of #56049 - newpavlov:revert_51601, r=sfacklerbors-75/+14
2018-11-19Add temporary renames to manifests for rustfmt/clippyAlex Crichton-0/+2
2018-11-19explain why we can use rawRalf Jung-0/+4
2018-11-19we now do proper validation on scalarsRalf Jung-14/+14
2018-11-19Reduce the amount of bold text at doc.rust-lang.orgWho? Me?!-0/+3
2018-11-19use RawConst in miriRalf Jung-40/+32
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-64/+97
2018-11-19Fix error message for `-C panic=xxx`.Eric Huss-5/+5
2018-11-19Encode a custom "producers" section in wasm filesAlex Crichton-0/+112
2018-11-19Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichtonbors-6/+141
2018-11-19Fix change to predicatesvarkor-1/+1
2018-11-19Update nll stderr filesOliver Scherer-4/+16
2018-11-19Add `override_export_symbols` option to Rust target specificationJethro Beekman-0/+19
2018-11-19Fix typo in #[must_use] messagevarkor-1/+1
2018-11-19Handle trait objectsvarkor-6/+24
2018-11-19Test for #[must_use] on traitsvarkor-0/+36
2018-11-19Recognise #[must_use] on traits, affecting impl Traitvarkor-1/+14
2018-11-19Use general uninhabitedness checkingvarkor-14/+10
2018-11-19Auto merge of #56060 - nrc:save-path-fallback, r=zackmdavisbors-4/+17
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-35/+82
2018-11-19Disable some pretty-printers when gdb is rust-enabledTom Tromey-27/+34
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-588/+1248
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-5/+54
2018-11-19Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddybPietro Albini-7/+60
2018-11-19Rollup merge of #56027 - Xanewok:docs-backtick, r=QuietMisdreavusPietro Albini-1/+1
2018-11-19Rollup merge of #56016 - scottmcm:vecdeque-resize-with, r=joshtriplettPietro Albini-1/+39
2018-11-19Rollup merge of #56012 - RalfJung:unsafe-cell, r=nikomatsakisPietro Albini-1/+3
2018-11-19Rollup merge of #56011 - CBenoit:master, r=QuietMisdreavusPietro Albini-1/+1
2018-11-19Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obkPietro Albini-11/+60