| Age | Commit message (Expand) | Author | Lines |
| 2018-09-07 | Validate syntax of `--cfg` command line arguments | Vadim Petrochenkov | -14/+25 |
| 2018-08-26 | Auto merge of #53425 - oli-obk:validation, r=nikomatsakis | bors | -16/+2 |
| 2018-08-25 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -1/+8 |
| 2018-08-17 | Don't sanity check function pointers in vtables | Oliver Schneider | -16/+2 |
| 2018-07-31 | assert no region obligations on entering custom type op | Niko Matsakis | -0/+13 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -3/+3 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -90/+85 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -26/+17 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -6/+22 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -3/+3 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -26/+17 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -28/+28 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -10/+11 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+3 |
| 2018-07-28 | Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelix | bors | -22/+79 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -90/+85 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -2/+11 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -5/+5 |
| 2018-07-28 | Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelix | kennytm | -9/+0 |
| 2018-07-28 | Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis | kennytm | -14/+7 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+3 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -5/+5 |
| 2018-07-27 | Better Option handling | Shotaro Yamada | -7/+9 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -1/+1 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 |
| 2018-07-27 | Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis | bors | -6/+36 |
| 2018-07-27 | Improved mechanism for naming regions in non-annotated types. | David Wood | -5/+35 |
| 2018-07-27 | Added fully elaborated type label for inferred arguments. | David Wood | -1/+1 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -28/+28 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -11/+74 |
| 2018-07-27 | Remove unused option flag | Shotaro Yamada | -9/+0 |
| 2018-07-27 | Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakis | bors | -24/+57 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -14/+7 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+24 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -10/+74 |
| 2018-07-26 | Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebank | Mark Rousskov | -0/+24 |
| 2018-07-26 | integrate the edition code. | Felix S. Klock II | -26/+44 |
| 2018-07-26 | Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`. | Felix S. Klock II | -1/+16 |
| 2018-07-26 | Add `migrate` to list of values for `-Z borrowck=...` | Felix S. Klock II | -1/+1 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -0/+22 |
| 2018-07-26 | Add flag indicating whether AST `borrowck` query signalled any error. | Felix S. Klock II | -0/+8 |
| 2018-07-25 | Change ManuallyDrop from an union to a struct and make it a lang item. | Eduard-Mihai Burtescu | -2/+11 |
| 2018-07-25 | Add type system canaries for potential future bugs | Oliver Schneider | -1/+5 |
| 2018-07-25 | Remove useless comment | Oliver Schneider | -1/+1 |
| 2018-07-25 | Fix associated existentials for generic traits | Oliver Schneider | -1/+2 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -2/+53 |
| 2018-07-25 | simplify `NLLRegionVariableOrigin` | Niko Matsakis | -1/+14 |
| 2018-07-25 | parameterize `BitVector` and `BitMatrix` by their index types | Niko Matsakis | -7/+6 |
| 2018-07-25 | Update comment and do suggest | csmoe | -8/+9 |