summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-11Update stdsimd moduleAlex Crichton-0/+2
2018-03-11Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichtonbors-59/+46
2018-03-11Fix hygene issue when deriving DebugPhlosioneer-1/+18
2018-03-11Auto merge of #48907 - kennytm:minor-ci-stuff, r=alexcrichtonbors-0/+8
2018-03-11Document when types have OS-dependent sizesPhlosioneer-0/+33
2018-03-11Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrumbors-17/+68
2018-03-11in which some labels and notes are upgraded to structured suggestionsZack M. Davis-29/+46
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-10add stub for retrieving number of CPUsSebastian Humenda-1/+7
2018-03-10remove linker arguments from L4Re targetSebastian Humenda-56/+17
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-10type_alias_bounds lint: If the type alias uses an associated type without "as...Ralf Jung-29/+150
2018-03-10Print /proc/cpuinfo and /proc/meminfo before starting to build.kennytm-0/+8
2018-03-10Rename ignored_generic_bounds -> type_alias_boundsRalf Jung-33/+68
2018-03-10Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakisbors-43/+309
2018-03-10Split param-bounds-ignored into two, it was testing two independent thingsRalf Jung-62/+95
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-09rustbuild: Remove ThinLTO-related configurationAlex Crichton-21/+0
2018-03-09Remove auto trait implementation section when emptyGuillaume Gomez-8/+30
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-09tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directoriesVadim Petrochenkov-140/+28
2018-03-09Make the default relro level be doing nothing at allJohannes Löthberg-1/+7
2018-03-09Add missing urlsGuillaume Gomez-7/+14
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-108/+324
2018-03-09test: fix repr-transparent-aggregates test on mips64James Cowgill-0/+50
2018-03-09test: ignore asm tests on mips* which won't workJames Cowgill-0/+10
2018-03-09test: ignore mips* in x86_mmx testJames Cowgill-0/+2
2018-03-09test: ignore stack probe tests on mips*James Cowgill-0/+6
2018-03-09test: remove duplicate ignore-aarch64 from stack-probes testJames Cowgill-1/+0