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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
ty
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-20
Rollup merge of #60959 - petrochenkov:sassert, r=estebank
Mazdak Farrokhzad
-1
/
+1
2019-05-20
Introduce `InternedString::intern`.
Nicholas Nethercote
-1
/
+1
2019-05-19
Improve type size assertions
Vadim Petrochenkov
-1
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-6
/
+6
2019-05-06
Rename `ParamTy::idx` to `ParamTy::index`
varkor
-1
/
+1
2019-05-05
rustc: rename all occurences of "freevar" to "upvar".
Eduard-Mihai Burtescu
-2
/
+2
2019-05-05
rustc: replace uses of with_freevars with the freevars query.
Eduard-Mihai Burtescu
-13
/
+1
2019-05-04
Auto merge of #59897 - tmandry:variantful-generators, r=eddyb
bors
-0
/
+7
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-20
/
+20
2019-05-03
rustc: use DefKind instead of Def, where possible.
Eduard-Mihai Burtescu
-10
/
+10
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-15
/
+17
2019-05-01
Fix rebase from LazyConst removal
varkor
-1
/
+1
2019-05-01
Add `PlaceholderConst`
varkor
-0
/
+2
2019-05-01
Add `ConstValue::Placeholder`
varkor
-1
/
+3
2019-05-01
Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb
Mazdak Farrokhzad
-6
/
+2
2019-04-28
Fix lint findings in librustc
flip1995
-1
/
+1
2019-04-27
Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis
Mazdak Farrokhzad
-1
/
+1
2019-04-27
Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister
bors
-5
/
+1
2019-04-26
Update handling of Tuple
varkor
-1
/
+1
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-25
Update variances_of
John Kåre Alsaker
-6
/
+2
2019-04-25
Generalize discriminant info calls for generators and ADTs
Tyler Mandry
-0
/
+7
2019-04-25
Update inferred_outlives_of
John Kåre Alsaker
-5
/
+1
2019-04-22
Promote rust comments to rustdoc
Alexey Shmalko
-7
/
+7
2019-04-18
Add own_requires_monomorphization
varkor
-5
/
+13
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-14
HirIdify hir::Def
ljedrz
-1
/
+1
2019-04-03
Deny internal lints in librustc
flip1995
-0
/
+2
2019-03-28
Implement `#[non_exhaustive]` on variants.
David Wood
-2
/
+7
2019-03-27
Add comments for new `AdtDef` functions.
David Wood
-0
/
+5
2019-03-24
Re-order fields in `Def::Ctor`.
David Wood
-3
/
+3
2019-03-24
Move `CtorOf` into `hir::def`.
David Wood
-3
/
+3
2019-03-24
Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor`
Vadim Petrochenkov
-2
/
+2
2019-03-24
Slightly more uniform treatment of struct and variant constructors
Vadim Petrochenkov
-2
/
+2
2019-03-24
Remove `VariantDef::parent_did`
Vadim Petrochenkov
-106
/
+26
2019-03-24
Separate variant id and variant constructor id.
David Wood
-69
/
+179
2019-03-22
Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov
Mazdak Farrokhzad
-12
/
+16
2019-03-17
Do not complain about non-existing fields after parse recovery
Esteban Küber
-12
/
+16
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-1
/
+1
2019-03-15
rustc: move the contents of ty::item_path to ty::print.
Eduard-Mihai Burtescu
-1
/
+0
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: tie the 'tcx between Print and PrintCx in ty::print.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: start moving util::ppaux to ty::print.
Eduard-Mihai Burtescu
-0
/
+1
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-26
/
+38
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-1
/
+1
2019-03-08
expand unused doc comment diagnostic
Andy Russell
-35
/
+35
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-7
/
+7
2019-03-05
Add HAS_CT_INFER
varkor
-2
/
+5
2019-03-05
Add Const generic param to ty
varkor
-4
/
+24
[next]