about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-26Lint inner fn marked as `#[test]`Esteban Küber-1/+87
2018-06-27Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakisbors-124/+20
2018-06-26Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakisbors-240/+373
2018-06-26Auto merge of #51814 - MajorBreakfast:local-task-obj, r=cramertjbors-296/+455
2018-06-26Move spawn errors into executor.rsJosef Reinhard Brandl-67/+50
2018-06-26Nested `LocalTaskObj` in `TaskObj`, remove `SpawnErrorObj` conversionsJosef Reinhard Brandl-75/+34
2018-06-26Auto merge of #51756 - nielx:fix/librustdoc, r=GuillaumeGomezbors-2/+6
2018-06-26Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytmbors-6/+3
2018-06-26Add `LocalTaskObj`Josef Reinhard Brandl-8/+118
2018-06-26driveby status update to 2015 comment about parens in patternsZack M. Davis-0/+2
2018-06-26inclusive range syntax lint (`...` → `..=`)Zack M. Davis-22/+154
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-218/+217
2018-06-26Split libcore/task.rs into submodulesJosef Reinhard Brandl-294/+401
2018-06-26Don't inspect the generated existential type itemsOliver Schneider-124/+20
2018-06-26Auto merge of #51678 - Zoxc:combine-lints, r=estebankbors-139/+177
2018-06-26Auto merge of #51805 - pietroalbini:rollup, r=pietroalbinibors-244/+397
2018-06-26Rollup merge of #51791 - GuillaumeGomez:minify-css, r=estebankPietro Albini-16/+35
2018-06-26Rollup merge of #51789 - estebank:issue-50577, r=oli-obkPietro Albini-11/+39
2018-06-26Rollup merge of #51788 - berkus:fix-typo, r=varkorPietro Albini-1/+1
2018-06-26Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-SimulacrumPietro Albini-2/+2
2018-06-26Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcvPietro Albini-18/+18
2018-06-26Rollup merge of #51747 - varkor:export_name-null-character, r=estebankPietro Albini-10/+44
2018-06-26Rollup merge of #51731 - varkor:closure-array-break-length, r=estebankPietro Albini-31/+87
2018-06-26Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboatsPietro Albini-14/+15
2018-06-26Rollup merge of #51642 - GuillaumeGomez:fix-unknown-windows-build, r=oli-obkPietro Albini-0/+3
2018-06-26Rollup merge of #51153 - ogham:panic-and-compile_error-docs, r=GuillaumeGomezPietro Albini-2/+10
2018-06-26Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakisPietro Albini-139/+143
2018-06-26Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakisbors-22/+143
2018-06-26Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakisbors-21/+18
2018-06-26Auto merge of #50630 - sharkdp:fix-50619, r=sfacklerbors-7/+24
2018-06-26Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ...bors-41/+115
2018-06-25make the `while let` loop terminateNiko Matsakis-1/+1
2018-06-25Minify cssGuillaume Gomez-16/+35
2018-06-25Do not build LLVM tools for any of the toolsMark Simulacrum-6/+3
2018-06-25Don't ICE when performing `lower_pattern_unadjusted` on a `TyError`Esteban Küber-11/+39
2018-06-25Fix typoBerkus Karchebnyy-1/+1
2018-06-25Auto merge of #51785 - cuviper:fstatat64, r=Mark-Simulacrumbors-6/+5
2018-06-25Remove unnecessary stat64 pointer castsJosh Stone-2/+2
2018-06-25Use fstatat64 where availableJosh Stone-6/+5
2018-06-25Add missing \[allow(missing_docs)\]Guillaume Gomez-0/+1
2018-06-25Auto merge of #51728 - bradjc:llvm-tools2, r=kennytmbors-30/+39
2018-06-25Make find_breakable_scope non-mutablevarkor-3/+3
2018-06-25Auto merge of #51750 - zackmdavis:superstructure, r=oli-obkbors-56/+218
2018-06-25Auto merge of #51733 - varkor:ice-match-slice, r=oli-obkbors-4/+32
2018-06-25Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lintleonardo.yvens-2/+2
2018-06-25Make where clause object safety be a warn-by-default lintleonardo.yvens-13/+61
2018-06-25`Self` in where clauses may not be object safeleonardo.yvens-37/+63
2018-06-25Auto merge of #51335 - mark-i-m:allocator, r=oli-obkbors-29/+140
2018-06-25Add sentence to compile_error!() docsBenjamin Sago-1/+3
2018-06-25Link the docs of panic!() and compile_error!()Benjamin Sago-1/+7