about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-26make OpenBSD to use libc++ instead of (e)stdc++Sébastien Marie-4/+5
2017-11-26Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1bors-29/+109
2017-11-26Auto merge of #45947 - estebank:match_default_bindings-arg-hint, r=arielb1bors-4/+53
2017-11-25Auto merge of #45367 - alexcrichton:simd-llvm-changes, r=eddybbors-4/+125
2017-11-25rustc: Add support for some more x86 SIMD opsAlex Crichton-4/+125
2017-11-25Auto merge of #46115 - alexcrichton:add-wasm-target, r=kennytmbors-103/+145
2017-11-25Fix testEsteban Küber-2/+5
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-103/+145
2017-11-25Auto merge of #46191 - eddyb:better-late-than-never, r=nikomatsakisbors-13/+0
2017-11-25Conform namesShotaro Yamada-6/+6
2017-11-25Auto merge of #46129 - kennytm:fix-46098-rustdoc-reexport-extern-type, r=Guil...bors-0/+79
2017-11-25Auto merge of #46117 - SimonSapin:min-align, r=alexcrichtonbors-18/+65
2017-11-25Auto merge of #46081 - GuillaumeGomez:fix-path-search, r=QuietMisdreavusbors-82/+141
2017-11-25Auto merge of #46008 - alexcrichton:update-llvm, r=Mark-Simulacrumbors-5/+55
2017-11-24std: Flag Windows TLS dtor symbol as #[used]Alex Crichton-1/+44
2017-11-24Auto merge of #46111 - michaelwoerister:promote-green, r=nikomatsakisbors-0/+92
2017-11-24Use `get_parent_node` instead of using spansEsteban Küber-41/+30
2017-11-24Be more obvious when suggesting dereferenceEsteban Küber-9/+66
2017-11-24Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisabors-0/+536
2017-11-24rustbuild: Update LLVM and enable ThinLTOAlex Crichton-4/+11
2017-11-24Auto merge of #46116 - oli-obk:json_ui, r=nikomatsakisbors-2128/+2224
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2127/+2193
2017-11-24Auto merge of #46012 - Gankro:float-conv-transmute, r=sfacklerbors-76/+86
2017-11-24UI tests extract the regular output from the 'rendered' field in jsonOliver Schneider-8/+48
2017-11-24This method of once-diagnostics doesn't allow nestingOliver Schneider-15/+5
2017-11-24Simplify an Iterator::fold to Iterator::anyOliver Schneider-1/+1
2017-11-24Use visit_bodyShotaro Yamada-41/+5
2017-11-24QuerifyShotaro Yamada-37/+53
2017-11-24Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1bors-103/+95
2017-11-24Add testShotaro Yamada-0/+44
2017-11-24Do match-check before const MIR generationShotaro Yamada-5/+22
2017-11-24Visit const expressions in check matchShotaro Yamada-7/+46
2017-11-24Auto merge of #45942 - Menschenkindlein:master, r=estebankbors-0/+141
2017-11-23Make float::from_bits transmute (and update the documentation to reflect this).Alexis Beingessner-76/+86
2017-11-23Auto merge of #46225 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-12/+59
2017-11-23Rollup merge of #46220 - rust-lang:frewsxcv-issue-44929, r=kennytmGuillaume Gomez-2/+4
2017-11-23Rollup merge of #46218 - rust-lang:frewsxcv-rename-slice-swap-param, r=kennytmGuillaume Gomez-9/+9
2017-11-23Rollup merge of #46177 - ollie27:std_unicode_debug, r=estebankGuillaume Gomez-1/+7
2017-11-23Rollup merge of #45635 - virgil-palanciuc:master, r=kennytmGuillaume Gomez-0/+39
2017-11-23Auto merge of #45881 - Centril:box-leak, r=alexcrichtonbors-0/+53
2017-11-23Use for_each_child_stable in find_moduleMaxim Zholobak-1/+1
2017-11-23Auto merge of #46087 - vramana:fix-46003, r=arielb1bors-13/+59
2017-11-23Fix borrowck compiler errors for upvars contain "spurious" dereferencesRamana Venkata-13/+59
2017-11-23Add module population and case of enum in place of expressionMaxim Zholobak-9/+31
2017-11-23Auto merge of #46054 - nikomatsakis:nll-master-to-rust-master-1, r=arielb1bors-37/+169
2017-11-23Auto merge of #46051 - cramertj:in-band-lifetimes, r=nikomatsakisbors-140/+1088
2017-11-23Auto merge of #46024 - estebank:no-variant, r=petrochenkovbors-39/+170
2017-11-23Auto merge of #46011 - euclio:reachability-redux, r=nrcbors-47/+100
2017-11-22Use multiline text for crate conflict diagnosticsEsteban Küber-103/+95
2017-11-22Add test to new branchesEsteban Küber-0/+15