about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-26make Command.argv Send on unix platformsCorentin Henry-10/+11
2018-01-25implement Send for process::Command on unixCorentin Henry-0/+5
2018-01-25Rollup merge of #47729 - alexcrichton:update-cargo, r=sfacklerGuillaume Gomez-1/+35
2018-01-25Rollup merge of #47726 - pietroalbini:fix-nested-empty-groups-span, r=petroch...Guillaume Gomez-18/+50
2018-01-25Rollup merge of #47721 - GuillaumeGomez:experimental-color, r=QuietMisdreavusGuillaume Gomez-0/+4
2018-01-25Rollup merge of #47717 - evelynmitchell:47716-doc-fix, r=steveklabnikGuillaume Gomez-1/+1
2018-01-25Rollup merge of #47702 - etaoins:fix-into-cast-paren-precedence, r=petrochenkovGuillaume Gomez-3/+28
2018-01-25Rollup merge of #47700 - EdSchouten:cc104, r=kennytmGuillaume Gomez-13/+0
2018-01-25Rollup merge of #47691 - estebank:unknown-lang-item-sp, r=rkruppeGuillaume Gomez-10/+41
2018-01-25Rollup merge of #47679 - etaoins:remove-redundant-backtrace-hint, r=estebankGuillaume Gomez-8/+0
2018-01-25Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakisGuillaume Gomez-6/+6
2018-01-25Rollup merge of #47534 - estebank:suggest-public-traits, r=petrochenkovGuillaume Gomez-15/+42
2018-01-25Auto merge of #47686 - GuillaumeGomez:theme-fixes, r=QuietMisdreavusbors-23/+47
2018-01-24Update Cargo submodule to masterAlex Crichton-1/+35
2018-01-25Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakisbors-3/+42
2018-01-25Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddybbors-65/+20
2018-01-24Fix wrong span for nested empty groupsPietro Albini-18/+50
2018-01-24Fix experimental text display on default themeGuillaume Gomez-0/+4
2018-01-24fix for documentation error issue 47716evelynmitchell-1/+1
2018-01-24Few fixes for multiple themes support featureGuillaume Gomez-23/+47
2018-01-24Auto merge of #47300 - remexre:duration-constructors-as-const-fns, r=alexcric...bors-13/+16
2018-01-24Fix into() cast paren check precedenceRyan Cumming-3/+28
2018-01-24Remove workarounds for cc 1.0.3.Ed Schouten-13/+0
2018-01-24Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichtonbors-9/+12
2018-01-23Point at unknown lang item attributeEsteban Küber-10/+41
2018-01-24Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichtonbors-56/+73
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-228/+1116
2018-01-23Remove similar test that does not run the resultritiek-35/+1
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-103/+302
2018-01-23Rollup merge of #47672 - ollie27:rustdoc_auto_traits, r=GuillaumeGomezkennytm-2/+54
2018-01-23Rollup merge of #47667 - GuillaumeGomez:fix-quoted-search, r=QuietMisdreavuskennytm-2/+25
2018-01-23Rollup merge of #47662 - spastorino:add_test_to_nll, r=nikomatsakiskennytm-0/+3
2018-01-23Rollup merge of #47661 - bjorn3:refactor_driver, r=michaelwoeristerkennytm-39/+22
2018-01-23Rollup merge of #47655 - etaoins:fix-spurious-warning-on-empty-proc-macro-cra...kennytm-1/+32
2018-01-23Rollup merge of #47635 - Zoxc:remove-attr, r=michaelwoeristerkennytm-16/+13
2018-01-23Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavusbors-13/+603
2018-01-23Remove broken redundant backtrace hintRyan Cumming-8/+0
2018-01-23Rollup merge of #47610 - cuviper:captured-dwarf, r=eddybkennytm-3/+10
2018-01-23Rollup merge of #47558 - spastorino:rustc_args, r=nikomatsakiskennytm-0/+18
2018-01-23Rollup merge of #47554 - EdSchouten:cloudabi-jemalloc, r=nikomatsakiskennytm-3/+10
2018-01-23Rollup merge of #47549 - Manishearth:29723-regression, r=nikomatsakiskennytm-0/+39
2018-01-23Rollup merge of #47541 - psumbera:master, r=eddybkennytm-1/+6
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-27/+38
2018-01-23Rollup merge of #47425 - EdSchouten:immutable-tls, r=nikomatsakiskennytm-0/+21
2018-01-23Rollup merge of #47423 - est31:rustbook_checking, r=alexcrichtonkennytm-9/+11
2018-01-23Auto merge of #47046 - Manishearth:intra-doc-links, r=eddyb,GuillaumeGomez,Qu...bors-264/+995
2018-01-23Port borrows across yield check to MIR borrowckJohn Kåre Alsaker-1/+116
2018-01-23Add dropck testJohn Kåre Alsaker-0/+44
2018-01-23Fix yield-while-local-borrowed.rs testJohn Kåre Alsaker-8/+42
2018-01-23Use delay_span_bug for things that should be errorsJohn Kåre Alsaker-3/+11