about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-02Use zipped iterators in clone_from for LinkedListCharles Gleason-2/+2
2019-10-02Replace mentions of IRC with DiscordBO41-3/+5
2019-10-02Update llvm-project submoduleAlex Crichton-0/+0
2019-10-02WIP rebase for `shallow_resolve` callNiko Matsakis-1/+1
2019-10-02WIP tidy hir/lowering/expr.rsNiko Matsakis-4/+6
2019-10-02extract expected return type from `-> impl Future` obligationNiko Matsakis-3/+158
2019-10-02improved debug outputNiko Matsakis-0/+6
2019-10-02thread down the body so we can check if this is an async fn bodyNiko Matsakis-3/+16
2019-10-02track the kind of async generator we are creatingNiko Matsakis-15/+52
2019-10-02Filter out RLS output directories on tidy runsSantiago Pastorino-0/+3
2019-10-02Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertionsSantiago Pastorino-30/+114
2019-10-02rustc book: nitpick SLP vectorizationRobin Kruppe-1/+1
2019-10-02Remove rustdoc warningGuillaume Gomez-1/+1
2019-10-02Fix rustdoc display with js disabledGuillaume Gomez-0/+8
2019-10-02BacktraceStatus: add Eq implBen Boeckel-1/+1
2019-10-02Remove inline annotations from dep_nodeMark Rousskov-22/+18
2019-10-02[const-prop] Correctly handle locals that can't be propagatedWesley Wiser-29/+28
2019-10-02Do not collect to vec for debug outputShotaro Yamada-6/+2
2019-10-02Fix async/await ICE #64964Shotaro Yamada-9/+41
2019-10-02Compute the layout of uninhabited structsOliver Scherer-18/+37
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-8/+93
2019-10-01Rollup merge of #64979 - ehuss:update-books, r=ehussTyler Mandry-0/+0
2019-10-01Rollup merge of #64978 - AnthonyMikh:librustc_errors/lib__fully_clear_inner_h...Tyler Mandry-5/+8
2019-10-01Rollup merge of #64974 - ecstatic-morse:generic-graphviz-zebra, r=petrochenkovTyler Mandry-19/+20
2019-10-01Rollup merge of #64952 - michaelwoerister:update-cargo, r=alexcrichtonTyler Mandry-0/+1
2019-10-01Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddybTyler Mandry-17/+16
2019-10-01Rollup merge of #64885 - andjo403:iter, r=scottmcmTyler Mandry-13/+14
2019-10-01Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...Tyler Mandry-268/+366
2019-10-01Rollup merge of #64805 - nnethercote:ObligForest-still-more, r=nikomatsakisTyler Mandry-126/+115
2019-10-01Rollup merge of #64801 - nnethercote:improve-find_constraint_paths_between_re...Tyler Mandry-18/+22
2019-10-01Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichtonTyler Mandry-14/+27
2019-10-01Rollup merge of #64649 - estebank:returnator, r=varkorTyler Mandry-3/+34
2019-10-01Add test exposing unsoundness in `IndirectlyMutableLocals`Dylan MacKenzie-0/+52
2019-10-02Add missing 'bump'Aaron Hill-0/+1
2019-10-02Stabilize `slice::repeat` (feature `repeat_generic_slice`)Lzu Tao-6/+1
2019-10-02Add support for 'extern const fn'Aaron Hill-21/+302
2019-10-02typo fix in the codeGuanqun Lu-1/+1
2019-10-01Add `rustc_peek` support for `IndirectlyMutableLocals`Dylan MacKenzie-0/+33
2019-10-01Refactor `rustc_peek`Dylan MacKenzie-131/+153
2019-10-01Update booksEric Huss-0/+0
2019-10-02Auto merge of #64963 - Manishearth:clippyup, r=Manishearthbors-11/+18
2019-10-01Add comments, rename variableAaron Hill-5/+40
2019-10-01Rename to `was_placeholder` to `from_forall`Aaron Hill-8/+18
2019-10-01Fixup testsAaron Hill-4/+11
2019-10-02Fully clear `HandlerInner` in `Handler::reset_err_count`AnthonyMikh-5/+8
2019-10-02fix unit testsGuanqun Lu-4/+4
2019-10-02add FIXME and use 'span_label'Guanqun Lu-4/+4
2019-10-02comment fixesGuanqun Lu-13/+10
2019-10-02add test filesGuanqun Lu-1/+49
2019-10-02remove 'as_str' when it's already a str type.Guanqun Lu-1/+15