| Age | Commit message (Expand) | Author | Lines |
| 2018-11-20 | Auto merge of #55663 - varkor:must_use-traits, r=estebank | bors | -0/+36 |
| 2018-11-20 | improve error note | Axary | -6/+6 |
| 2018-11-20 | Trailing newline | Oliver Scherer | -1/+1 |
| 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 | Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrum | bors | -0/+33 |
| 2018-11-19 | we now do proper validation on scalars | Ralf Jung | -14/+14 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -19/+27 |
| 2018-11-19 | Fix error message for `-C panic=xxx`. | Eric Huss | -4/+4 |
| 2018-11-19 | Update nll stderr files | Oliver Scherer | -4/+16 |
| 2018-11-19 | Test for #[must_use] on traits | varkor | -0/+36 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -30/+67 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -246/+313 |
| 2018-11-19 | Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler | kennytm | -0/+27 |
| 2018-11-19 | Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddyb | Pietro Albini | -0/+37 |
| 2018-11-19 | Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obk | Pietro Albini | -6/+47 |
| 2018-11-19 | Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obk | Pietro Albini | -51/+51 |
| 2018-11-19 | Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkov | Pietro Albini | -150/+18 |
| 2018-11-19 | Allow assignments in const contexts | Oliver Scherer | -16/+115 |
| 2018-11-19 | Replace the ICEing on const fn loops with an error | Oliver Scherer | -0/+13 |
| 2018-11-19 | Auto merge of #56042 - petrochenkov:nuni, r=petrochenkov | bors | -561/+1156 |
| 2018-11-18 | Rollup merge of #55923 - Zeegomo:master, r=estebank | Pietro Albini | -0/+39 |
| 2018-11-18 | Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obk | Pietro Albini | -20/+33 |
| 2018-11-18 | Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=... | Pietro Albini | -28/+97 |
| 2018-11-18 | Auto merge of #55672 - RalfJung:miri-extern-types, r=eddyb | bors | -0/+27 |
| 2018-11-18 | remove "approx env bounds" if we already know from trait | Niko Matsakis | -0/+37 |
| 2018-11-18 | Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -12/+12 |
| 2018-11-18 | Add a couple more tests + address review comments | Vadim Petrochenkov | -4/+154 |
| 2018-11-18 | resolve: Future-proof against imports referring to local variables and generi... | Vadim Petrochenkov | -0/+99 |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -174/+174 |
| 2018-11-18 | resolve: Reintroduce feature gate for uniform paths in imports | Vadim Petrochenkov | -52/+110 |
| 2018-11-18 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -15/+163 |
| 2018-11-18 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -56/+56 |
| 2018-11-18 | resolve: Recover "did you mean" suggestions in imports | Vadim Petrochenkov | -12/+6 |
| 2018-11-18 | resolve: Check resolution consistency for import paths and multi-segment macr... | Vadim Petrochenkov | -63/+159 |
| 2018-11-18 | resolve: Resolve single-segment imports using in-scope resolution on 2018 edi... | Vadim Petrochenkov | -3/+15 |
| 2018-11-18 | resolve: More precise determinacy tracking during import/macro resolution | Vadim Petrochenkov | -6/+6 |
| 2018-11-18 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -237/+275 |
| 2018-11-17 | Don't auto-inline `const fn` | Oliver Scherer | -1/+29 |
| 2018-11-17 | tidy check fix | giacomo | -10/+19 |
| 2018-11-17 | add test for #[test] attribute only allowed on non associated functions | giacomo | -0/+30 |
| 2018-11-17 | reserve whitespaces between prefix and pipe | csmoe | -5/+5 |
| 2018-11-17 | remove stray file with UI testing output | Axary | -8/+0 |
| 2018-11-16 | adjust remaining tests | Ralf Jung | -4/+37 |
| 2018-11-16 | fix tidy (remove whitespace) | Axary | -0/+24 |
| 2018-11-16 | improve error when self is used as not the first argument | Axary | -5/+21 |
| 2018-11-16 | add a note to the error message | Axary | -2/+3 |
| 2018-11-16 | remove license | Axary | -11/+0 |
| 2018-11-16 | CTFE: dynamically make sure we do not call non-const-fn | Ralf Jung | -2/+10 |