| Age | Commit message (Expand) | Author | Lines |
| 2020-04-03 | Ensure HAS_FREE_LOCAL_NAMES is set for ReFree | Matthew Jasper | -26/+29 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -4/+4 |
| 2020-03-10 | Rollup merge of #69475 - Zoxc:no-no-force, r=michaelwoerister | Mazdak Farrokhzad | -185/+140 |
| 2020-03-09 | Add a comment to `recover`. | John Kåre Alsaker | -0/+6 |
| 2020-03-09 | Remove the `no_force` query attribute | John Kåre Alsaker | -38/+0 |
| 2020-03-09 | Remove the need for `no_force` | John Kåre Alsaker | -117/+127 |
| 2020-03-09 | Move `analysis` to the query macro | John Kåre Alsaker | -30/+7 |
| 2020-03-09 | Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obk | Mazdak Farrokhzad | -4/+23 |
| 2020-03-08 | use static strings instead of tcx | Ralf Jung | -5/+5 |
| 2020-03-08 | Fix typo | Ralf Jung | -2/+2 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -5/+8 |
| 2020-03-08 | move error allocation test to error.rs | Ralf Jung | -1/+17 |
| 2020-03-08 | Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJung | Mazdak Farrokhzad | -0/+10 |
| 2020-03-07 | Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -5/+5 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -10/+10 |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -3/+0 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -20/+17 |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-03-06 | mir-interpret: add method Memory::read wide_string | JOE1994 | -0/+10 |
| 2020-03-06 | mir::Local is Copy we can pass it by value in these cases | Santiago Pastorino | -5/+5 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -20/+17 |
| 2020-03-07 | Remove `NO_DEBUG` const | Yuki Okushi | -3/+0 |
| 2020-03-06 | fix various typos | Matthias Krüger | -10/+10 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -1/+1 |
| 2020-03-05 | Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPC | bors | -22/+21 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-05 | Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertj | Dylan DPC | -3/+3 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -1/+1 |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -8/+6 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -3/+3 |
| 2020-03-05 | Disable CTFE if const_limit was set to 0, otherwise use the value set, which ... | Christoph Schmidler | -7/+7 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -1/+2 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -4/+4 |
| 2020-03-04 | Use .map() to modify data inside Options instead of using .and_then(|x| Some(... | Matthias Krüger | -3/+3 |
| 2020-03-04 | cover some more nearby cases | Ralf Jung | -9/+8 |
| 2020-03-04 | use integer assoc consts instead of methods | Ralf Jung | -9/+9 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -29/+15 |
| 2020-03-03 | Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor | Dylan DPC | -1/+1 |
| 2020-03-03 | Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkov | Dylan DPC | -6/+3 |
| 2020-03-03 | Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis | bors | -1/+1 |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -6/+3 |
| 2020-03-03 | Rollup merge of #69619 - matthiaskrgr:misc, r=eddyb | Yuki Okushi | -5/+3 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -2/+2 |
| 2020-03-02 | Make PlaceRef lifetimes of Place::as_ref be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-03 | Simplify conditions like x + 1 <= y to x < y | Matthias Krüger | -1/+1 |
| 2020-03-02 | Remove chalk integration | CAD97 | -126/+0 |
| 2020-03-02 | use values() or keys() respectively when iterating only over keys or values o... | Matthias Krüger | -1/+1 |
| 2020-03-02 | Auto merge of #69469 - matthewjasper:type-flags, r=cramertj | bors | -92/+104 |
| 2020-03-02 | Auto merge of #69432 - petrochenkov:alldeps, r=eddyb | bors | -4/+1 |
| 2020-03-01 | Clean up TypeFlags | Matthew Jasper | -87/+99 |