| Age | Commit message (Expand) | Author | Lines |
| 2018-08-27 | remove the liveness mode and simplify `categorize` | Niko Matsakis | -18/+10 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -1/+10 |
| 2018-08-24 | include ADT user-ty in output | Niko Matsakis | -0/+5 |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -1/+5 |
| 2018-08-24 | Rollup merge of #53563 - matthiaskrgr:String, r=varkor | kennytm | -1/+1 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -2/+2 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -2/+2 |
| 2018-08-22 | Auto merge of #53581 - varkor:tyvariants-rename, r=eddyb | bors | -10/+10 |
| 2018-08-22 | Auto merge of #53536 - RalfJung:array-drop, r=eddyb | bors | -3/+10 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -10/+10 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-20 | fix array drop glue: properly turn raw ptr into reference | Ralf Jung | -3/+10 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -2/+2 |
| 2018-08-19 | Parse try blocks with the try keyword instead of do catch placeholder | Scott McMurray | -2/+2 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-08-15 | Suggest match ergonomics, not `ref`/`ref mut` | ashtneoi | -4/+4 |
| 2018-08-07 | Special case error message for thread-local statics. | David Wood | -0/+16 |
| 2018-08-03 | Highlight closure spans for borrow and initialization errors | Matthew Jasper | -2/+9 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -6/+6 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -6/+6 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -1/+3 |
| 2018-07-25 | Change ManuallyDrop from an union to a struct and make it a lang item. | Eduard-Mihai Burtescu | -1/+3 |
| 2018-07-25 | Improve readability in a few sorts | ljedrz | -1/+1 |
| 2018-07-24 | Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisa | bors | -3/+1 |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -3/+3 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -3/+1 |
| 2018-07-21 | Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis | bors | -79/+166 |
| 2018-07-21 | remove unwanted tests and a reference to it in comments | dylan_DPC | -5/+3 |
| 2018-07-20 | Improve NLL mutability errors | Matthew Jasper | -3/+14 |
| 2018-07-20 | tidy up | dylan_DPC | -2/+0 |
| 2018-07-20 | move NllLivenessMap and LocalWithRegion to liveness_map | dylan_DPC | -56/+17 |
| 2018-07-20 | always get number of live variables from the map | Niko Matsakis | -7/+7 |
| 2018-07-20 | tidy fixes | dylan_DPC | -2/+4 |
| 2018-07-19 | convert LocalWithRegion to Local | dylan_DPC | -1/+1 |
| 2018-07-19 | add LocalWithRegion NllLivenessMap | dylan_DPC | -2/+40 |
| 2018-07-19 | make liveness generic over set of local variables | Niko Matsakis | -83/+139 |
| 2018-07-19 | generic shuffle continues | dylan_DPC | -6/+6 |
| 2018-07-19 | use LiveVariableMap as trait bound | dylan_DPC | -18/+18 |
| 2018-07-19 | add trait structs and other changes from V to local | dylan_DPC | -20/+49 |
| 2018-07-19 | add generic parameter | dylan_DPC | -29/+34 |
| 2018-07-12 | Factor out suggest_ref_mut; use it in rustc_borrowck | ashtneoi | -0/+20 |
| 2018-07-04 | Reuse the `DefsUsesVisitor` in `simulate_block()`. | Nicholas Nethercote | -24/+34 |
| 2018-07-02 | improve comments | Niko Matsakis | -1/+4 |
| 2018-07-01 | remove the `ins` set altogether | Niko Matsakis | -22/+12 |
| 2018-07-01 | use `WorkQueue` to track dirty bits in liveness | Niko Matsakis | -17/+24 |
| 2018-06-29 | Rename `IdxSet::clone_from`. | Nicholas Nethercote | -2/+2 |
| 2018-06-22 | Run rustfmt | Santiago Pastorino | -313/+470 |