about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-677/+252
2018-05-01Auto merge of #50198 - oli-obk:const_prop, r=eddybbors-727/+270
2018-05-01Use two vectors in nearest_common_ancestor.Nicholas Nethercote-5/+6
2018-05-01Merge adjacent write! invocationsOliver Schneider-4/+1
2018-05-01rustc: return impl Iterator from Terminator(Kind)::successors(_mut).Eduard-Mihai Burtescu-89/+85
2018-05-01Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundibors-54/+139
2018-05-01Clarify wordings of the `unstable_name_collision` lint.kennytm-3/+3
2018-05-01Auto merge of #48786 - nagisa:fp, r=nikomatsakisbors-5/+31
2018-05-01Force frame pointers for the backtrace testSimonas Kazlauskas-0/+1
2018-05-01Don’t eliminate frame pointers on apple by defaultSimonas Kazlauskas-0/+2
2018-05-01Rework force-frame-pointerSimonas Kazlauskas-6/+9
2018-05-01Don't force-enable frame pointers when generating debug infoBjörn Steinbrink-3/+23
2018-05-01Set opt-level to 3John Kåre Alsaker-8/+0
2018-05-01Auto merge of #50304 - nox:uninhabited-output, r=eddybbors-9/+19
2018-05-01Auto merge of #50197 - nikomatsakis:skolemize-out-of-tcx, r=eddybbors-35/+36
2018-05-01Better support for import resolution in 3 namespacesVadim Petrochenkov-22/+107
2018-05-01resolve (cleanup): Get rid of `Option` in `PerNS`Vadim Petrochenkov-14/+15
2018-05-01Fix coerce-to-bang testvarkor-3/+2
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-337/+167
2018-04-30Remove vestigial diverging !-coercionvarkor-42/+16
2018-04-30Rename "show type declaration" to "show declaration"Guillaume Gomez-1/+1
2018-04-30put ReSkolemized into the global tcxNiko Matsakis-8/+13
2018-04-30make needs_infer specific to inference variablesNiko Matsakis-11/+23
2018-05-01new() should be const; start()/end() after iteration is unspecified.kennytm-1/+17
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-48/+45
2018-04-30remove some (apparently) dead codeNiko Matsakis-16/+0
2018-04-30Auto merge of #50345 - kennytm:rollup, r=kennytmbors-56/+276
2018-05-01Rollup merge of #50344 - SimonSapin:cargo, r=alexcrichtonkennytm-0/+0
2018-05-01Rollup merge of #50330 - japaric:used, r=nagisakennytm-0/+40
2018-05-01Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebankkennytm-15/+120
2018-05-01Rollup merge of #50325 - petrochenkov:pmgate, r=alexcrichtonkennytm-13/+42
2018-05-01Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcvkennytm-1/+6
2018-05-01Rollup merge of #50312 - Pazzaz:master, r=GuillaumeGomezkennytm-19/+40
2018-05-01Rollup merge of #50233 - mark-i-m:const_vec, r=kennytmkennytm-8/+28
2018-04-30Improve div by zero const eval errorsOliver Schneider-9/+12
2018-04-30Update Cargo.lockOliver Schneider-14/+0
2018-04-30Unify MIR assert messages and const eval errorsOliver Schneider-147/+111
2018-04-30Update ui test outputOliver Schneider-7/+7
2018-04-30Merge ConstMathError into EvalErrorKindOliver Schneider-115/+65
2018-04-30Remove the `rustc_const_math` crateOliver Schneider-132/+60
2018-04-30Reintroduce the float parsing errorOliver Schneider-16/+23
2018-04-30Remove ConstFloatOliver Schneider-309/+85
2018-04-30Removed unused dependencies on rustc_const_mathOliver Schneider-5/+0
2018-04-30Remove unused const math opsOliver Schneider-7/+0
2018-04-30Remove unused const error variantOliver Schneider-13/+0
2018-04-30Remove the `UnequalTypes` error variantOliver Schneider-19/+4
2018-04-30Implement `PartialCmp` for `ConstFloat`Oliver Schneider-15/+17
2018-04-30Comment typoOliver Schneider-1/+1
2018-04-30Remove unused error variantsOliver Schneider-31/+1
2018-04-30revise test gen macro for strMichael Lamparski-144/+81