about summary refs log tree commit diff
path: root/src/librustc/ich
AgeCommit message (Expand)AuthorLines
2018-12-18treat ref-to-raw cast like a reborrow: do a special kind of retagRalf Jung-2/+2
2018-12-17Tweak query code for performanceJohn Kåre Alsaker-0/+1
2018-12-13Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJungbors-1/+1
2018-12-10Remove `tokenstream::Delimited`.Nicholas Nethercote-3/+3
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07Introduce constraint category for yields.David Wood-0/+1
2018-12-06Auto merge of #56557 - pietroalbini:rollup, r=pietroalbinibors-16/+12
2018-12-06Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors-1/+2
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-8/+8
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-8/+4
2018-12-06Auto merge of #56307 - RalfJung:stacked-borrows-2-phase, r=oli-obkbors-45/+12
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-1/+2
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-6/+6
2018-12-04cleanup: remove static lifetimes from constsljedrz-8/+8
2018-12-04Emit feature gate suggestionOliver Scherer-1/+2
2018-12-04syntax: Remove `#[non_exhaustive]` from `Edition`Vadim Petrochenkov-8/+4
2018-12-03s/AllocType/AllocKind/Oliver Scherer-1/+1
2018-12-03Monomorphize `AllocType`Oliver Scherer-1/+1
2018-12-03Retag needs to know whether this is a 2-phase-reborrowRalf Jung-45/+12
2018-12-02Remove not used `DotEq` tokenyui-knk-1/+0
2018-11-26Auto merge of #56070 - oli-obk:const_let, r=eddybbors-0/+1
2018-11-25Auto merge of #55921 - scalexm:placeholders, r=nikomatsakisbors-2/+7
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-3/+0
2018-11-24Move `BoundTy` debruijn index to the `TyKind` enum variantscalexm-1/+2
2018-11-24Handle placeholder types in canonicalizationscalexm-1/+2
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-0/+3
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-2/+1
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-0/+4
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-0/+1
2018-11-19Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obkPietro Albini-3/+3
2018-11-19Rollup merge of #55953 - blitzerr:master, r=nikomatsakisPietro Albini-1/+3
2018-11-18Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obkPietro Albini-1/+6
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-3/+0
2018-11-15Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoeristerPietro Albini-2/+9
2018-11-15do not accept out-of-bounds pointers in enum discriminants, they might be NULLRalf Jung-1/+6
2018-11-15rename FrameInfo span field to call_siteRalf Jung-1/+1
2018-11-14capture_disjoint_fields(rust-lang#53488)Blitzerr-1/+3
2018-11-15Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obkbors-0/+3
2018-11-14miri: backtraces with instancesRalf Jung-2/+2
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-2/+9
2018-11-07no more action on ref or cast, but add new MIR statement for escaping a ptr t...Ralf Jung-0/+3
2018-11-06impl_stable_hash_for: support enums and tuple structs with generic parametersRalf Jung-355/+142
2018-11-03Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakisbors-0/+17
2018-11-03Remove `ReCanonical` in favor of `ReLateBound`scalexm-3/+0
2018-11-03Rename `BoundTyIndex` to `BoundVar`scalexm-1/+1
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-1/+3
2018-11-03Added support for trait aliases as bounds.Alexander Regueiro-0/+17
2018-11-02Auto merge of #55316 - RalfJung:retagging, r=oli-obkbors-20/+3
2018-11-02Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexmbors-2/+3
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-2/+2