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
/
traits
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-21
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-1
/
+1
2019-10-05
Deny specializing items not in the parent impl
Jonas Schievink
-3
/
+2
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-2
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-2
/
+2
2019-09-18
Add explanation to type mismatch involving type params and assoc types
Esteban Küber
-14
/
+13
2019-09-07
Apply suggestions from code review
Alexander Regueiro
-1
/
+1
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-3
/
+3
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-1
/
+1
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-15
/
+8
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-42
/
+42
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-23
/
+23
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-13
/
+13
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-11
/
+11
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-33
/
+33
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-3
/
+3
2019-05-20
Addressed more points raised in review.
Alexander Regueiro
-39
/
+27
2019-05-20
Addressed more points raised in review.
Alexander Regueiro
-54
/
+42
2019-05-20
Addressed points raised in review.
Alexander Regueiro
-11
/
+22
2019-05-20
Fixed detection of multiple non-auto traits.
Alexander Regueiro
-66
/
+129
2019-05-20
Addressed review points.
Alexander Regueiro
-25
/
+20
2019-05-20
Ban multi-trait objects via trait aliases.
Alexander Regueiro
-60
/
+155
2019-05-20
Accumulation of various drive-by cosmetic changes.
Alexander Regueiro
-8
/
+6
2019-05-06
Rename `ParamTy::idx` to `ParamTy::index`
varkor
-1
/
+1
2019-03-25
Utilize `?` instead of `return None`.
Corey Farwell
-5
/
+1
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-10
Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc
bors
-3
/
+3
2019-02-05
rustc: partially HirIdify
ljedrz
-3
/
+3
2019-02-05
move librustc to 2018
Mark Mansi
-7
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Re-added accidentally-removed imports.
Alexander Regueiro
-1
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+2
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-2
/
+2
2018-11-11
Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj...
Pietro Albini
-1
/
+3
2018-11-08
Use `SmallVec` outparams in several functions.
Nicholas Nethercote
-1
/
+3
2018-11-07
Look at projections from supertraits when constructing trait objects.
Alexander Regueiro
-1
/
+1
2018-11-03
Extended elaboration for trait aliases to include arbitrary bounds.
Alexander Regueiro
-1
/
+1
2018-10-29
Take advantage of impl Iterator in (transitive/elaborate)_bounds
ljedrz
-4
/
+3
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-28
rustc: keep a Span for each predicate in ty::GenericPredicates.
Eduard-Mihai Burtescu
-2
/
+2
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-2
/
+1
2018-08-16
Implement Iterator::size_hint for Elaborator.
Corey Farwell
-0
/
+4
2018-07-16
ItemKind
csmoe
-1
/
+1
2018-05-21
rustc: make mk_substs_trait take &[Kind] instead of &[Ty].
Eduard-Mihai Burtescu
-5
/
+5
2018-05-15
Pull common parameters into GenericParamDef
varkor
-1
/
+1
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-4
/
+4
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+5
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
[next]