about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-12Auto merge of #50249 - Zoxc:allocation-const, r=oli-obkbors-753/+1090
2018-05-11Auto merge of #50161 - rizakrko:impl_note, r=estebankbors-80/+201
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-15/+163
2018-05-11Auto merge of #50650 - oli-obk:clippy, r=Manishearthbors-50/+85
2018-05-11Auto merge of #50332 - Zoxc:interner-split, r=michaelwoeristerbors-77/+68
2018-05-11resolved merge conflictRoman Stoliar-17/+17
2018-05-11fixed double ref hintRoman Stoliar-19/+35
2018-05-11[wip] fixed some error, added missing testRoman Stoliar-75/+77
2018-05-11unary op filter, dereference hintRoman Stoliar-78/+131
2018-05-11added missing implementation hintRoman Stoliar-36/+86
2018-05-11Update the clippy and miri submodulesOliver Schneider-50/+85
2018-05-11Add a query to convert from ConstValue to AllocationJohn Kåre Alsaker-21/+110
2018-05-11Introduce ConstValue and use it instead of miri's Value for constant valuesJohn Kåre Alsaker-737/+985
2018-05-11Auto merge of #50620 - alexcrichton:change-names-again, r=nikomatsakisbors-3/+3
2018-05-11compiletest: escape CXX the same way as CC for MSVCJohannes Nixdorf-1/+1
2018-05-11Add a test for issue 36710.Johannes Nixdorf-0/+57
2018-05-11Auto merge of #50609 - alexcrichton:no-nll-preview, r=nikomatsakisbors-1/+1
2018-05-11Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertjbors-169/+728
2018-05-10ensure lint are issued in a stable orderNiko Matsakis-14/+14
2018-05-10Auto merge of #50611 - alexcrichton:rollup, r=alexcrichtonbors-485/+1383
2018-05-10Skip a memory-hungry test that OOMsAlex Crichton-0/+1
2018-05-10Auto merge of #50331 - MartinHusemann:master, r=Kimundibors-2/+11
2018-05-10Rename the 2018 edition lint namesAlex Crichton-3/+3
2018-05-10Rollup merge of #50606 - kennytm:retry-docker-cache, r=alexcrichtonAlex Crichton-2/+5
2018-05-10Rollup merge of #50598 - whitfin:unnecessary-mut-borrow, r=michaelwoeristerAlex Crichton-7/+1
2018-05-10Rollup merge of #50591 - glandium:cleanup, r=dtolnayAlex Crichton-56/+57
2018-05-10Rollup merge of #50590 - estebank:off-by-one, r=nikomatsakisAlex Crichton-23/+23
2018-05-10Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcvAlex Crichton-25/+23
2018-05-10Rollup merge of #50575 - alexcrichton:faster-drain-drop, r=sfacklerAlex Crichton-3/+5
2018-05-10Rollup merge of #50574 - s3bk:range_inclusive_into_inner, r=SimonSapinAlex Crichton-0/+15
2018-05-10Rollup merge of #50572 - frewsxcv:frewsxcv-fma, r=sfacklerAlex Crichton-4/+8
2018-05-10Rollup merge of #50569 - michaelwoerister:cross-lang-lto-2, r=alexcrichtonAlex Crichton-13/+118
2018-05-10Rollup merge of #50565 - nnethercote:try_mark_green, r=michaelwoeristerAlex Crichton-10/+11
2018-05-10Rollup merge of #50564 - nnethercote:inline-Span-methods, r=petrochenkovAlex Crichton-0/+3
2018-05-10Rollup merge of #50538 - michaelwoerister:atomic-cnums, r=ZoxcAlex Crichton-23/+24
2018-05-10Rollup merge of #50532 - michaelwoerister:lockless-cnum-map, r=ZoxcAlex Crichton-8/+12
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 #49823 - Zoxc:term-str, r=alexcrichtonbors-7/+8
2018-05-10Fix tuple struct field spansEsteban Küber-23/+23
2018-05-10Remove `nll` from `rust_2018_preview`Alex Crichton-1/+1
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-10Retry when downloading the Docker cache.kennytm-2/+5
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-09Remove unnecessary mutable borrow and resizingIsaac Whitfield-7/+1