about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-14Make hint clearer, with the potential of being wrongEsteban Küber-4/+4
2018-03-14Suggest using `move` when trying to share `...::channel::{Receiver, Sender}`Esteban Küber-14/+81
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-55/+66
2018-03-12Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelixbors-600/+572
2018-03-12Auto merge of #48295 - Keruspe:master, r=alexcrichtonbors-3/+10
2018-03-12Auto merge of #48938 - alexcrichton:no-leak-makeflags, r=kennytmbors-1/+8
2018-03-11Auto merge of #48549 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-742/+674
2018-03-11test: Forcibly remove MAKEFLAGS in compiletestAlex Crichton-1/+8
2018-03-11Update Cargo submoduleAlex Crichton-742/+674
2018-03-11Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichtonbors-59/+46
2018-03-11Auto merge of #48907 - kennytm:minor-ci-stuff, r=alexcrichtonbors-0/+8
2018-03-11Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrumbors-17/+68
2018-03-11Auto merge of #48908 - varkor:bss-undefined-globals, r=alexcrichtonbors-1/+1
2018-03-11Auto merge of #48691 - Zoxc:profq-chan, r=michaelwoeristerbors-170/+175
2018-03-10Auto merge of #48419 - bobtwinkles:fix_late_bound_reg_self, r=nikomatsakisbors-0/+75
2018-03-10Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichtonbors-7/+62
2018-03-10Merge LLVM fix for undefined bss globalsvarkor-1/+1
2018-03-10Print /proc/cpuinfo and /proc/meminfo before starting to build.kennytm-0/+8
2018-03-10Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakisbors-43/+309
2018-03-10Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusbors-64/+97
2018-03-09rustbuild: Pass `-j1` to OpenSSL `make install`Alex Crichton-1/+1
2018-03-09Remove some commented out codebobtwinkles-12/+0
2018-03-09Remove added two-phase-borrows flagbobtwinkles-1/+1
2018-03-09Auto merge of #48891 - alexcrichton:dist-osx-9.3, r=kennytmbors-2/+2
2018-03-09travis: Upgrade dist builders for OSXAlex Crichton-2/+2
2018-03-09Check for two_phase_borrows in the right placebobtwinkles-1/+1
2018-03-09Fix tests after two-phase borrow rewritebobtwinkles-33/+14
2018-03-09Remove unused field on BorrowDatabobtwinkles-3/+1
2018-03-09Complete re-implementation of 2-phase borrowsbobtwinkles-33/+32
2018-03-09mir dataflow: change graphviz outputbobtwinkles-142/+149
2018-03-09Finally start down the right pathbobtwinkles-431/+427
2018-03-09Rename BorrowData::location to BorrowData::reserve_locationbobtwinkles-7/+10
2018-03-09Fix anchor not always being put at the right placeGuillaume Gomez-0/+3
2018-03-09Fix escape not working when searchbar selectedGuillaume Gomez-3/+6
2018-03-09Add missing items in the sidebar for functionsGuillaume Gomez-55/+71
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-24/+20
2018-03-09Make the default relro level be doing nothing at allJohannes Löthberg-1/+7
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-108/+324
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-170/+175
2018-03-08Refactor run_host_only to have the proper effect.Mark Simulacrum-3/+3
2018-03-08Deny warningsMark Simulacrum-1/+1
2018-03-08Print out the sysroot and libdir on verbose builds.Mark Simulacrum-2/+4
2018-03-08Remove ONLY_BUILD.Mark Simulacrum-28/+34
2018-03-08Remove ONLY_BUILD_TARGETS.Mark Simulacrum-26/+5
2018-03-08Rollup merge of #48857 - Songbird0:improve_column_macro_documentation, r=josh...Manish Goregaokar-1/+1
2018-03-08Rollup merge of #48856 - Songbird0:improve_line_macro_documentation, r=joshtr...Manish Goregaokar-1/+1
2018-03-08Rollup merge of #48801 - Manishearth:epoch-features, r=nikomatsakisManish Goregaokar-263/+328
2018-03-08Rollup merge of #48588 - alexcrichton:termcolor, r=BurntSushiManish Goregaokar-166/+136
2018-03-08Rollup merge of #48527 - zackmdavis:and_the_social_construction_of_tuples, r=...Manish Goregaokar-5/+174
2018-03-08Add rust_2018_idioms lint groupManish Goregaokar-2/+8