about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-25Make builtin macro doc stubs more accurateMichael Lamparski-6/+14
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-24Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1bors-103/+95
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
2017-11-22Clarify stdin behavior of `Command::output`.Corey Farwell-2/+4
2017-11-22Rename param in `[T]::swap_with_slice` from `src` to `other`.Corey Farwell-9/+9
2017-11-23Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1bors-0/+64
2017-11-22add `reachable_only` to save-analysis configAndy Russell-1/+2
2017-11-22add some tests for the interaction with existential impl traitNiko Matsakis-1/+21
2017-11-22modify inherent impls test to indicate `TypeckTables` do not changeNiko Matsakis-4/+40
2017-11-22add debug log with result of writebackNiko Matsakis-0/+2
2017-11-22Implement in-band lifetime bindingsTaylor Cramer-136/+1026
2017-11-22Auto merge of #46035 - oli-obk:use_suggestions, r=petrochenkovbors-43/+207
2017-11-22Auto merge of #45198 - oli-obk:fmt_args, r=sfacklerbors-0/+62
2017-11-22Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomezbors-29/+486
2017-11-22normalize types in ADT constructorNiko Matsakis-32/+12
2017-11-22handle the active field index in unionsNiko Matsakis-10/+16
2017-11-22avoid early returnNiko Matsakis-21/+18
2017-11-22only normalize operand types when in an ADT constructorNiko Matsakis-4/+25
2017-11-22Normalize LvalueTy for ops and format code to satisfy tidy checkPaul Daniel Faria-24/+39
2017-11-22Remove attributes and test comments accidentally left behind, add in span_mir...Paul Daniel Faria-11/+20
2017-11-22Fix failing testPaul Daniel Faria-3/+9
2017-11-22Check rvalue aggregates during check_stmt in tycheck, add initial, (not passi...Paul Daniel Faria-0/+109
2017-11-22Make RegionVid use newtype_index!Santiago Pastorino-32/+21
2017-11-22Auto merge of #46040 - zilbuz:mir-misc, r=nikomatsakisbors-44/+40
2017-11-22Box::leak: update unstable issue number (46179).Mazdak-1/+1
2017-11-22Add missing Debug impls to std_unicodeOliver Middleton-1/+7
2017-11-21Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1bors-782/+1003