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_passes
/
layout_test.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-142
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-1
/
+1
2020-07-22
Fix rebase fallout
Aaron Hill
-2
/
+4
2020-06-11
Stop special casing top level TAIT
Matthew Jasper
-3
/
+4
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-3
/
+3
2020-04-06
tweak rustc_layout debug output
Ralf Jung
-1
/
+1
2020-04-05
also print type type
Ralf Jung
-1
/
+1
2020-04-05
also print rustc_layout on impl trait type aliases
Ralf Jung
-1
/
+2
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-9
/
+3
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-9
/
+9
2020-03-27
Rename TyLayout to TyAndLayout.
Ana-Maria Mihalache
-3
/
+3
2020-03-20
fmt
Ralf Jung
-4
/
+4
2020-03-20
make rustc_layout also work for type definitions
Ralf Jung
-4
/
+10
2020-03-20
add debug option to #[rustc_layout]
Ralf Jung
-0
/
+7
2020-03-20
fix layout_test visitor name
Ralf Jung
-4
/
+4
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
-4
/
+4
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-10
/
+4
2019-12-21
Use Arena inside hir::ImplItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::TraitItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-2
/
+2
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-12
rustc: remove some unnecessary lifetimes in -> TyCtxt methods.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-4
/
+4
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
-12
/
+12
2019-05-13
Return a `Symbol` from `name_or_empty` functions.
Nicholas Nethercote
-5
/
+5
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-1
/
+2
2019-05-04
adding HasParamEnv trait
Saleem Jaffer
-0
/
+7
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-3
/
+2
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-1
/
+1
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-3
/
+1
2019-03-02
hir: remove NodeId from Item
ljedrz
-1
/
+1
2019-01-25
distinguish "no data" from "heterogeneous" for ABI purposes
Niko Matsakis
-0
/
+132