about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-28don't be too perf-greedyRalf Jung-1/+1
2018-10-28don't tag new memory inside memory.rs; add machine hook to tag new memoryRalf Jung-24/+44
2018-10-28always print backtrace when CTFE_BACKTRACE is setRalf Jung-2/+2
2018-10-28remove some unused CTFE error variantsRalf Jung-96/+1
2018-10-28rename env var to control ctfe backtraces, and make it usually show the backt...Ralf Jung-56/+87
2018-10-28make memory private; that's what we have `memory_mut` forRalf Jung-1/+1
2018-10-28validity in non-const mode relies on ref_to_mplace checking bounds; (de)refer...Ralf Jung-121/+119
2018-10-28make (de)reference hooks more consistentRalf Jung-19/+45
2018-10-28Rollup merge of #55252 - SimonSapin:maybeuninit-new, r=blusskennytm-0/+10
2018-10-28Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakiskennytm-72/+120
2018-10-28Rollup merge of #55191 - GuillaumeGomez:fix-sub-variant, r=QuietMisdreavuskennytm-17/+39
2018-10-28Rollup merge of #55148 - SimonSapin:path-fromstr, r=oli-obkkennytm-0/+11
2018-10-28Add ManuallyDrop::takeChristopher Durham-0/+20
2018-10-28Add note linking to Rust 2018 path semantics docs.David Wood-29/+63
2018-10-28single-use-lifetime lint: don't false-positive on the anonymous lifetimeZack M. Davis-5/+13
2018-10-28structured suggestions for single-use lifetime lint on fns and methodsZack M. Davis-36/+168
2018-10-28Auto merge of #55297 - petrochenkov:uni, r=Mark-Simulacrumbors-544/+518
2018-10-28Auto merge of #54683 - zackmdavis:critique_of_pure_lints, r=petrochenkovbors-20/+304
2018-10-28resolve: Desugar empty import groups into synthetic dummy importsVadim Petrochenkov-98/+51
2018-10-28resolve: Make sure macros and imports are resolved in full parent scopeVadim Petrochenkov-86/+83
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-281/+276
2018-10-28resolve: Absolute paths may be undetermined on 2018 editionVadim Petrochenkov-0/+21
2018-10-28resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports`Vadim Petrochenkov-37/+39
2018-10-28resolve: Record full parent scope data for importsVadim Petrochenkov-46/+52
2018-10-28Make a bunch of trivial methods of NonNull be `#[inline]`Nick Fitzgerald-0/+14
2018-10-27back out bogus `Ok`-wrapping suggestion on `?` arm type mismatchZack M. Davis-44/+3
2018-10-27wherein the status of empty and reason-only lint attributes is clarifiedZack M. Davis-1/+25
2018-10-27in which lint reasons are restricted to come last in the attributeZack M. Davis-36/+69
2018-10-27feature-gate lint reasonsZack M. Davis-12/+48
2018-10-27Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obkbors-171/+870
2018-10-27introducing lint reason annotations (RFC 2383)Zack M. Davis-20/+211
2018-10-27Auto merge of #55385 - davidtwco:issue-55288, r=oli-obkbors-194/+356
2018-10-27error_reporting/mod.rs: rustfmtNiko Matsakis-117/+152
2018-10-27select.rs: rustfmtNiko Matsakis-7/+9
2018-10-27apply minimum bounds when checking closure signatureNiko Matsakis-1/+35
2018-10-27distinguish user-type annotations from other annotationsNiko Matsakis-3/+40
2018-10-27when canonicalizing query responses, preserve infer-var universesNiko Matsakis-9/+38
2018-10-27extend query response to potentially contain fresh universesNiko Matsakis-28/+144
2018-10-27allow canonicalized regions to carry universe and track max-universeNiko Matsakis-41/+61
2018-10-27convert placeholder region vids in NLL mode as we see themNiko Matsakis-38/+88
2018-10-27move `PlaceholderIndices` into `MirTypeckRegionConstraints` structNiko Matsakis-9/+6
2018-10-27Fix sub-variant doc displayGuillaume Gomez-17/+39
2018-10-27Fix an ICE in the min_const_fn analysisOliver Scherer-2/+26
2018-10-27Make the Atomic types repr(C) to ensure newtypeSimonas Kazlauskas-5/+5
2018-10-27Correct alignment of atomic types and (re)add Atomic{I,U}128Oliver Middleton-20/+169
2018-10-27Refactor and add `PlaceContext::AscribeUserTy`.David Wood-195/+308
2018-10-27Test for cast causing static promotion failure.David Wood-0/+21
2018-10-27Add helpful logging statements.David Wood-1/+29
2018-10-27Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of...bors-14/+91
2018-10-27Add more tests on unsized locals autoderef and borrowck.Masaki Hara-0/+368