about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-30Convert some `match` expressions to `if`s.Nicholas Nethercote-36/+21
2019-09-30Introduce some intermediate variables that aid readability.Nicholas Nethercote-3/+5
2019-09-30Remove unnecessary uses of `ObligationForest::scratch`.Nicholas Nethercote-12/+8
2019-09-30Use `filter` and `map` in `to_errors`.Nicholas Nethercote-11/+11
2019-09-30Tweak the control flow in `process_obligations()`.Nicholas Nethercote-4/+4
2019-09-30Inline `mark_as_waiting_from`.Nicholas Nethercote-12/+13
2019-09-30Rename `node_index` as `index`.Nicholas Nethercote-2/+2
2019-09-30Remove `NodeState::OnDfsStack`.Nicholas Nethercote-19/+19
2019-09-29Rollup merge of #64894 - Centril:fix-64682, r=petrochenkovMazdak Farrokhzad-127/+391
2019-09-29Rollup merge of #64858 - skinny121:str-const-generics, r=varkorMazdak Farrokhzad-26/+116
2019-09-29Rollup merge of #64825 - estebank:match-unit, r=CentrilMazdak Farrokhzad-50/+180
2019-09-29Rollup merge of #64735 - GuillaumeGomez:long-err-explanation-E0533, r=CentrilMazdak Farrokhzad-4/+67
2019-09-29Rollup merge of #64691 - estebank:unexpected-variant, r=CentrilMazdak Farrokhzad-24/+126
2019-09-29libtest: encapsulate time-related logic and avoid unnecessary allocationsIgor Aleksanov-19/+39
2019-09-29Enhance report-time optionIgor Aleksanov-95/+546
2019-09-29bump MiriRalf Jung-5/+10
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-163/+164
2019-09-29remove ClosureSubsts with SubstsRefcsmoe-29/+37
2019-09-29clean ClosureSubsts in rustc::tycsmoe-21/+26
2019-09-29introduce from_ref helper for replacementcsmoe-13/+86
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-42/+49
2019-09-29move bit_set into rustc_indexcsmoe-2/+3
2019-09-29move index_vec into rustc_indexcsmoe-1/+8
2019-09-29init librustc_index cratecsmoe-0/+12
2019-09-29Get the type of a local from `local_decls` in `schedule_drop`Matthew Jasper-17/+9
2019-09-29Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichtonbors-118/+438
2019-09-29syntax: fix #64682.Mazdak Farrokhzad-127/+391
2019-09-29Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomats...bors-17/+531
2019-09-29Zero-initialize `vec![None; n]` for `Option<&T>`, `Option<&mut T>` and `Optio...Simon Sapin-0/+25
2019-09-29Fix `vec![x; n]` with null raw fat pointer zeroing the pointer metadataSimon Sapin-2/+50
2019-09-29Auto merge of #64886 - Centril:rollup-30dqh8j, r=Centrilbors-909/+560
2019-09-29syntax: recover trailing `|` in or-patterns.Mazdak Farrokhzad-37/+323
2019-09-29Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ...Mazdak Farrokhzad-472/+191
2019-09-29Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-SimulacrumMazdak Farrokhzad-3/+7
2019-09-29Rollup merge of #64589 - andre-richter:aarch64_bare_metal, r=AmanieuMazdak Farrokhzad-2/+40
2019-09-29Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasperMazdak Farrokhzad-432/+322
2019-09-29Auto merge of #64470 - ecstatic-morse:split-promotion-and-validation, r=eddyb...bors-290/+2009
2019-09-28Put panic=abort test support behind -Z panic_abort_testsTyler Mandry-15/+45
2019-09-28Add test for libtest panic=abort modeTyler Mandry-0/+65
2019-09-28Spawn one subprocess per unit test when panic=abortTyler Mandry-100/+304
2019-09-28Support run-fail ui testsTyler Mandry-4/+25
2019-09-28Rollup merge of #64880 - llogiq:slice-docs, r=CentrilMazdak Farrokhzad-1/+1
2019-09-28Rollup merge of #64876 - vertexclique:vcq/fix-fn-name-intrinsic-op-unsafety, ...Mazdak Farrokhzad-4/+4
2019-09-28Rollup merge of #64875 - ehuss:async-await-reserved, r=estebankMazdak Farrokhzad-61/+61
2019-09-28Rollup merge of #64852 - Baranowski:param_note_52082, r=estebankMazdak Farrokhzad-26/+188
2019-09-28Rollup merge of #64837 - nliberg:patch-2, r=CentrilMazdak Farrokhzad-6/+6
2019-09-28Rollup merge of #64793 - immunant:format_spans, r=matthewjasperMazdak Farrokhzad-12/+9
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-32/+59
2019-09-28Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasperMazdak Farrokhzad-18/+50
2019-09-28Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkorMazdak Farrokhzad-3/+64