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
/
item_path.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+1
2018-06-27
Generate `DefId`s for impl Trait in the def_collector
Oliver Schneider
-2
/
+1
2018-06-20
Rename DefPathData::LifetimeDef to LifetimeParam
varkor
-1
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-1
/
+2
2018-05-23
Use crate name for reexported `extern crate` paths
Esteban Küber
-1
/
+5
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-2
/
+1
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-2
/
+3
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-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-5
/
+6
2018-04-23
introduce new DefPathData variants for traits, assoc types
Niko Matsakis
-0
/
+3
2018-04-13
Move `path_len` to ExternCrate
Shotaro Yamada
-2
/
+2
2018-04-11
Extend `ExternCrate` to cover externs inferred from `use` or paths
Shotaro Yamada
-15
/
+19
2018-03-14
remove defaulting to unit
Andrew Cann
-3
/
+3
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+1
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-2
/
+2
2017-11-10
Auto merge of #45707 - Ryman:deprecated-item-name, r=nikomatsakis
bors
-3
/
+17
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-11-02
rustc: add item name to deprecated lint warning
Kevin Butler
-3
/
+17
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-2
/
+5
2017-09-12
rustc: Make `CrateStore` private to `TyCtxt`
Alex Crichton
-1
/
+1
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-1
/
+1
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-1
/
+0
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-4
/
+5
2017-09-05
rustc: Migrate `visible_parent_map` to a query
Alex Crichton
-1
/
+1
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-6
/
+1
2017-08-25
rustc: Skip cyclic checks in `item_path`
Alex Crichton
-6
/
+1
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+1
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-14
Switch CrateNum queries to DefId
Taylor Cramer
-2
/
+2
2017-06-14
On-demandify extern_crate
Taylor Cramer
-3
/
+3
2017-06-09
Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb
bors
-1
/
+1
2017-06-07
Fix translation of external spans.
Inokentiy Babushkin
-1
/
+1
2017-06-07
Allocate DefIndices for global crate metadata.
Michael Woerister
-1
/
+2
2017-05-28
fix RUST_LOG ICE caused by printing a default impl's DefId
Ariel Ben-Yehuda
-2
/
+2
2017-04-28
make `ty` and `impl_trait_ref` private
Niko Matsakis
-12
/
+31
2017-04-27
Auto merge of #41433 - estebank:constructor, r=michaelwoerister
bors
-1
/
+4
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-20
Do not show `::constructor` on tuple struct diagnostics
Esteban Küber
-1
/
+4
2017-03-23
Remove internal liblog
Alex Crichton
-1
/
+2
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-2
/
+1
2017-03-01
fix tests to handle the Typeof bodies
Niko Matsakis
-1
/
+2
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-1
/
+1
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-03
Add warning for () to ! switch
Andrew Cann
-3
/
+3
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-2
/
+1
[next]