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
/
ich
Age
Commit message (
Expand
)
Author
Lines
2018-06-20
Rename "parameter" to "arg"
varkor
-2
/
+2
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-2
/
+2
2018-06-20
Rename *Parameter to *Param
varkor
-1
/
+1
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-2
/
+6
2018-06-07
Add existential type definitons
Oliver Schneider
-1
/
+5
2018-06-05
Remove another unused error variant
Oliver Schneider
-1
/
+0
2018-06-05
Remove unused IndexOutOfBounds variant
Oliver Schneider
-4
/
+0
2018-06-05
Properly report transitive errors
Oliver Schneider
-8
/
+3
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-0
/
+1
2018-06-04
Refactor the chalkify lowering process
scalexm
-10
/
+35
2018-06-03
Remove is_import field
Mark Simulacrum
-2
/
+1
2018-06-01
merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES
Niko Matsakis
-1
/
+8
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-3
/
+3
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+3
2018-05-28
rewrite the hasher to not access `depth` field
Niko Matsakis
-7
/
+3
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-11
/
+17
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-5
/
+18
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-1
/
+1
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-2
/
+0
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-4
/
+4
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-1
/
+1
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-31
/
+19
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-12
/
+20
2018-05-20
Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakis
bors
-0
/
+6
2018-05-19
Auto merge of #50893 - kennytm:rollup, r=kennytm
bors
-1
/
+1
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-0
/
+6
2018-05-19
Rollup merge of #50531 - iancormac84:merge-typeidhasher-cleanup, r=michaelwoe...
kennytm
-1
/
+1
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-1
/
+2
2018-05-17
Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A...
iancormac84
-1
/
+1
2018-05-17
Add edition to expansion info
Vadim Petrochenkov
-0
/
+10
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-6
/
+6
2018-05-16
Auto merge of #50045 - est31:label_break_value, r=eddyb
bors
-1
/
+1
2018-05-16
label-break-value: Parsing and AST/HIR changes
est31
-1
/
+1
2018-05-16
Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichton
bors
-0
/
+1
2018-05-16
Auto merge of #50750 - est31:master, r=eddyb
bors
-10
/
+0
2018-05-15
Represent lifetimes as two joint tokens in proc macros
Vadim Petrochenkov
-0
/
+1
2018-05-15
Remove LoopIdResult
est31
-5
/
+0
2018-05-15
Remove hir::ScopeTarget
est31
-5
/
+0
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-6
/
+2
2018-05-15
Rename RegionParamDef to LifetimeParamDef
varkor
-1
/
+1
2018-05-15
Pull common parameters into GenericParamDef
varkor
-21
/
+10
2018-05-15
Replace type_param_to_index with param_def_id_to_index
varkor
-1
/
+1
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-4
/
+4
2018-05-15
Rename GenericParam to GenericParamDef
varkor
-1
/
+1
2018-05-15
Rename ty::GenericParameterDef to GenericParam
varkor
-1
/
+1
[prev]
[next]