about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-13remove stray ui stderrAlex Burka-11/+0
2018-05-13stabilize :lifetimeAlex Burka-64/+4
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-15/+251
2018-05-13Auto merge of #50704 - kennytm:rollup, r=kennytmbors-11/+140
2018-05-13Rollup merge of #50678 - semarie:openbsd-targets, r=sanxiynkennytm-0/+33
2018-05-13Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man...kennytm-11/+107
2018-05-13Auto merge of #50643 - dlrobertson:fix_ice, r=oli-obkbors-18/+64
2018-05-13Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakisbors-46/+124
2018-05-13Auto merge of #50573 - oli-obk:tool_sanity, r=kennytmbors-11/+33
2018-05-13Auto merge of #50235 - Zoxc:rayon, r=michaelwoeristerbors-357/+573
2018-05-13Update Cargo.lockJohn Kåre Alsaker-0/+26
2018-05-13Add parallel abstractionsJohn Kåre Alsaker-1/+101
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-345/+431
2018-05-13Add Sync bounds to the crate storeJohn Kåre Alsaker-10/+14
2018-05-13Fix impl PartialOrd for InternedStringJohn Kåre Alsaker-1/+1
2018-05-12Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, ...bors-60/+84
2018-05-12Auto merge of #50686 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-277/+349
2018-05-12Fix rebaseleonardo.yvens-2/+2
2018-05-12Merge all "Copy not implemented" errorsleonardo.yvens-24/+14
2018-05-12Better error reporting in Copy deriveleonardo.yvens-60/+94
2018-05-12Auto merge of #50684 - nikic:prepare-thinlto, r=nagisabors-3/+10
2018-05-12rustc: Only suggest deleting `extern crate` if it worksAlex Crichton-11/+46
2018-05-12rustc: Allow an edition's feature on that editionAlex Crichton-41/+62
2018-05-12Display the name of the failed file in tidy/libcoretestvarkor-8/+15
2018-05-12Ignore non .rs files for tidy libcoretestvarkor-6/+9
2018-05-12Do not silently truncate offsets for `read_at`/`write_at` on emscriptenTobias Bucher-2/+16
2018-05-12fs::write: Add example writing a &strAaron DeVore-0/+1
2018-05-12Rollup merge of #50607 - Zoxc:symbol-arena, r=michaelwoeristerMark Simulacrum-8/+35
2018-05-12Rollup merge of #50602 - Screwtapello:update-canonicalize-docs, r=cramertjMark Simulacrum-4/+11
2018-05-12Rollup merge of #50558 - whitfin:issue-50500, r=michaelwoeristerMark Simulacrum-63/+51
2018-05-12Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkovMark Simulacrum-20/+20
2018-05-12Rollup merge of #50545 - rizakrko:const_time, r=oli-obkMark Simulacrum-6/+76
2018-05-12Rollup merge of #50544 - Eijebong:cleanup_deps, r=alexcrichtonMark Simulacrum-116/+15
2018-05-12Set PrepareForThinLTO flag when using ThinLTONikita Popov-3/+10
2018-05-12Auto merge of #50352 - porglezomp:btree-no-empty-alloc, r=Gankrobors-31/+128
2018-05-12add aarch64-unknown-openbsd supportSébastien Marie-0/+32
2018-05-12openbsd-i686: use lld as linker by defaultSébastien Marie-0/+1
2018-05-12Auto merge of #50476 - zackmdavis:tame_unreachable_pub_suggestion, r=Manishearthbors-44/+67
2018-05-12typeck: Fix ICE with struct update syntaxDan Robertson-18/+64
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-11rustc: Include semicolon when removing `extern crate`Alex Crichton-11/+107
2018-05-11Auto merge of #50650 - oli-obk:clippy, r=Manishearthbors-50/+85
2018-05-11Update an old method name in debug loggingIsaac Whitfield-1/+1
2018-05-11Update naming in line with PR commentsIsaac Whitfield-20/+23
2018-05-11Neaten a couple of long signaturesIsaac Whitfield-4/+8
2018-05-11Catch a bad reference in use clausesIsaac Whitfield-1/+1
2018-05-11Remove shared access to DepGraph::work_productsIsaac Whitfield-58/+39
2018-05-11Auto merge of #50332 - Zoxc:interner-split, r=michaelwoeristerbors-77/+68