about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-24Fix doc build on other architectures than linuxGuillaume Gomez-17/+17
2017-10-19Add missing code examplesGuillaume Gomez-1/+241
2017-10-17Auto merge of #45344 - kennytm:rollup, r=kennytmbors-86/+78
2017-10-17Rollup merge of #45339 - xfix:patch-4, r=steveklabnikkennytm-3/+4
2017-10-17Rollup merge of #45338 - ishitatsuyuki:boot-jemalloc, r=aidanhskennytm-1/+2
2017-10-17Rollup merge of #45329 - rust-lang:duplicate-word, r=QuietMisdreavuskennytm-2/+2
2017-10-17Rollup merge of #45315 - zackmdavis:expected_statement_after_outer_attr_after...kennytm-2/+28
2017-10-17Rollup merge of #45310 - gnzlbg:fix_aarch64, r=pnkfelixkennytm-0/+3
2017-10-17Rollup merge of #45308 - dbrgn:headlines, r=steveklabnikkennytm-3/+3
2017-10-17Rollup merge of #45307 - dbrgn:fix-typo, r=QuietMisdreavuskennytm-3/+3
2017-10-17Rollup merge of #45151 - Pirh:stdio_default_docs, r=frewsxcvkennytm-0/+18
2017-10-17Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebankkennytm-72/+15
2017-10-17Auto merge of #45290 - GuillaumeGomez:fix-help, r=QuietMisdreavusbors-7/+18
2017-10-17Auto merge of #45311 - goffrie:issue-40003, r=alexcrichtonbors-0/+186
2017-10-17Update array documentation for Clone trait changesKonrad Borowski-3/+4
2017-10-17bootstrap: Avoid fetching jemalloc if it's disabledTatsuyuki Ishi-1/+2
2017-10-17Auto merge of #45179 - cuviper:result-intoiter-clone, r=BurntSushibors-1/+1
2017-10-17Auto merge of #45138 - johnthagen:future_imports, r=nikomatsakisbors-2/+4
2017-10-17Remove duplicated wordGuillaume Gomez-2/+2
2017-10-16Merge branch 'master' into future_importsjohnthagen-3957/+8875
2017-10-16Auto merge of #44857 - toidiu:ak-44493-empty-predicate, r=nikomatsakisbors-1/+113
2017-10-16revert change to function_sections for windowsNiv Kaminer-1/+2
2017-10-16Auto merge of #45243 - alexcrichton:tool-rls-rustfmt, r=Mark-Simulacrumbors-89/+129
2017-10-16fix function nametoidiu-1/+1
2017-10-16add a new dep node for outlivestoidiu-1/+3
2017-10-16add error to the correct line in unit testtoidiu-3/+2
2017-10-16add a test casetoidiu-7/+31
2017-10-16added components for testing. added outlives test to the check_crate function...toidiu-30/+39
2017-10-16create a seperate module for outlives. added a query for inferred_outlives. s...toidiu-9/+73
2017-10-16add inferred_outlives_of querytoidiu-0/+3
2017-10-16return an empty inferred_outlives_oftoidiu-1/+12
2017-10-16rustbuild: Allow setting rls/rustfmt to "broken"Alex Crichton-89/+129
2017-10-16Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoeristerbors-9/+58
2017-10-16turn link to RFC 1751 into a markdown linkNiv Kaminer-1/+1
2017-10-16introduce a whitelist for aarch64gnzlbg-1/+4
2017-10-16Auto merge of #45297 - matthewjasper:associated-item-namespaces, r=petrochenkovbors-25/+127
2017-10-16Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1bors-124/+220
2017-10-15don't issue "expected statement after outer attr." after inner attr.Zack M. Davis-2/+28
2017-10-16Auto merge of #45191 - petrochenkov:yesar, r=Mark-Simulacrumbors-124/+203
2017-10-16Re-enable linker override for cross-compilationVadim Petrochenkov-2/+3
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-41/+36
2017-10-15Auto merge of #45215 - alexcrichton:thin-lto-reference-more, r=michaelwoeristerbors-10/+67
2017-10-15Add test for #40003.Geoffry Song-0/+186
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-107/+190
2017-10-15Auto merge of #44613 - QuietMisdreavus:rustdoc-perf, r=michaelwoeristerbors-5/+22
2017-10-15aarch64 is not whitelisted for ARM featuresgnzlbg-1/+1
2017-10-15rustc: Fix some ThinLTO internalizationAlex Crichton-10/+67
2017-10-15Rustdoc book: Add missing headlinesDanilo Bargen-3/+3
2017-10-15Fix typo in rustdoc bookDanilo Bargen-3/+3
2017-10-15Auto merge of #45228 - theotherjimmy:ensure-query, r=michaelwoeristerbors-1/+47