about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-11-15Auto merge of #45715 - oli-obk:clippy, r=kennytmbors-12/+34
2017-11-15Reenable clippy testingOliver Schneider-12/+34
2017-11-15Auto merge of #45944 - eddyb:provide, r=nikomatsakisbors-81/+66
2017-11-15Auto merge of #45922 - vramana:fix-45702, r=nikomatsakisbors-14/+44
2017-11-15Auto merge of #45913 - sinkuu:mir-inlining-closure, r=arielb1bors-29/+113
2017-11-14Auto merge of #45821 - djzin:unreachable-match-arms, r=nikomatsakisbors-31/+103
2017-11-14Auto merge of #45981 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-239/+175
2017-11-14Rollup merge of #45977 - kennytm:fix-pulldown-warnings, r=steveklabnikGuillaume Gomez-5/+5
2017-11-14Rollup merge of #45970 - GuillaumeGomez:from-str-docs, r=QuietMisdreavusGuillaume Gomez-2/+5
2017-11-14Rollup merge of #45967 - matthewjasper:array-move-types, r=arielb1Guillaume Gomez-12/+14
2017-11-14Rollup merge of #45961 - dereckson:unix-agnosticity-ci, r=Mark-SimulacrumGuillaume Gomez-41/+41
2017-11-14Rollup merge of #45950 - fitzgen:update-unary-and-binary-exprs-test-to-use-in...Guillaume Gomez-112/+56
2017-11-14Rollup merge of #45941 - gaurikholkar:master, r=nikomatsakisGuillaume Gomez-60/+47
2017-11-14Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomezGuillaume Gomez-7/+7
2017-11-14Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichtonbors-50/+5
2017-11-14Fix testShotaro Yamada-19/+8
2017-11-14Update libc (new const definitions for Linux sparc64)Marco A L Barbosa-0/+0
2017-11-14Fixed several pulldown warnings when documenting libstd.kennytm-5/+5
2017-11-14Add TyCtxt::is_closureShotaro Yamada-9/+11
2017-11-14Make create_temp_necessary a methodShotaro Yamada-46/+40
2017-11-14Handle closures correctly in MIR inliningShotaro Yamada-10/+109
2017-11-14Auto merge of #45916 - eddyb:even-mirer-0, r=nikomatsakisbors-516/+343
2017-11-14don't send block back to be marked unreachable twiceDjzin-4/+2
2017-11-14rustc: split off BodyOwnerKind from MirSource.Eduard-Mihai Burtescu-275/+238
2017-11-14rustc: remove unused MirSource::GeneratorDrop.Eduard-Mihai Burtescu-12/+2
2017-11-14rustc_mir: drive passes directly with a macro.Eduard-Mihai Burtescu-220/+108
2017-11-14rustc: move the MIR pass infrastructure and list to rustc_mir.Eduard-Mihai Burtescu-215/+201
2017-11-14add optimization codegen testsDjzin-0/+44
2017-11-14use lazy cached unreachable block - assign it to the function's closing braceDjzin-2/+21
2017-11-14always add an unreachable branch on matches to give more info to llvm about w...Djzin-31/+42
2017-11-14Auto merge of #45915 - michaelwoerister:removed-nodes-in-try-mark-green, r=al...bors-5/+60
2017-11-14Auto merge of #45909 - sinkuu:issue-45885, r=arielb1bors-5/+71
2017-11-13Auto merge of #45436 - zilbuz:issue-44837, r=nikomatsakisbors-25/+260
2017-11-13Use the correct type for cannot move errormatthewjasper-12/+14
2017-11-13Add missing links in FromStr docsGuillaume Gomez-2/+5
2017-11-13Auto merge of #45903 - nrc:rustfmt-dist, r=alexcrichtonbors-1/+129
2017-11-13mir-borrowck: Test for `check_access_permissions()`Basile Desloges-1/+82
2017-11-13mir-borrowck: Check access permissions in `access_lvalue()`Basile Desloges-2/+154
2017-11-13mir-borrowck: Move `is_static_mut()` to `ty/utils.rs`Basile Desloges-22/+24
2017-11-13update codeblock-title test with new notice textQuietMisdreavus-2/+2
2017-11-13Auto merge of #45890 - arielb1:self-first, r=eddybbors-9/+56
2017-11-13fixing indentationgaurikholkar-12/+12
2017-11-13Use #!/usr/bin/env as shebang for Bash scriptsSébastien Santoro-41/+41
2017-11-13Auto merge of #45824 - dotdash:stack_pop, r=alexcrichtonbors-1/+35
2017-11-13Auto merge of #45810 - SimonSapin:ac-dc, r=aturonbors-7/+9
2017-11-13Auto merge of #45956 - kennytm:rollup, r=kennytmbors-84/+420
2017-11-13Rollup merge of #45954 - udoprog:fix-style, r=kennytmkennytm-1/+1
2017-11-13Rollup merge of #45952 - zackmdavis:singular_projection, r=estebankkennytm-9/+54
2017-11-13Rollup merge of #45933 - shanavas786:refactor-filter, r=alexcrichtonkennytm-8/+4
2017-11-13Rollup merge of #45927 - sinkuu:mir-borrowck-closure, r=estebankkennytm-9/+303