about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-15rename `equality-universal` to a more extensible naming schemeNiko Matsakis-0/+0
2017-11-15extend `where-allowed.rs` with many more casesNiko Matsakis-93/+179
2017-11-15rename many-cases to where-allowedNiko Matsakis-0/+0
2017-11-15test we reject equivalent signatures with more than one argumentNiko Matsakis-0/+23
2017-11-15Add universal_impl_trait unstable-book entryChristopher Vittal-0/+32
2017-11-15Fix unclosed delimiter in sample errorChristopher Vittal-2/+2
2017-11-15Remove unamed parametersChristopher Vittal-4/+4
2017-11-15Fix style and grammarChristopher Vittal-1/+1
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-22/+160
2017-11-15Add universal_impl_trait feature gateChristopher Vittal-5/+32
2017-11-15Add new error comparision to hide desugaringChristopher Vittal-13/+68
2017-11-15Add collection of impl Trait argument lifetimesChristopher Vittal-0/+11
2017-11-15Alter type collection to collect impl Trait boundsChristopher Vittal-24/+121
2017-11-15Add bool item is_in_impl_trait to LoweringContextChristopher Vittal-1/+24
2017-11-15Split hir::TyImplTrait, move checks to HIR loweringChristopher Vittal-148/+211
2017-11-15Move E0562 to librustc from librustc_typeckChristopher Vittal-40/+40
2017-11-15Auto merge of #45936 - mikhail-m1:mir-borrowck-storage-dead, r=arielb1bors-28/+57
2017-11-15Auto merge of #45715 - oli-obk:clippy, r=kennytmbors-12/+34
2017-11-15Reenable clippy testingOliver Schneider-12/+34
2017-11-15fix testMikhail Modin-2/+1
2017-11-15fix comment, remove redundant codeMikhail Modin-19/+5
2017-11-15add `StorageDead` handlingMikhail Modin-15/+59
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