about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-15rustc: explicitly pass the namespace to PrintCx::parameterized.Eduard-Mihai Burtescu-42/+54
2019-03-15rustc: move the formatter into ty::print::PrintCx.Eduard-Mihai Burtescu-429/+448
2019-03-15rustc: add a ty::RegionKind::display_outputs_anything method to avoid printin...Eduard-Mihai Burtescu-37/+120
2019-03-15rustc: always rely on '_ to be not printed by ty::Region itself.Eduard-Mihai Burtescu-79/+69
2019-03-15rustc: remove ty::item_path::RootMode by moving local logic into the printer.Eduard-Mihai Burtescu-356/+273
2019-03-15rustc: rewrite ty::item_path to be more functional than mutation-oriented.Eduard-Mihai Burtescu-129/+172
2019-03-15rustc_codegen_utils: revert some symbol_names refactors (while keeping the fu...Eduard-Mihai Burtescu-68/+55
2019-03-15rustc: support impl's in PrintCx::parameterized.Eduard-Mihai Burtescu-16/+32
2019-03-15rustc: rewrite PrintCx::parameterized to be much simpler and more general.Eduard-Mihai Burtescu-209/+124
2019-03-15rustc: use define_print! to implement fmt::{Display,Debug} for Kind.Eduard-Mihai Burtescu-20/+18
2019-03-15rustc: tie the 'tcx between Print and PrintCx in ty::print.Eduard-Mihai Burtescu-94/+115
2019-03-15rustc: implement fmt::{Debug,Display} on Ty instead of TyS.Eduard-Mihai Burtescu-3/+3
2019-03-15rustc: remove fmt::{Debug,Display} from ty::TyKind.Eduard-Mihai Burtescu-71/+73
2019-03-15rustc: keep a TyCtxt in PrintCx and use it instead of ty::tls.Eduard-Mihai Burtescu-208/+190
2019-03-15rustc: rename PrintContext to PrintCx.Eduard-Mihai Burtescu-17/+17
2019-03-15rustc: don't support missing TLS TyCtxt in ty::print.Eduard-Mihai Burtescu-4/+3
2019-03-15rustc: don't support `tcx.lift` returning `None` in ppaux.Eduard-Mihai Burtescu-33/+24
2019-03-15rustc: uniformize all lift expect messages to "could not lift for printing".Eduard-Mihai Burtescu-3/+3
2019-03-15rustc: add a 'tcx parameter to Print.Eduard-Mihai Burtescu-11/+14
2019-03-15rustc: start moving util::ppaux to ty::print.Eduard-Mihai Burtescu-83/+93
2019-03-15rustc: remove unnecessary extern_prelude logic from ty::item_path.Eduard-Mihai Burtescu-64/+47
2019-03-15Auto merge of #58710 - EdorianDark:master, r=sfacklerbors-0/+69
2019-03-15Output diagnostic information for rustdoc.O01eg-2/+8
2019-03-14Do not complain about unmentioned fields in recovered patternsEsteban Küber-28/+5
2019-03-15Fix TARGET variable in musl-toolchain.shMateusz Mikuła-1/+1
2019-03-14Exclude old book redirect stubs from search enginesKornel-2/+4
2019-03-14Add `-Z allow_features=...` flagTyler Mandry-4/+85
2019-03-14Add support for comma-separated option listsTyler Mandry-0/+13
2019-03-15consistent naming for Rhs type parameter in libcore/opsGrigorii Kargin-50/+50
2019-03-14Change "undefined" to "unspecified" in `Seek::stream_len` docsLukas Kalbertodt-1/+1
2019-03-14Update sources.rslukaslueg-4/+2
2019-03-14Address final reviewMateusz Mikuła-4/+7
2019-03-14Auto merge of #59181 - RalfJung:miri, r=oli-obkbors-14/+14
2019-03-14update miriRalf Jung-14/+14
2019-03-14Use try blocks in rustc_codegen_ssaTaiki Endo-9/+7
2019-03-14Overwrite Cursor's `Seek::stream_{len, position}` for performanceLukas Kalbertodt-0/+8
2019-03-14Avoid third seek operation in `Seek::stream_len` when possibleLukas Kalbertodt-5/+12
2019-03-14Add default keyword handling in rustdocGuillaume Gomez-7/+51
2019-03-14Auto merge of #58176 - Zoxc:lint-levels, r=oli-obkbors-84/+80
2019-03-14Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoeristerbors-435/+155
2019-03-14Run RustdocUi earlierJohn Kåre Alsaker-1/+1
2019-03-14Don't run test launching `echo` since that doesn't exist on WindowsJohn Kåre Alsaker-1/+1
2019-03-14bootstrap: Default to a sensible llvm-suffix.Emilio Cobos Álvarez-1/+27
2019-03-14Auto merge of #59120 - alexreg:move-issue-tests-1, r=varkorbors-188/+177
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-188/+177
2019-03-14Add `EntryKind::TypeParam` and `EntryKind::ConstParam`varkor-21/+42
2019-03-13Rename encode_info_for_generic_param to encode_info_for_ty_in_generic_paramvarkor-3/+3
2019-03-13Refactor generic parameter encoder functionsvarkor-42/+18
2019-03-13Final cleanupsMateusz Mikuła-12/+8
2019-03-13Move testing to test-variousMateusz Mikuła-5/+19