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
/
fast_reject.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-174
/
+0
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-39
/
+26
2019-10-21
Remove unnecessary `Hash` bounds from various types.
Nicholas Nethercote
-4
/
+4
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-5
/
+2
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-06-21
Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-5
/
+5
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-11
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-3
/
+3
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-2
/
+12
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-1
/
+1
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-1
/
+1
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-1
/
+1
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+1
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-5
/
+5
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-6
/
+6
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-15
/
+15
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
-1
/
+1
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-1
/
+1
2018-03-20
Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha...
kennytm
-1
/
+1
2018-03-14
Cache the specialization_graph query
Wesley Wiser
-1
/
+1
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-3
/
+3
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+6
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+6
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-3
/
+3
2017-09-18
incr.comp.: Compute hashes of all query results.
Michael Woerister
-10
/
+84
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+4
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-1
/
+2
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-03
Add warning for () to ! switch
Andrew Cann
-1
/
+1
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-5
/
+0
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-1
/
+1
2016-11-28
Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires.
Mark-Simulacrum
-4
/
+2
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-1
/
+1
2016-11-28
Privatize TraitObject.principal and add a method accessor, returning Option.
Mark-Simulacrum
-1
/
+1
2016-09-28
Call arrays "arrays" instead of "vecs" internally
Jonas Schievink
-2
/
+2
[next]