| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-16 | Speed up NLL with `HybridIdxSetBuf`. | Nicholas Nethercote | -10/+10 |
| 2018-08-08 | Auto merge of #53163 - oli-obk:const_prop_ice, r=nikomatsakis | bors | -5/+0 |
| 2018-08-07 | Remove an overly pedantic and wrong assertion | Oliver Schneider | -5/+0 |
| 2018-08-07 | Make sure the feature gate actually works and never allows promoting these op... | Oliver Schneider | -19/+21 |
| 2018-08-07 | Also put comparing raw pointers behind a feature gate | Oliver Schneider | -7/+6 |
| 2018-08-07 | Don't accidentally promote union access in MIR | Oliver Schneider | -1/+1 |
| 2018-08-07 | Use the correct feature gate name | Oliver Schneider | -2/+2 |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -60/+37 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -2/+2 |
| 2018-08-03 | Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung | bors | -11/+15 |
| 2018-08-01 | Rollup merge of #52915 - Zoxc:refine-gen-borrow-analysis, r=eddyb | Pietro Albini | -1/+2 |
| 2018-08-01 | Address stylistic review comments and rebase fallout | Oliver Schneider | -2/+2 |
| 2018-08-01 | Reintroduce `Undef` and properly check constant value sizes | Oliver Schneider | -9/+13 |
| 2018-08-01 | Split out growth functionality into BitVector type | Mark Rousskov | -14/+14 |
| 2018-07-31 | Don't count MIR locals as borrowed after StorageDead when finding locals live... | John Kåre Alsaker | -1/+2 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -1/+1 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -4/+4 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -4/+3 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -32/+36 |