about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-07-24doc: make into_iter example more conciseTshepang Lekhonkhobe-25/+8
2017-07-24Fix printing regions with -Z verboseRalf Jung-5/+2
2017-07-24improve the TryFrom implementationsAndre Bogus-38/+391
2017-07-24Auto merge of #43454 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-191/+270
2017-07-24std::thread::spawn: Fix grammar in documentationJoshua Liebow-Feeser-1/+1
2017-07-24Auto merge of #43430 - Mark-Simulacrum:rustbuild-fixes, r=alexcrichtonbors-88/+85
2017-07-24Rollup merge of #43446 - zackmdavis:rustdoc_sidebar_unions, r=GuillaumeGomezMark Simulacrum-0/+1
2017-07-24Rollup merge of #43428 - waywardmonkeys:doc-fixes, r=estebankMark Simulacrum-28/+28
2017-07-24Rollup merge of #43421 - alexcrichton:add-some-build-scripts, r=Mark-SimulacrumMark Simulacrum-0/+106
2017-07-24Rollup merge of #43401 - cuviper:homogeneous, r=Mark-SimulacrumMark Simulacrum-23/+23
2017-07-24Rollup merge of #43379 - s3rvac:fix-exit-status-success-description, r=Guilla...Mark Simulacrum-2/+2
2017-07-24Rollup merge of #43374 - stjepang:fix-sort-randomization-comment, r=alexcrichtonMark Simulacrum-15/+18
2017-07-24Rollup merge of #43366 - leshow:bufreader-docs, r=aturonMark Simulacrum-10/+10
2017-07-24Rollup merge of #43361 - michaelwoerister:remove-retrace-path, r=nikomatsakisMark Simulacrum-113/+27
2017-07-24Rollup merge of #43342 - ranweiler:no-std-exe-docs, r=alexcrichtonMark Simulacrum-0/+55
2017-07-24Rollup merge of #43322 - redox-os:redox_liblibc, r=alexcrichtonMark Simulacrum-0/+0
2017-07-24Make dist equivalent to old build system.Mark Simulacrum-88/+82
2017-07-24Make the macro parser theory description more accuratePiotr Czarnecki-100/+102
2017-07-24Auto merge of #43436 - zackmdavis:union_doc_fields_section_layout, r=Guillaum...bors-1/+1
2017-07-24Add support for PowerPC Altivec/VSX intrinsicsLuca Barbato-0/+56
2017-07-24Auto merge of #43327 - nrc:rls-config, r=eddybbors-319/+369
2017-07-24Make keep_ast configurable by driver clientsNick Cameron-4/+6
2017-07-24Catch a panic in save-analysisNick Cameron-2/+2
2017-07-24Remove save-analysis-api references from tests and rustbuildNick Cameron-2/+4
2017-07-24Point RLS submodule at a branch with required changesNick Cameron-93/+192
2017-07-24Auto merge of #43280 - lfairy:token-tree-iter-clone, r=nrcbors-0/+1
2017-07-24Auto merge of #43413 - mandeep:ops-generics, r=alexcrichtonbors-0/+36
2017-07-23rustdoc: add unions to whitelist of sidebar typesZack M. Davis-0/+1
2017-07-23rustdoc: make major section headers self-linksZack M. Davis-13/+36
2017-07-24Apply packed and align restrictions to unions.Cameron Hart-10/+65
2017-07-23Auto merge of #43096 - estebank:ascription-help, r=nikomatsakisbors-18/+174
2017-07-23rustdoc: fix layout of Fields section in documentation for unionsZack M. Davis-1/+1
2017-07-23Auto merge of #43386 - oli-obk:suggestions, r=nikomatsakisbors-64/+40
2017-07-23Do not run pretty tests by default.Mark Simulacrum-0/+3
2017-07-23Fix some doc/comment typos.Bruce Mitchener-28/+28
2017-07-23Auto merge of #43416 - tshepang:extra-layer, r=alexcrichtonbors-6/+5
2017-07-23Auto merge of #43256 - Others:patch-1, r=steveklabnikbors-4/+1
2017-07-23Better detection of repr packed and alignCameron Hart-19/+21
2017-07-22rustc: Add some build scripts for librustc cratesAlex Crichton-0/+106
2017-07-23Auto merge of #43406 - canndrew:never-impl-clone, r=alexcrichtonbors-0/+1
2017-07-23Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichtonbors-105/+194
2017-07-23Add support for the VSX and Altivec features on PowerPCLuca Barbato-0/+3
2017-07-22Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichtonbors-0/+3
2017-07-22doc: provide an actual equivalent to filter_mapTshepang Lekhonkhobe-6/+5
2017-07-22Remove unnecessary unsafe in test/ui/print_type_sizes/nullable.rsSimon Sapin-3/+1
2017-07-22Don’t create NonZero(0) in test/ui/print_type_sizes/nullable.rsSimon Sapin-3/+11
2017-07-22Fix unstable feature name for some impls for Unique<T>Simon Sapin-2/+2
2017-07-22Use safe conversion instead of unsafe constructor in issue-23433 testSimon Sapin-1/+1
2017-07-22Use checked NonZero constructor in MIR move path indicesSimon Sapin-1/+1
2017-07-22Use checked NonZero constructor in obligation forest NodeIndexSimon Sapin-1/+1