about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-02fix indentationRalf Jung-3/+3
2019-06-02turn comments into doc-commentsRalf Jung-3/+9
2019-06-02fix commentsRalf Jung-2/+3
2019-06-02no longer assume that there is a default tag: give the machine the chance to ...Ralf Jung-227/+196
2019-06-02Fix missing semicolon in doc0x1793d1-1/+1
2019-06-02cache tag for vtable; fn_alloc's don't have a stack nor tagRalf Jung-10/+14
2019-06-02Auto merge of #61384 - varkor:fmin-fmax-llvm-opt, r=alexcrichtonbors-0/+0
2019-06-01Suggest using `as_ref` on `*const T`Esteban Küber-0/+23
2019-06-01review comments: use param kind type to identify impl TraitEsteban Küber-8/+10
2019-06-02Auto merge of #61299 - eddyb:nicer-llvm-builder, r=rkruppebors-184/+85
2019-06-02Add regression test for #61422varkor-0/+21
2019-06-02Add error for pattern-matching on arrays without a fixed sizevarkor-18/+85
2019-06-02Use `assert_usize` instead of `unwrap_usize` in several placesvarkor-5/+3
2019-06-02Fix unwrapping usize issue with transparent MaybeUnit array wrappervarkor-1/+18
2019-06-01Add testChris Gregory-0/+7
2019-06-01Add anonymous lifetime to Place parameterChris Gregory-1/+1
2019-06-01Move debug statement into statement visitorChris Gregory-5/+7
2019-06-01Add self parameterChris Gregory-1/+1
2019-06-01Elide lifetimes not usedChris Gregory-1/+1
2019-06-01On TerminatorKind::DropAndReplace still handle unused_mut correctlyChris Gregory-21/+23
2019-06-01Tweak wording when encountering `fn` call in patternEsteban Küber-6/+24
2019-06-01Account for cases where we can find the type arg name, but the local name is `_`Esteban Küber-5/+10
2019-06-01review comment: tweak wordingEsteban Küber-43/+47
2019-06-01Extend docstringEsteban Küber-0/+7
2019-06-01Auto merge of #61436 - Manishearth:clippyup, r=Manishearthbors-10/+8
2019-06-01Explain that `impl Trait` introduces an implicit type argumentEsteban Küber-8/+33
2019-06-01rustc_codegen_llvm: replace `fn noname()` with `const UNNAMED`.Eduard-Mihai Burtescu-47/+52
2019-06-01rustc_codegen_llvm: pretty up a few builder methods with a macro.Eduard-Mihai Burtescu-138/+34
2019-06-01Update clippyManish Goregaokar-10/+8
2019-06-01rustc: collect upvars from HIR, instead of during name resolution.Eduard-Mihai Burtescu-97/+143
2019-06-01Point at individual type arguments on arg count mismatchEsteban Küber-29/+76
2019-06-01rustc_resolve: never push `ClosureRibKind` to `label_ribs`.Eduard-Mihai Burtescu-10/+13
2019-06-01rustc: remove Res::Upvar.Eduard-Mihai Burtescu-84/+61
2019-06-01rustc: remove `has_parent` from `hir::Upvar`.Eduard-Mihai Burtescu-34/+7
2019-06-01rustc: track the body owner in liveness.Eduard-Mihai Burtescu-6/+21
2019-06-01rustc: remove closure ID from Res::Upvar.Eduard-Mihai Burtescu-26/+30
2019-06-01rustc: track the body owner DefId in MC and EUV.Eduard-Mihai Burtescu-9/+43
2019-06-01rustc: use indexmap instead of a plain vector for upvars.Eduard-Mihai Burtescu-115/+189
2019-06-01Auto merge of #61350 - RalfJung:alloc, r=oli-obkbors-74/+87
2019-06-01rustc: remove the closure ID from hir::Upvar's parent field.Eduard-Mihai Burtescu-56/+72
2019-06-01rustc: remove the index field from Res::Upvar.Eduard-Mihai Burtescu-21/+30
2019-06-01rustc: replace Res in hir::Upvar with only Local/Upvar data.Eduard-Mihai Burtescu-38/+44
2019-06-01codegen: change `$6d$` to `$u6d$`David Wood-7/+7
2019-06-01Bump hashbrown to 0.4.0Amanieu d'Antras-1/+1
2019-06-01Succinctify splice docsFelix Rabe-6/+4
2019-06-01Add an unusual-conversion example to to_uppercaseScott McMurray-0/+7
2019-06-01Auto merge of #61418 - Centril:rollup-yvj33a1, r=Centrilbors-364/+295
2019-05-31Make generics always have a valid spanEsteban Küber-22/+19
2019-06-01Rollup merge of #61403 - estebank:test-cleanup, r=petrochenkovMazdak Farrokhzad-214/+142
2019-06-01Rollup merge of #61391 - wesleywiser:doc_comments_interpretcx, r=CentrilMazdak Farrokhzad-8/+8