about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-10create separate dep-nodes for predicates_of and explicit_predicates_oftoidiu-1/+25
2018-06-10Auto merge of #51320 - tmccombs:step-by, r=SimonSapinbors-18/+4
2018-06-10Update testsSeiichi Uchida-6/+6
2018-06-10Simplify an error handling in the parserSeiichi Uchida-6/+2
2018-06-10Include parens to type parameterSeiichi Uchida-8/+13
2018-06-09Auto merge of #51265 - Mark-Simulacrum:cleanup-syntax-parse, r=petrochenkovbors-365/+191
2018-06-09Crate-ify and delete unused code in syntax::parseMark Simulacrum-365/+191
2018-06-09Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmpHavvy-3/+5
2018-06-09Update E0423 descriptionEsteban Küber-4/+30
2018-06-09Test keyword unreservationsHavvy-0/+22
2018-06-09Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)'Havvy-35/+18
2018-06-10Added comment to explain why only RustIstaller has `llvm_tools = false`.kennytm-0/+3
2018-06-10Allowing building the codegen backend specifically.kennytm-0/+1
2018-06-10Do not push a commit if the toolstate is unchanged.kennytm-12/+27
2018-06-10Allow some tools to be run without first building LLVM.kennytm-16/+25
2018-06-09Auto merge of #51068 - Crazycolorz5:pluseqsplitting, r=petrochenkovbors-10/+71
2018-06-09Auto merge of #51441 - bstrie:sizeof128, r=dtolnaybors-0/+2
2018-06-09Add lint for intra link resolution failureGuillaume Gomez-9/+76
2018-06-09Auto merge of #51400 - xfix:patch-6, r=kennytmbors-16/+19
2018-06-09Be more precise about why references need to be non-null and alignedRalf Jung-1/+1
2018-06-09add inherent methods to Polltinaun-1/+50
2018-06-09Auto merge of #51359 - cramertj:fdio_spawn, r=sfacklerbors-110/+51
2018-06-08addressed nitstinaun-24/+3
2018-06-09Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakisbors-56/+302
2018-06-08Auto merge of #51448 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-435/+1086
2018-06-08Rollup merge of #51437 - est31:rustbuild_metadata, r=Mark-SimulacrumMark Rousskov-24/+33
2018-06-08Rollup merge of #51436 - Mark-Simulacrum:doc-stage1, r=QuietMisdreavusMark Rousskov-4/+1
2018-06-08Rollup merge of #51427 - FelixMcFelix:nll-stderr-remover, r=oli-obkMark Rousskov-8/+51
2018-06-08Rollup merge of #51412 - nnethercote:pending_obligations, r=estebankMark Rousskov-9/+7
2018-06-08Rollup merge of #51401 - estebank:warn-repr, r=cramertjMark Rousskov-202/+398
2018-06-08Rollup merge of #51396 - SimonSapin:option-nonzero-layout, r=SimonSapinMark Rousskov-2/+2
2018-06-08Rollup merge of #51394 - nnethercote:NCA-depths, r=nikomatsakisMark Rousskov-63/+74
2018-06-08Rollup merge of #51391 - estebank:docspan, r=GuillaumeGomezMark Rousskov-43/+177
2018-06-08Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakisMark Rousskov-4/+92
2018-06-08Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakisMark Rousskov-65/+13
2018-06-08Rollup merge of #51276 - Havvy:dyn-trait-send-send, r=nikomatsakisMark Rousskov-2/+101
2018-06-08Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebankMark Rousskov-14/+61
2018-06-08Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakisMark Rousskov-5/+86
2018-06-08provide error message when using more than 65535 hash symbols for raw stringsDavid Cao-0/+14
2018-06-08add a few blanket future impls to stdtinaun-0/+82
2018-06-08Built, corrected, and run tests. Added expected stderr files.Crazycolorz5-1/+43
2018-06-08Auto merge of #51247 - pnkfelix:issue-51190-report-type-moved-from-behind-bor...bors-49/+105
2018-06-08Document size_of for 128-bit integersbstrie-0/+2
2018-06-08Auto merge of #51410 - oli-obk:cargo_bump, r=nikomatsakisbors-0/+0
2018-06-08Normalize associated types when checking global boundsMatthew Jasper-0/+41
2018-06-08Fix a typoMatthew Jasper-2/+2
2018-06-08 Test that object bounds are preferred over global where clause boundsMatthew Jasper-0/+28
2018-06-08Add tests for associated types and inconsistent boundsMatthew Jasper-0/+166
2018-06-08Reenable trivial boundsMatthew Jasper-54/+65
2018-06-08rustbuild: generate full list of dependencies for metadataest31-24/+33