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
2019-02-13
Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank
Mazdak Farrokhzad
-6
/
+0
2019-02-10
rustc: doc comments
Alexander Regueiro
-6
/
+6
2019-02-10
Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc
bors
-2
/
+2
2019-02-09
cleanup: remove hir_path_str
ljedrz
-5
/
+0
2019-02-09
cleanup: rename node_id_to_type(_opt)
ljedrz
-1
/
+0
2019-02-07
Add const params to Def
varkor
-0
/
+1
2019-02-05
rustc: partially HirIdify
ljedrz
-2
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-5
/
+5
2019-02-03
hir: add HirId methods
ljedrz
-0
/
+6
2019-01-21
Print visible name for types as well as modules.
David Wood
-14
/
+14
2019-01-10
integrate trait aliases into def-paths / metadata
Niko Matsakis
-0
/
+1
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
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
-3
/
+3
2018-11-27
resolve: Implement edition hygiene for imports and absolute paths
Vadim Petrochenkov
-2
/
+1
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-0
/
+1
2018-10-24
Add `extern crate` items to extern prelude
Vadim Petrochenkov
-1
/
+1
2018-10-20
Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkov
bors
-10
/
+64
2018-10-19
Only suggest paths that exist.
David Wood
-10
/
+64
2018-10-17
Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis
bors
-1
/
+1
2018-10-13
Copy extern prelude from resolver to global context
Vadim Petrochenkov
-1
/
+1
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-1
/
+1
2018-10-05
Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
bors
-4
/
+2
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+1
2018-10-03
rustc/ty: whitespace fixes
ljedrz
-4
/
+2
2018-10-02
Attempt to resolve linking issues.
David Wood
-42
/
+58
2018-10-02
Move prelude crate names into `Session`.
David Wood
-1
/
+3
2018-10-02
Add `crate::` to trait suggestions in Rust 2018.
David Wood
-11
/
+72
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
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-12
/
+12
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-18
/
+18
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
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
[next]