about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-06Match the loop examplesStefan Schindler-3/+4
2019-08-06Auto merge of #62987 - Thomasdezeeuw:ioslice-advance, r=Thomasdezeeuwbors-1/+351
2019-08-05Auto merge of #59369 - oli-obk:unwrap_usICE, r=eddyb,nikomatsakisbors-142/+298
2019-08-05Get rid of one more useless `lift` invocationOliver Scherer-2/+1
2019-08-05Update to new passing-ui-test schemeOliver Scherer-2/+2
2019-08-05Prevent array length printing cycle with debug assertionsOliver Scherer-1/+6
2019-08-05Fixup: eval_usize needs param envOliver Scherer-1/+1
2019-08-05Address comment and formatting nitsOliver Scherer-3/+3
2019-08-05Clear the ParamEnv where its information is irrelevantOliver Scherer-35/+43
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-119/+230
2019-08-05Add regression testsOliver Scherer-0/+37
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-64/+80
2019-08-05Clean up the `ty::Const::assert*` methodsOliver Scherer-50/+30
2019-08-05Auto merge of #61491 - stjepang:impls-for-accesserror, r=dtolnaybors-0/+5
2019-08-05Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obkbors-46/+62
2019-08-05Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasperbors-108/+167
2019-08-05Auto merge of #63245 - RalfJung:miri-error, r=oli-obkbors-6/+15
2019-08-04Auto merge of #63213 - varkor:itemkind-tyalias, r=Centrilbors-89/+90
2019-08-04Rename `Target::Ty` to `Target::TyAlias`varkor-2/+2
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-35/+36
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-52/+52
2019-08-04Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkovbors-13/+57
2019-08-04Add #[stable] to Error implStjepan Glavina-0/+1
2019-08-04Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomezbors-24/+73
2019-08-04AssumptionNotHeld is used only once in Miri and never caught... remove from enumRalf Jung-4/+0
2019-08-04move AssumptionNotHeld to UBRalf Jung-3/+4
2019-08-04Auto merge of #63233 - RalfJung:get_unchecked, r=Centrilbors-4/+16
2019-08-04fix linksRalf Jung-2/+2
2019-08-04Auto merge of #63199 - ehuss:fix-rustc-guide-toolstate, r=kennytmbors-1/+6
2019-08-03Auto merge of #63235 - Xanewok:update-rls, r=Centrilbors-5/+21
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-108/+167
2019-08-03Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasperbors-186/+205
2019-08-03add variant for experimental UB (like Stacked Borrows)Ralf Jung-3/+5
2019-08-03also add macros for free-form error messagesRalf Jung-0/+10
2019-08-03ci: move .azure-pipelines to src/ci/azure-pipelinesPietro Albini-1/+883
2019-08-03cargotest: servo -> caac107ae8145ef2fd20365e2b8fadaf09c2eb3bMazdak Farrokhzad-1/+1
2019-08-03Auto merge of #63234 - Centril:rollup-h9t731z, r=Centrilbors-667/+357
2019-08-03Apply suggestions from code reviewRalf Jung-8/+12
2019-08-03Rollup merge of #63229 - RalfJung:miri-error, r=oli-obkMazdak Farrokhzad-98/+90
2019-08-03Rollup merge of #63227 - jakubadamw:issue-63151, r=estebankMazdak Farrokhzad-2/+29
2019-08-03Rollup merge of #63218 - lenary:riscv-non-experimental, r=alexcrichtonMazdak Farrokhzad-5/+8
2019-08-03Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkovMazdak Farrokhzad-538/+206
2019-08-03Rollup merge of #62954 - ia0:fix_typo_span, r=CentrilMazdak Farrokhzad-24/+24
2019-08-03Update Rustfmt and RLSIgor Matuszewski-5/+21
2019-08-03clarify that unchecked indexing is UB even if the reference is never usedRalf Jung-4/+12
2019-08-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-1/+351
2019-08-03Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obkbors-165/+160
2019-08-02Fix rustc-guide toolstate tracking.Eric Huss-1/+6
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-1033/+1050
2019-08-02Auto merge of #63228 - Centril:rollup-x39p5ga, r=Centrilbors-288/+709