about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-22Auto merge of #32264 - GuillaumeGomez:lang_item, r=nikomatsakisbors-0/+22
2016-03-22Auto merge of #32388 - semarie:snapshot-openbsd, r=alexcrichtonbors-0/+1
2016-03-21Auto merge of #32253 - durka:derive-31886, r=alexcrichtonbors-1/+21
2016-03-21Auto merge of #32402 - steveklabnik:rollup, r=steveklabnikbors-10/+55
2016-03-21Auto merge of #32062 - Marwes:unification_table_for_eq_relations, r=nikomatsakisbors-42/+183
2016-03-21Improve time complexity of equality relationsMarkus Westerlind-42/+183
2016-03-21Auto merge of #32393 - dotdash:32389, r=eddybbors-0/+21
2016-03-21Rollup merge of #32397 - tclfs:patch-7, r=steveklabnikSteve Klabnik-3/+3
2016-03-21Rollup merge of #32376 - cyplo:cyplo_fix_E0368_documentation, r=steveklabnikSteve Klabnik-2/+2
2016-03-21Rollup merge of #32373 - tclfs:patch-5, r=steveklabnikSteve Klabnik-1/+1
2016-03-21Rollup merge of #32340 - Digipom:master, r=steveklabnikSteve Klabnik-0/+10
2016-03-21Rollup merge of #32339 - tclfs:patch-4, r=apasel422Steve Klabnik-4/+4
2016-03-21Rollup merge of #32322 - GuillaumeGomez:cmp_doc, r=steveklabnikSteve Klabnik-0/+35
2016-03-21docs: Make some changes in textsTang Chenglong-3/+3
2016-03-21Fix tupling of fn args for rust-call ABI functionsBjörn Steinbrink-0/+21
2016-03-21Auto merge of #32369 - frewsxcv:librustc-driver-lib, r=alexcrichtonbors-41/+36
2016-03-21Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichtonbors-34/+319
2016-03-21register openbsd snapshotSébastien Marie-0/+1
2016-03-20Auto merge of #32302 - sfackler:unix-socket, r=alexcrichtonbors-55/+1141
2016-03-20Add unix socket support to the standard librarySteven Fackler-55/+1141
2016-03-20Auto merge of #32344 - aturon:issue-32324, r=eddybbors-2/+35
2016-03-20Auto merge of #32345 - eddyb:snap-to-orbit, r=alexcrichtonbors-54/+48
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-54/+48
2016-03-20Fix mis-uses of projection modeAaron Turon-2/+35
2016-03-20Auto merge of #32010 - devonhollowood:non-c-like-enum-repr, r=Aatchbors-6/+46
2016-03-20Documentation fix for E0368Cyryl Płotnicki-Chudyk-2/+2
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-34/+319
2016-03-20The `data-layout` field is no longer required, but the `os` field isPhilipp Oppermann-2/+2
2016-03-20Utilize `if..let` over single `match` branch.Corey Farwell-33/+28
2016-03-20Remove double-negative conditionals.Corey Farwell-6/+6
2016-03-20docs: Correct an improper descriptionTang Chenglong-1/+1
2016-03-20Auto merge of #32367 - tiehuis:tiehuis-E0412-help, r=nagisabors-4/+4
2016-03-19Auto merge of #32361 - japaric:no-llvm-assertions-on-arm, r=alexcrichtonbors-1/+6
2016-03-20Update tests which reference E0421tiehuis-3/+3
2016-03-19Auto merge of #32358 - Manishearth:pr-32053, r=Manishearthbors-50/+104
2016-03-20Replace unneeded owned `Vec` usage with `slice`.Corey Farwell-3/+3
2016-03-20Alter E0412 help message wordingtiehuis-1/+1
2016-03-19Auto merge of #32306 - nikomatsakis:issue-32278, r=eddybbors-189/+396
2016-03-19Auto merge of #32362 - bluss:float-fast-math, r=eddybbors-8/+16
2016-03-19Update float_math test to not use constantsUlrik Sverdrup-6/+12
2016-03-19Fix LLVMRustSetHasUnsafeAlgebra to only have effect on instructionsUlrik Sverdrup-2/+4
2016-03-19disable llvm assertions on ARM compilersJorge Aparicio-1/+6
2016-03-19Auto merge of #32244 - Amanieu:compare_exchange_result, r=alexcrichtonbors-134/+174
2016-03-19Auto merge of #32314 - alexcrichton:ascii-fun, r=aturonbors-102/+0
2016-03-19Add Help and Suggestion to issue-29124 testsDaniel J Rollins-0/+4
2016-03-19Use last path segment for uncalled method note if span_to_segment failsDaniel J Rollins-6/+19
2016-03-19Add test for issue 29124Daniel J Rollins-1/+32
2016-03-19Fix code review actions in PR #32053Daniel J Rollins-12/+12
2016-03-19Add note if method is called on a function objectDaniel J Rollins-53/+59
2016-03-19Change compare_exchange to return a Result<T, T>Amanieu d'Antras-134/+174