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
/
print
Age
Commit message (
Expand
)
Author
Lines
2020-03-06
fix various typos
Matthias Krüger
-4
/
+4
2020-03-04
cover some more nearby cases
Ralf Jung
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-27
use find(x) instead of filter(x).next()
Matthias Krüger
-1
/
+1
2020-02-24
Replace uses of Cell::get + Cell::set with Cell::replace.
Ana-Maria
-6
/
+3
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-1
/
+1
2020-02-11
Review comments.
Camille GILLOT
-1
/
+1
2020-02-11
Move lang_items definitions to librustc_lang_items.
Camille GILLOT
-1
/
+1
2020-02-06
index ReEmpty by universe
Niko Matsakis
-2
/
+6
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-1
/
+1
2020-01-25
Don't use spaces before type ascription like colons
Oliver Scherer
-3
/
+3
2020-01-24
Print constants in `type_name` for const generics
varkor
-8
/
+30
2020-01-20
Add `constness` field to `ty::Predicate::Trait`
Dylan MacKenzie
-1
/
+6
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-14
/
+22
2020-01-07
Remove private methods from TyCtxt impl block: rustc::ty::print::pretty.
Camille GILLOT
-16
/
+16
2020-01-07
Rollup merge of #67909 - varkor:obsolete-const-print, r=davidtwco
Yuki Okushi
-12
/
+5
2020-01-06
Fix ICE in const pretty printing and resolve FIXME
varkor
-12
/
+5
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-6
/
+7
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-353
/
+277
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-4
/
+4
2019-12-03
Accurately portray raw identifiers in error messages
Esteban Küber
-0
/
+3
2019-12-02
Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2019-11-29
allow customising ty::TraitRef's printing behavior
Mikhail Babenko
-6
/
+36
2019-11-28
rustc: hide HirId's fmt::Debug output from -Z span_free_formats.
Eduard-Mihai Burtescu
-1
/
+1
2019-11-26
Fix spelling typos
Brian Wignall
-1
/
+1
2019-11-25
Auto merge of #66682 - estebank:fn-type-err, r=davidtwco
bors
-8
/
+23
2019-11-23
Highlight parts of fn in type errors
Esteban Küber
-8
/
+23
2019-11-20
Fix cycle when debug-printing opaque types
Aaron Hill
-38
/
+65
2019-11-12
Refactor pretty_print_const.
Camille GILLOT
-18
/
+41
2019-11-12
Create intermediate enum ty::ConstKind.
Camille GILLOT
-31
/
+25
2019-11-10
Merge hir::GeneratorMovability into ast::Movability.
Camille GILLOT
-4
/
+3
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-4
/
+4
2019-11-07
Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov
Mazdak Farrokhzad
-23
/
+13
2019-11-07
syntax: use distinct FloatTy from rustc_target.
Mazdak Farrokhzad
-23
/
+13
2019-11-06
review comments
Esteban Küber
-11
/
+4
2019-10-21
Convert fields within `DefPathData` from `InternedString` to `Symbol`.
Nicholas Nethercote
-5
/
+5
2019-10-21
Convert some `InternedString`s to `Symbols`.
Nicholas Nethercote
-14
/
+14
2019-10-15
Remove some mentions of gensyms
Matthew Jasper
-1
/
+1
2019-10-10
Pretty print raw pointers in consts as '{pointer}'.
ben
-0
/
+1
2019-10-09
Refactor pretty print const to use a big match statement
ben
-121
/
+104
2019-10-09
Pretty print function pointer const values.
ben
-0
/
+12
2019-10-08
Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor
Mazdak Farrokhzad
-2
/
+9
2019-10-07
fix ICE from debug output by using `kind_ty` in dumping closure
Niko Matsakis
-2
/
+9
2019-10-04
replace GeneratorSubsts inside related types
csmoe
-1
/
+1
2019-10-04
generate GeneratorSubsts from SubstsRef
csmoe
-3
/
+3
2019-10-03
generate ClosureSubsts from SubstsRef
csmoe
-10
/
+5
2019-09-29
clean ClosureSubsts in rustc::ty
csmoe
-3
/
+8
2019-09-28
Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-09-27
Remove lift_to_global
Mark Rousskov
-1
/
+1
[next]