index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2019-06-02
fix indentation
Ralf Jung
-3
/
+3
2019-06-02
turn comments into doc-comments
Ralf Jung
-3
/
+9
2019-06-02
fix comments
Ralf Jung
-2
/
+3
2019-06-02
no longer assume that there is a default tag: give the machine the chance to ...
Ralf Jung
-227
/
+196
2019-06-02
Fix missing semicolon in doc
0x1793d1
-1
/
+1
2019-06-02
cache tag for vtable; fn_alloc's don't have a stack nor tag
Ralf Jung
-10
/
+14
2019-06-02
Auto merge of #61384 - varkor:fmin-fmax-llvm-opt, r=alexcrichton
bors
-0
/
+0
2019-06-01
Suggest using `as_ref` on `*const T`
Esteban Küber
-0
/
+23
2019-06-01
review comments: use param kind type to identify impl Trait
Esteban Küber
-8
/
+10
2019-06-02
Auto merge of #61299 - eddyb:nicer-llvm-builder, r=rkruppe
bors
-184
/
+85
2019-06-02
Add regression test for #61422
varkor
-0
/
+21
2019-06-02
Add error for pattern-matching on arrays without a fixed size
varkor
-18
/
+85
2019-06-02
Use `assert_usize` instead of `unwrap_usize` in several places
varkor
-5
/
+3
2019-06-02
Fix unwrapping usize issue with transparent MaybeUnit array wrapper
varkor
-1
/
+18
2019-06-01
Add test
Chris Gregory
-0
/
+7
2019-06-01
Add anonymous lifetime to Place parameter
Chris Gregory
-1
/
+1
2019-06-01
Move debug statement into statement visitor
Chris Gregory
-5
/
+7
2019-06-01
Add self parameter
Chris Gregory
-1
/
+1
2019-06-01
Elide lifetimes not used
Chris Gregory
-1
/
+1
2019-06-01
On TerminatorKind::DropAndReplace still handle unused_mut correctly
Chris Gregory
-21
/
+23
2019-06-01
Tweak wording when encountering `fn` call in pattern
Esteban Küber
-6
/
+24
2019-06-01
Account for cases where we can find the type arg name, but the local name is `_`
Esteban Küber
-5
/
+10
2019-06-01
review comment: tweak wording
Esteban Küber
-43
/
+47
2019-06-01
Extend docstring
Esteban Küber
-0
/
+7
2019-06-01
Auto merge of #61436 - Manishearth:clippyup, r=Manishearth
bors
-10
/
+8
2019-06-01
Explain that `impl Trait` introduces an implicit type argument
Esteban Küber
-8
/
+33
2019-06-01
rustc_codegen_llvm: replace `fn noname()` with `const UNNAMED`.
Eduard-Mihai Burtescu
-47
/
+52
2019-06-01
rustc_codegen_llvm: pretty up a few builder methods with a macro.
Eduard-Mihai Burtescu
-138
/
+34
2019-06-01
Update clippy
Manish Goregaokar
-10
/
+8
2019-06-01
rustc: collect upvars from HIR, instead of during name resolution.
Eduard-Mihai Burtescu
-97
/
+143
2019-06-01
Point at individual type arguments on arg count mismatch
Esteban Küber
-29
/
+76
2019-06-01
rustc_resolve: never push `ClosureRibKind` to `label_ribs`.
Eduard-Mihai Burtescu
-10
/
+13
2019-06-01
rustc: remove Res::Upvar.
Eduard-Mihai Burtescu
-84
/
+61
2019-06-01
rustc: remove `has_parent` from `hir::Upvar`.
Eduard-Mihai Burtescu
-34
/
+7
2019-06-01
rustc: track the body owner in liveness.
Eduard-Mihai Burtescu
-6
/
+21
2019-06-01
rustc: remove closure ID from Res::Upvar.
Eduard-Mihai Burtescu
-26
/
+30
2019-06-01
rustc: track the body owner DefId in MC and EUV.
Eduard-Mihai Burtescu
-9
/
+43
2019-06-01
rustc: use indexmap instead of a plain vector for upvars.
Eduard-Mihai Burtescu
-115
/
+189
2019-06-01
Auto merge of #61350 - RalfJung:alloc, r=oli-obk
bors
-74
/
+87
2019-06-01
rustc: remove the closure ID from hir::Upvar's parent field.
Eduard-Mihai Burtescu
-56
/
+72
2019-06-01
rustc: remove the index field from Res::Upvar.
Eduard-Mihai Burtescu
-21
/
+30
2019-06-01
rustc: replace Res in hir::Upvar with only Local/Upvar data.
Eduard-Mihai Burtescu
-38
/
+44
2019-06-01
codegen: change `$6d$` to `$u6d$`
David Wood
-7
/
+7
2019-06-01
Bump hashbrown to 0.4.0
Amanieu d'Antras
-1
/
+1
2019-06-01
Succinctify splice docs
Felix Rabe
-6
/
+4
2019-06-01
Add an unusual-conversion example to to_uppercase
Scott McMurray
-0
/
+7
2019-06-01
Auto merge of #61418 - Centril:rollup-yvj33a1, r=Centril
bors
-364
/
+295
2019-05-31
Make generics always have a valid span
Esteban Küber
-22
/
+19
2019-06-01
Rollup merge of #61403 - estebank:test-cleanup, r=petrochenkov
Mazdak Farrokhzad
-214
/
+142
2019-06-01
Rollup merge of #61391 - wesleywiser:doc_comments_interpretcx, r=Centril
Mazdak Farrokhzad
-8
/
+8
[prev]
[next]