| Age | Commit message (Expand) | Author | Lines |
| 2018-09-19 | Classify outlives constraints when type checking | Matthew Jasper | -1/+1 |
| 2018-09-18 | Auto merge of #53900 - davidtwco:issue-53771, r=nikomatsakis | bors | -88/+9 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -2/+2 |
| 2018-09-16 | Remove usages of span_suggestion without Applicability | Vitaly _Vi Shukela | -3/+7 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -1/+1 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -6/+6 |
| 2018-09-13 | Added help message for impl trait static constraint. | David Wood | -1/+1 |
| 2018-09-13 | Moved helper functions from NiceRegionError to TyCtxt. | David Wood | -88/+9 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -6/+6 |
| 2018-09-09 | add ability to create region vars with explicit universe | Niko Matsakis | -6/+23 |
| 2018-09-09 | infer/mod.rs: rustfmt | Niko Matsakis | -329/+373 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -87/+90 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -5/+3 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -87/+90 |
| 2018-09-01 | Remove 'not reporting regions error due to nll' warning | Basile Desloges | -33/+10 |
| 2018-08-30 | Rollup merge of #53513 - nnethercote:inline-shallow_resolve, r=varkor | Pietro Albini | -1/+9 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -24/+24 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -21/+23 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -20/+20 |
| 2018-08-27 | Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelix | bors | -8/+11 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -0/+30 |
| 2018-08-24 | pacify the mercilous tidy: canonical ignore comments | Niko Matsakis | -2/+2 |
| 2018-08-24 | support user annotations in fns, methods | Niko Matsakis | -0/+30 |
| 2018-08-24 | Rollup merge of #53563 - matthiaskrgr:String, r=varkor | kennytm | -1/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -4/+4 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -22/+22 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -6/+6 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -114/+114 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -3/+3 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -5/+5 |
| 2018-08-21 | change `make_query_outlives` to take an iterator | Niko Matsakis | -8/+11 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -3/+3 |
| 2018-08-20 | Force-inline `shallow_resolve` at its hottest call site. | Nicholas Nethercote | -1/+9 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -8/+8 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -3/+3 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -3/+3 |
| 2018-08-12 | Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2018-08-12 | Rollup merge of #53019 - ljedrz:bad_collects, r=estebank | Guillaume Gomez | -5/+7 |
| 2018-08-09 | Make SnapshotMap::{commit, rollback_to} take references | ljedrz | -1/+1 |
| 2018-08-09 | Correctly identify named early bound regions. | David Wood | -1/+1 |
| 2018-08-07 | Auto merge of #52450 - PramodBisht:issue/52413, r=estebank | bors | -4/+13 |
| 2018-08-06 | Disable some nice region errors in NLL mode. | David Wood | -0/+6 |
| 2018-08-06 | #52413: addressed @estebank's Nit | Pramod Bisht | -1/+1 |
| 2018-08-05 | Closes #52413: Provide structured suggestion instead of label | Pramod Bisht | -4/+13 |
| 2018-08-04 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -1/+8 |
| 2018-08-03 | Don't collect() when size_hint is useless | ljedrz | -5/+7 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -22/+17 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -6/+5 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -6/+5 |