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
2017-11-19
rustc_trans: treat General enums like unions.
Eduard-Mihai Burtescu
-27
/
+10
2017-11-19
rustc: pre-compute field placements out of Layout.
Eduard-Mihai Burtescu
-141
/
+228
2017-11-19
rustc: remove Ty::layout and move everything to layout_of.
Eduard-Mihai Burtescu
-250
/
+201
2017-11-19
rustc: re-complicate the TyLayout API and use better names.
Eduard-Mihai Burtescu
-120
/
+109
2017-11-19
rustc: remove source field path from Layout::StructWrappedNullablePointer.
Eduard-Mihai Burtescu
-67
/
+55
2017-11-19
rustc: use an offset instead of a field path in Layout::StructWrappedNullable...
Eduard-Mihai Burtescu
-113
/
+137
2017-11-19
rustc: remove useless 0 prefix from Layout::StructWrappedNullablePointer's di...
Eduard-Mihai Burtescu
-5
/
+1
2017-11-19
rustc: do not inject discriminant fields into Layout::General's variants.
Eduard-Mihai Burtescu
-89
/
+70
2017-11-19
rustc_trans: always insert alignment padding, even before the first field.
Eduard-Mihai Burtescu
-42
/
+66
2017-11-19
rustc_trans: use *[T; 0] for slice data pointers instead of *T.
Eduard-Mihai Burtescu
-33
/
+29
2017-11-19
rustc_trans: remove the in_memory_type_of distinction.
Eduard-Mihai Burtescu
-112
/
+77
2017-11-19
rustc_trans: use more of the trans::mir and ty::layout APIs throughout.
Eduard-Mihai Burtescu
-885
/
+706
2017-11-19
rustc_trans: do not introspect LLVM aggregate field types.
Eduard-Mihai Burtescu
-50
/
+14
2017-11-19
rustc_trans: remove obsolete Type methods.
Eduard-Mihai Burtescu
-18
/
+4
2017-11-19
rustc_trans: use a predictable layout for constant ADTs.
Eduard-Mihai Burtescu
-100
/
+68
2017-11-19
rustc_trans: avoid working with sizes/offsets and alignments as integers.
Eduard-Mihai Burtescu
-986
/
+863
2017-11-18
Add doc for `Read`ing from `&str` and some related cleanup
Garrett Berg
-7
/
+27
2017-11-18
impl From<T> for RwLock<T>
Eduardo Pinho
-0
/
+11
2017-11-18
Auto merge of #46039 - oli-obk:test_suggestions, r=petrochenkov
bors
-102
/
+28
2017-11-18
rustc_mir: always downcast enums, even if univariant.
Eduard-Mihai Burtescu
-34
/
+35
2017-11-18
fix compile-fail tests
Niko Matsakis
-5
/
+1
2017-11-18
Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakis
bors
-44
/
+108
2017-11-18
impl From<T> for Mutex<T>
Eduardo Pinho
-0
/
+11
2017-11-18
Stabilize `ascii_ctype` methods for `u8` and `char`
Lukas Kalbertodt
-20
/
+20
2017-11-18
Remove inherent `ascii_ctype` methods from `str` and `[u8]`
Lukas Kalbertodt
-304
/
+166
2017-11-18
remove `generator_interiors` map
Niko Matsakis
-40
/
+5
2017-11-18
remove `generator_sigs` from `TypeckTables`
Niko Matsakis
-58
/
+21
2017-11-18
Auto merge of #46009 - kennytm:fix-38878-again, r=alexcrichton
bors
-3
/
+3
2017-11-18
Add tooltip for important traits display
Guillaume Gomez
-9
/
+15
2017-11-18
comment wf more
Niko Matsakis
-15
/
+27
2017-11-18
give better error messages when a cycle arises
Niko Matsakis
-29
/
+134
2017-11-18
rename `issue-21410.rs` to `ui/unboxed-closure-no-cyclic-sig.rs`
Niko Matsakis
-0
/
+0
2017-11-18
add a compile-fail test for cyclic generators being forbidden
Niko Matsakis
-0
/
+45
2017-11-18
remove the `generator_sigs` map, query, and plumbing
Niko Matsakis
-171
/
+24
2017-11-18
add Yield and Return type into generator
Niko Matsakis
-9
/
+56
2017-11-18
`TyClosure` no longer needs to use `freshen_closure_like`
Niko Matsakis
-13
/
+3
2017-11-18
remove the `closure_tys` map from `TypeckTables`
Niko Matsakis
-45
/
+34
2017-11-18
move the signature into the closure type
Niko Matsakis
-26
/
+66
2017-11-18
convert the `closure_kinds` map to just store the origin information
Niko Matsakis
-115
/
+108
2017-11-18
kill the `closure_kind` query
Niko Matsakis
-28
/
+3
2017-11-18
stop using the `closure_kinds` query / table for anything
Niko Matsakis
-109
/
+107
2017-11-18
traits: prefer `ClosureSubsts` to `InferCtxt::closure_kind`
Niko Matsakis
-4
/
+4
2017-11-18
make `ty::Predicate` carry a `ClosureSubsts`
Niko Matsakis
-20
/
+25
2017-11-18
make `mk_closure` take a `ClosureSubsts`
Niko Matsakis
-16
/
+19
2017-11-18
thread the closure-kind through in the closure substs
Niko Matsakis
-28
/
+121
2017-11-18
upvar.rs: rustfmt
Niko Matsakis
-188
/
+236
2017-11-18
flatten the arguments to `analyze_closure`
Niko Matsakis
-2
/
+4
2017-11-18
Undo the Sized specialization from Iterator::nth
Scott McMurray
-26
/
+6
2017-11-18
Auto merge of #46073 - GuillaumeGomez:rollup, r=GuillaumeGomez
bors
-107
/
+115
2017-11-18
Rollup merge of #46071 - LooMaclin:fix-46001, r=estebank
Guillaume Gomez
-32
/
+19
[prev]
[next]