about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-337/+167
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-30Auto merge of #50163 - kornelski:error, r=Kimundibors-39/+26
2018-04-30Update Cargo to 2018-04-28 122fd5be5201913d42e219e132d6569493583bcaSimon Sapin-0/+0
2018-04-30Make the fields of RangeInclusive private.kennytm-6/+78
2018-04-30Auto merge of #50326 - ollie27:rustdoc_cross_crate_const_link, r=GuillaumeGomezbors-0/+104
2018-04-30Extend Printer::buf on demand.Nicholas Nethercote-7/+23
2018-04-30Auto merge of #50272 - scottmcm:termination-test-error, r=nikomatsakisbors-0/+34
2018-04-30check that #[used] is used only on staticsJorge Aparicio-0/+40
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-31/+45
2018-04-30Auto merge of #50261 - nrc:update, r=kennytmbors-17/+5
2018-04-30Update RustfmtNick Cameron-17/+5
2018-04-30Correct unused field warning on struct match container patternsvarkor-13/+77
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-16/+184
2018-04-30Correct unused field warning on box struct matchvarkor-11/+24
2018-04-30Correct unused field warning on &struct matchvarkor-13/+41