| Age | Commit message (Expand) | Author | Lines |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -6/+9 |
| 2018-09-13 | introduce SelfCtor | F001 | -0/+1 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -6/+9 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -0/+1 |
| 2018-09-10 | generalize `AscribeUserType` to handle sub or super type | Niko Matsakis | -1/+2 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -2/+2 |
| 2018-09-09 | Auto merge of #53902 - dtolnay:group, r=petrochenkov | bors | -0/+12 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -0/+12 |
| 2018-09-08 | Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Optimize miri checking of integer array/slices | Gabriel Majeri | -1/+1 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -8/+0 |
| 2018-09-06 | Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obk | bors | -5/+1 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -7/+7 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-09-03 | Implement Hash in terms of HashStable for EvalSnapshot | Bruno Dutra | -1/+1 |
| 2018-09-03 | Remove unused alloc_id_recursion_tracker | Bruno Dutra | -4/+0 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -0/+4 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -7/+7 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -2/+2 |
| 2018-08-30 | introduce Guard enum | F001 | -0/+4 |
| 2018-08-29 | re-do argument passing one more time to finally be sane | Ralf Jung | -1/+6 |
| 2018-08-29 | Auto merge of #53659 - nnethercote:rm-AccumulateVec, r=Mark-Simulacrum | bors | -6/+6 |
| 2018-08-29 | Remove `AccumulateVec` and its uses. | Nicholas Nethercote | -6/+6 |
| 2018-08-28 | address nits | Ralf Jung | -1/+1 |
| 2018-08-27 | Miri Memory Work | Ralf Jung | -2/+3 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -0/+1 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -2/+3 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -1/+2 |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -1/+1 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -0/+1 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -1/+1 |
| 2018-08-22 | Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co... | bors | -1/+6 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -1/+6 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -12/+12 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -4/+4 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -17/+17 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -5/+5 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -2/+2 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -6/+0 |
| 2018-08-21 | New AccessLevel and accompanying propagation. | Kyle Simpson | -0/+1 |
| 2018-08-19 | Rename `Catch` variants to `TryBlock` | Scott McMurray | -1/+1 |
| 2018-08-19 | mv CachingCodemapView CachingSourceMapView | Donato Sciarra | -10/+10 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -13/+13 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -9/+9 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -7/+7 |