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_codegen_ssa
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+2
2019-12-22
Format the world
Mark Rousskov
-27
/
+26
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-2
/
+2
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-2
/
+2
2019-11-07
Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov
Mazdak Farrokhzad
-3
/
+3
2019-11-07
syntax: use distinct FloatTy from rustc_target.
Mazdak Farrokhzad
-3
/
+3
2019-11-06
review comments
Esteban Küber
-6
/
+2
2019-10-31
rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module.
Eduard-Mihai Burtescu
-81
/
+1
2019-10-21
Convert fields within `DefPathData` from `InternedString` to `Symbol`.
Nicholas Nethercote
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-08-27
debuginfo: always include disambiguator in type names
Philip Craig
-10
/
+8
2019-08-25
debuginfo: give unique names to closure and generator types
Philip Craig
-2
/
+10
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+1
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-6
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-18
/
+24
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
-3
/
+3
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-4
/
+4
2019-04-26
Update handling of Tuple
varkor
-1
/
+1
2019-04-20
Move cg_llvm/debuginfo/type_names.rs to cg_ssa
bjorn3
-0
/
+333