| Age | Commit message (Expand) | Author | Lines |
| 2018-11-20 | Add std::iter::unfold | Simon Sapin | -0/+78 |
| 2018-11-20 | Remove incorrect doc comment in rustc_mir::monomorphize::item | bjorn3 | -6/+0 |
| 2018-11-20 | Remove incorrect doc comment | bjorn3 | -6/+0 |
| 2018-11-20 | treat generator fields like unions | Ralf Jung | -2/+22 |
| 2018-11-20 | Auto merge of #55663 - varkor:must_use-traits, r=estebank | bors | -16/+79 |
| 2018-11-20 | fix comment | Ralf Jung | -1/+0 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -18/+19 |
| 2018-11-20 | generator fields are not necessarily initialized | Ralf Jung | -11/+22 |
| 2018-11-20 | improve error note | Axary | -7/+7 |
| 2018-11-20 | Add comments and rename a local variable | Olivier Goffart | -5/+8 |
| 2018-11-20 | Grammar nit | Oliver Scherer | -1/+1 |
| 2018-11-20 | Trailing newline | Oliver Scherer | -1/+1 |
| 2018-11-20 | Document qualify_consts more | Oliver Scherer | -1/+6 |
| 2018-11-20 | Fix invalid bitcast taking bool out of a union represented as a scalar | Olivier Goffart | -3/+17 |
| 2018-11-20 | Add sanity test for promotion and `const_let` | Oliver Scherer | -0/+35 |
| 2018-11-20 | Explain missing error in test | Oliver Scherer | -1/+4 |
| 2018-11-20 | Document runtime static mutation checks | Oliver Scherer | -1/+2 |
| 2018-11-20 | Reuse the `P` in `InvocationCollector::fold_{,opt_}expr`. | Nicholas Nethercote | -39/+73 |
| 2018-11-20 | Auto merge of #56081 - alexcrichton:update-manifest, r=nrc | bors | -0/+2 |
| 2018-11-19 | Fix json output in the self-profiler | Wesley Wiser | -2/+13 |
| 2018-11-20 | Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrum | bors | -0/+34 |
| 2018-11-20 | Auto merge of #56049 - newpavlov:revert_51601, r=sfackler | bors | -75/+14 |
| 2018-11-19 | Add temporary renames to manifests for rustfmt/clippy | Alex Crichton | -0/+2 |
| 2018-11-19 | explain why we can use raw | Ralf Jung | -0/+4 |
| 2018-11-19 | we now do proper validation on scalars | Ralf Jung | -14/+14 |
| 2018-11-19 | Reduce the amount of bold text at doc.rust-lang.org | Who? Me?! | -0/+3 |
| 2018-11-19 | use RawConst in miri | Ralf Jung | -40/+32 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -64/+97 |
| 2018-11-19 | Fix error message for `-C panic=xxx`. | Eric Huss | -5/+5 |
| 2018-11-19 | Encode a custom "producers" section in wasm files | Alex Crichton | -0/+112 |
| 2018-11-19 | Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichton | bors | -6/+141 |
| 2018-11-19 | Fix change to predicates | varkor | -1/+1 |
| 2018-11-19 | Update nll stderr files | Oliver Scherer | -4/+16 |
| 2018-11-19 | Add `override_export_symbols` option to Rust target specification | Jethro Beekman | -0/+19 |
| 2018-11-19 | Fix typo in #[must_use] message | varkor | -1/+1 |
| 2018-11-19 | Handle trait objects | varkor | -6/+24 |
| 2018-11-19 | Test for #[must_use] on traits | varkor | -0/+36 |
| 2018-11-19 | Recognise #[must_use] on traits, affecting impl Trait | varkor | -1/+14 |
| 2018-11-19 | Use general uninhabitedness checking | varkor | -14/+10 |
| 2018-11-19 | Auto merge of #56060 - nrc:save-path-fallback, r=zackmdavis | bors | -4/+17 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -35/+82 |
| 2018-11-19 | Disable some pretty-printers when gdb is rust-enabled | Tom Tromey | -27/+34 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -588/+1248 |
| 2018-11-19 | Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler | kennytm | -5/+54 |
| 2018-11-19 | Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddyb | Pietro Albini | -7/+60 |
| 2018-11-19 | Rollup merge of #56027 - Xanewok:docs-backtick, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-11-19 | Rollup merge of #56016 - scottmcm:vecdeque-resize-with, r=joshtriplett | Pietro Albini | -1/+39 |
| 2018-11-19 | Rollup merge of #56012 - RalfJung:unsafe-cell, r=nikomatsakis | Pietro Albini | -1/+3 |
| 2018-11-19 | Rollup merge of #56011 - CBenoit:master, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-11-19 | Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obk | Pietro Albini | -11/+60 |