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
/
librustc
/
util
Age
Commit message (
Expand
)
Author
Lines
2018-08-02
Add units to times
Wesley Wiser
-1
/
+1
2018-08-02
Basic incremental stats
Wesley Wiser
-7
/
+40
2018-08-02
Basic profiling
Wesley Wiser
-0
/
+207
2018-07-29
Remove unused `mut`s
Matthew Jasper
-1
/
+1
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-2
/
+1
2018-07-27
Use str::repeat
Shotaro Yamada
-2
/
+1
2018-07-27
Improved mechanism for naming regions in non-annotated types.
David Wood
-5
/
+35
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+15
2018-07-07
Move time_graph.rs to rustc/util
bjorn3
-0
/
+278
2018-06-30
Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj
bors
-2
/
+1
2018-06-28
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Mark Rousskov
-5
/
+5
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-5
/
+5
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-2
/
+2
2018-06-27
Generate `DefId`s for impl Trait in the def_collector
Oliver Schneider
-2
/
+1
2018-06-23
add `dyn` to display of dynamic (trait) type names
Zack M. Davis
-2
/
+6
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-1
/
+1
2018-06-20
Remove all traces of lifetimes() and types() methods
varkor
-6
/
+4
2018-06-20
Rename DefPathData::LifetimeDef to LifetimeParam
varkor
-1
/
+1
2018-06-18
Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis
bors
-1
/
+1
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-1
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-1
/
+2
2018-05-29
Auto merge of #50475 - csmoe:debr, r=nikomatsakis
bors
-1
/
+1
2018-05-28
stop invoking `DebruijnIndex::new` directly
Niko Matsakis
-1
/
+1
2018-05-28
in which `NodeMap` and friends are macrotized!
Zack M. Davis
-17
/
+12
2018-05-28
operate on `HirId` in `hir::Pat::each_binding`, and consequences of that
Zack M. Davis
-1
/
+2
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-2
/
+4
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-2
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-15
Review refactoring
varkor
-17
/
+15
2018-05-15
Rename param_counts to own_counts
varkor
-9
/
+9
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-2
/
+2
2018-05-15
Refactor generic params loops
varkor
-3
/
+5
2018-05-15
Pull common parameters into GenericParamDef
varkor
-22
/
+19
2018-05-15
Inline get_type
varkor
-2
/
+7
2018-05-15
Use GenericParamCount instead of FxHashMap
varkor
-11
/
+11
2018-05-15
Eliminate ty::Generics::types()
varkor
-10
/
+15
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-2
/
+2
2018-05-15
Generalise cases of explicit iteration of specific kinds
varkor
-14
/
+16
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-4
/
+4
2018-05-15
Prefer iterator to vec
varkor
-6
/
+6
2018-05-15
Consolidate ty::Generics
varkor
-7
/
+7
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-7
/
+3
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-2
/
+2
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-10
/
+3
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-2
/
+2
2018-05-05
Misc tweaks
John Kåre Alsaker
-0
/
+11
2018-05-02
change skolemizations to use universe index
Sean Griffin
-2
/
+2
[prev]
[next]