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
/
ty
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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 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
2019-03-02
hir: HirIdify Impl&TraitItemId
ljedrz
-16
/
+12
2019-03-02
hir: remove NodeId from Item
ljedrz
-4
/
+8
2019-02-27
rename Substs to InternalSubsts
csmoe
-6
/
+6
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-2
/
+2
2019-02-24
hir: remove NodeId from Expr
ljedrz
-2
/
+1
2019-02-19
Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj
bors
-1
/
+1
2019-02-15
Always emit an error for a query cycle
John Kåre Alsaker
-17
/
+7
2019-02-13
HirId-ify hir::BodyId
ljedrz
-8
/
+8
2019-02-10
rustc: doc comments
Alexander Regueiro
-65
/
+65
2019-02-10
Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc
bors
-6
/
+6
2019-02-05
rustc: partially HirIdify
ljedrz
-6
/
+6
2019-02-05
move librustc to 2018
Mark Mansi
-25
/
+25
2019-02-01
Restrict concrete types to equivalent types
Oliver Scherer
-1
/
+1
2019-01-25
Auto merge of #57898 - Centril:rollup, r=Centril
bors
-10
/
+0
2019-01-25
Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix
Mazdak Farrokhzad
-10
/
+0
2019-01-25
Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix
bors
-2
/
+2
2019-01-19
Use a struct for user type annotations
Matthew Jasper
-1
/
+1
[next]