| Age | Commit message (Expand) | Author | Lines |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -17/+20 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -0/+3 |
| 2018-09-10 | fixup: rename `UserAssertTy` to `AscribeUserType` | Niko Matsakis | -1/+1 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -16/+16 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -2/+2 |
| 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 | -5/+2 |
| 2018-09-06 | Fixing tests from anon -> opaque | ms2300 | -1/+1 |
| 2018-09-03 | Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk | bors | -1/+10 |
| 2018-09-01 | rebase | Tim | -1/+10 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -10/+402 |
| 2018-08-31 | Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakis | bors | -3/+1 |
| 2018-08-31 | Get rid of token passing | Oliver Schneider | -55/+35 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -10/+422 |
| 2018-08-31 | Auto merge of #53832 - pietroalbini:rollup, r=pietroalbini | bors | -12/+17 |
| 2018-08-31 | Auto merge of #53779 - RalfJung:miri-refactor, r=oli-obk | bors | -12/+20 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -12/+17 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -0/+12 |
| 2018-08-29 | make ptr_op finally reponsible for all ops involving pointers; make ValTy con... | Ralf Jung | -11/+17 |
| 2018-08-29 | re-do argument passing one more time to finally be sane | Ralf Jung | -1/+3 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -5/+18 |
| 2018-08-28 | fix const_prop detecting unary neg underflows | Ralf Jung | -1/+15 |
| 2018-08-28 | address nits | Ralf Jung | -1/+1 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -12/+17 |
| 2018-08-28 | Auto merge of #53314 - nikomatsakis:nll-invert-liveness, r=pnkfelix | bors | -5/+1 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -5/+5 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -1/+2 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -4/+4 |
| 2018-08-27 | kill dead code from `util/liveness` | Niko Matsakis | -5/+1 |
| 2018-08-27 | switch validation to use operand, not mplace | Ralf Jung | -3/+2 |
| 2018-08-27 | Auto merge of #53656 - nnethercote:HybridIdxSet-tweaks, r=nikomatsakis | bors | -2/+2 |
| 2018-08-25 | Properly prevent the promotion of unstable const fns | Oliver Schneider | -3/+1 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -2/+2 |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -1/+4 |
| 2018-08-24 | Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits. | Nicholas Nethercote | -2/+2 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -16/+16 |
| 2018-08-22 | Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co... | bors | -3/+25 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -3/+25 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -21/+21 |
| 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 | -47/+51 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -10/+10 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -16/+16 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -10/+10 |