about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-10Rollup merge of #50524 - wesleywiser:immutable_prev_work_products, r=michaelw...Alex Crichton-83/+74
2018-05-10Rollup merge of #50514 - alexcrichton:update-llvm, r=kennytmAlex Crichton-0/+0
2018-05-10Rollup merge of #50447 - ehuss:fix-update-references, r=alexcrichtonAlex Crichton-4/+5
2018-05-10Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichtonAlex Crichton-208/+597
2018-05-10Rollup merge of #49423 - gavento:gavento-dev, r=nikomatsakisAlex Crichton-16/+401
2018-05-10Auto merge of #50395 - Zoxc:small-tys, r=michaelwoeristerbors-537/+615
2018-05-10Pull in a wasm fix from LLVM upstreamAlex Crichton-0/+0
2018-05-10Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytmbors-333/+241
2018-05-10Auto merge of #50432 - GuillaumeGomez:fix-vec-new-search, r=QuietMisdreavusbors-3/+48
2018-05-10Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrumbors-15/+59
2018-05-09ci: Compile LLVM with Clang 6.0.0Alex Crichton-333/+241
2018-05-09Auto merge of #49834 - Zoxc:sync-trait-cache, r=nikomatsakisbors-10/+17
2018-05-09Add exact-check option to rustdoc-js testsGuillaume Gomez-2/+10
2018-05-09Auto merge of #49711 - ibabushkin:auto_trait_refactor, r=nikomatsakisbors-541/+698
2018-05-09Rollup merge of #50527 - glandium:cleanup, r=sfacklerkennytm-1/+1
2018-05-09Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavuskennytm-12/+14
2018-05-09Rollup merge of #50505 - Aaronepower:add-test, r=oli-obkkennytm-0/+29
2018-05-09Rollup merge of #50464 - est31:master, r=rkruppekennytm-6/+4
2018-05-09Rollup merge of #50460 - F001:const_string, r=kennytmkennytm-2/+9
2018-05-09Rollup merge of #50148 - japaric:const-manuallydrop, r=oli-obkkennytm-1/+2
2018-05-09Rollup merge of #49988 - clarcharr:never_docs, r=steveklabnikkennytm-0/+53
2018-05-09Rollup merge of #50539 - clarcharr:log_const, r=dtolnaykennytm-0/+16
2018-05-09Rollup merge of #50525 - nnethercote:lit_token, r=michaelwoeristerkennytm-6/+17
2018-05-09Rollup merge of #50456 - alexcrichton:update-cargo, r=alexcrichtonkennytm-0/+0
2018-05-08Fix update-references for tests within subdirectories.Eric Huss-4/+5
2018-05-09ignore test-args if user specifies suite_pathCollins Abitekaniza-5/+1
2018-05-09Optimize string handling in lit_token().Nicholas Nethercote-6/+17
2018-05-08Add more logarithm constantsClar Charr-0/+16
2018-05-08Auto merge of #50530 - oli-obk:miri, r=kennytmbors-19/+46
2018-05-08Update the Cargo/stdsimd submodulesAlex Crichton-0/+0
2018-05-08Auto merge of #50497 - RalfJung:pinmut, r=withoutboatsbors-31/+34
2018-05-08Insert fields from TypeAndMut into TyRef to allow layout optimizationJohn Kåre Alsaker-241/+242
2018-05-08Store the GeneratorInterior in the new GeneratorSubstsJohn Kåre Alsaker-308/+357
2018-05-08Store generator movability outside GeneratorInteriorJohn Kåre Alsaker-80/+108
2018-05-08Fix commentWesley Wiser-1/+1
2018-05-08Auto merge of #50490 - nrc:method-docs, r=eddybbors-36/+30
2018-05-08Fix thinning pointers to extern types in miriOliver Schneider-19/+46
2018-05-08Auto merge of #50503 - alexheretic:master, r=oli-obkbors-23/+27
2018-05-08Cleanup a `use` in a raw_vec testMike Hommey-1/+1
2018-05-08Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakisbors-80/+42
2018-05-07Make DepGraph::previous_work_products immutableWesley Wiser-83/+74
2018-05-08Auto merge of #50260 - Manishearth:no-extern-crate, r=nikomatsakisbors-1/+189
2018-05-07Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavusbors-9/+47
2018-05-07Add explanation for #[must_use] on string replace methodsManish Goregaokar-2/+4
2018-05-07Add explanation for #[must_use] on mutex guardsManish Goregaokar-4/+4
2018-05-07Add explanation for #[must_use] on Debug buildersManish Goregaokar-5/+5
2018-05-07Add explanation for #[must_use] on ResultManish Goregaokar-1/+1
2018-05-07Make SelectionCache and EvaluationCache thread-safeJohn Kåre Alsaker-10/+17
2018-05-07Added regression function match value test, closes #44333Aaron Power-0/+29
2018-05-07Update clippy 0.0.197Alex Butler-40/+22