| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-16 | handle trait objects formed from traits with `Self::Foo: 'a` clauses | Niko Matsakis | -0/+17 |
| 2018-11-16 | lint if a private item has doctests | Guillaume Gomez | -0/+36 |
| 2018-11-16 | eat CloseDelim | Axary | -0/+8 |
| 2018-11-16 | change expected error message | Axary | -2/+2 |
| 2018-11-16 | add ui test | Axary | -0/+15 |
| 2018-11-16 | Update stderr file | Oliver Scherer | -2/+2 |
| 2018-11-15 | Fix stability hole with `static _` | Oliver Scherer | -0/+33 |
| 2018-11-15 | update closure arg suggesstion ui test | csmoe | -10/+28 |
| 2018-11-15 | lint based on closure pipe span | csmoe | -0/+2 |
| 2018-11-15 | test/linkage-visibility: Ignore on musl targets | Samuel Holland | -0/+2 |
| 2018-11-15 | Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini | bors | -3/+119 |
| 2018-11-15 | Rollup merge of #55956 - euclio:issue-55587, r=estebank | Pietro Albini | -0/+35 |
| 2018-11-15 | Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavis | Pietro Albini | -2/+20 |
| 2018-11-15 | Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an... | Pietro Albini | -0/+63 |
| 2018-11-15 | Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister | Pietro Albini | -1/+1 |
| 2018-11-15 | fix other affected tests | Ralf Jung | -1/+1 |
| 2018-11-15 | do not accept out-of-bounds pointers in enum discriminants, they might be NULL | Ralf Jung | -6/+19 |
| 2018-11-15 | Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakis | bors | -0/+61 |
| 2018-11-15 | validation: better error when the enum discriminant is Undef | Ralf Jung | -13/+13 |
| 2018-11-14 | Clean up some non-mod-rs stuff. | Eric Huss | -150/+44 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -4/+68 |
| 2018-11-15 | Stress test for MPSC | Stepan Koltsov | -0/+172 |
| 2018-11-14 | properly calculate spans for intra-doc link resolution errors | QuietMisdreavus | -0/+37 |
| 2018-11-14 | Fix VecDeque pretty-printer | Tom Tromey | -0/+11 |
| 2018-11-14 | put file and line into miri backtrace | Ralf Jung | -51/+51 |
| 2018-11-14 | std: Synchronize access to global env during `exec` | Alex Crichton | -0/+36 |
| 2018-11-14 | add test for issue #54348 | Andy Russell | -0/+21 |
| 2018-11-14 | add test for issue #55587 | Andy Russell | -0/+14 |
| 2018-11-14 | Remove extern and some return value as an attempt to make the test pass on mo... | Olivier Goffart | -7/+7 |
| 2018-11-14 | Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec" | Alex Crichton | -12/+0 |
| 2018-11-14 | Auto merge of #52153 - csmoe:projeq_normal, r=scalexm | bors | -0/+1 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -5/+144 |
| 2018-11-13 | Implement `ProjectionEq-Normalize` | csmoe | -0/+1 |
| 2018-11-13 | Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakis | bors | -0/+27 |
| 2018-11-13 | Fix ui tests | scalexm | -6/+6 |
| 2018-11-13 | Use a dummy outlives requirement for `where Type:,` (see #53696) | scalexm | -2/+2 |
| 2018-11-13 | Bypass ppaux for `Outlives` predicates | scalexm | -11/+11 |
| 2018-11-13 | Provide program clauses for builtin types | scalexm | -0/+2 |
| 2018-11-13 | Pretty print quantified goals and clauses | scalexm | -64/+51 |
| 2018-11-13 | Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus | kennytm | -3/+25 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -2/+2 |
| 2018-11-13 | Rollup merge of #55837 - Centril:spökdata-skall-vara-strukturellt-matchbar, ... | kennytm | -0/+53 |
| 2018-11-13 | Rollup merge of #55804 - QuietMisdreavus:eager-crate-inline, r=pnkfelix | kennytm | -0/+64 |
| 2018-11-13 | Forward the ABI of the non-zero sized fields of an union if they have the sam... | Olivier Goffart | -0/+80 |
| 2018-11-13 | Auto merge of #55589 - oli-obk:min_length_💣, r=pnkfelix | bors | -1/+1 |