]> git.lizzy.rs Git - rust.git/history - src/librustc/ty
Auto merge of #61080 - mati865:mingw_pgo, r=sanxiyn
[rust.git] / src / librustc / ty /
2019-05-26 borsAuto merge of #61080 - mati865:mingw_pgo, r=sanxiyn
2019-05-26 borsAuto merge of #60852 - alexcrichton:std-backtrace,...
2019-05-26 Mazdak FarrokhzadRollup merge of #61189 - oli-obk:turbofish_ice, r=varkor
2019-05-26 Mazdak FarrokhzadRollup merge of #61184 - wesleywiser:const_prop_tracing...
2019-05-26 Mazdak FarrokhzadRollup merge of #61173 - fabric-and-ink:minor-cleanup...
2019-05-26 Mazdak FarrokhzadRollup merge of #61161 - RalfJung:maybe-uninit, r=Centril
2019-05-26 Mazdak FarrokhzadRollup merge of #61149 - vishalsodani:master, r=Centril
2019-05-26 Mazdak FarrokhzadRollup merge of #61144 - estebank:issue-61108, r=matthe...
2019-05-26 Mazdak FarrokhzadRollup merge of #61114 - RalfJung:vec, r=Gankro
2019-05-26 Mazdak FarrokhzadRollup merge of #61087 - estebank:parsepalooza, r=Centril
2019-05-25 borsAuto merge of #56595 - ljedrz:x_py_clippy_fix, r=oli-obk
2019-05-25 borsAuto merge of #59276 - oli-obk:cleanups, r=eddyb
2019-05-25 borsAuto merge of #61151 - Centril:rollup-5rpyhfo, r=Centril
2019-05-25 Oliver SchererPrint types for unevaluated constants
2019-05-25 Oliver SchererFix rebase fallout
2019-05-25 Oliver SchererBreak cycle during array length printing
2019-05-25 Eduard-Mihai Burtescurustc: integrate ty::Const into ty::print as print_const.
2019-05-25 Oliver SchererPrint unevaluted constants as `_` or as their source...
2019-05-25 Oliver SchererUse `write_char` to skip the formatting infrastructure
2019-05-25 Oliver SchererPrint generic args in function calls in MIR
2019-05-25 Oliver SchererGroup common printing code during constant pretty printing
2019-05-25 Oliver SchererRender unresolved anon consts like closures
2019-05-25 Oliver Scherer`u8` is printed as a number, not a character
2019-05-25 Oliver SchererRender const byte slices in MIR
2019-05-25 Oliver SchererMake `ConstValue::Slice` solely take `[u8]` and `str`
2019-05-25 Oliver SchererRefactor string constant printing to prep for byte...
2019-05-25 Oliver SchererDon't use `ty::Const` without immediately interning
2019-05-25 Oliver SchererPrint const chars escaped with surrounding quotes
2019-05-25 Oliver SchererMerge the string printing paths of ty::Const
2019-05-25 Oliver SchererThere's a tcx in scope, don't use the tls one
2019-05-25 Oliver SchererReuse the pretty printing architecture for printing...
2019-05-25 Oliver SchererRemove unnecessary secondary recursion
2019-05-25 borsAuto merge of #61150 - Centril:rollup-wmm7qga, r=Centril
2019-05-25 Mazdak FarrokhzadRollup merge of #61103 - spastorino:find-iterate, r...
2019-05-25 Mazdak FarrokhzadRollup merge of #61099 - spastorino:ignore-borrow-itera...
2019-05-25 Mazdak FarrokhzadRollup merge of #61094 - spastorino:find-local-iterate...
2019-05-25 Mazdak FarrokhzadRollup merge of #61093 - spastorino:borrow-of-local...
2019-05-25 Mazdak FarrokhzadRollup merge of #61092 - spastorino:sanitize-place...
2019-05-25 Mazdak FarrokhzadRollup merge of #61138 - varkor:async-await-tests,...
2019-05-25 Mazdak FarrokhzadRollup merge of #61134 - nvzqz:reverse_bits-must_use...
2019-05-25 Mazdak FarrokhzadRollup merge of #61125 - XAMPPRocky:master, r=jonas...
2019-05-25 Mazdak FarrokhzadRollup merge of #61121 - RalfJung:miri-value-printing...
2019-05-25 Mazdak FarrokhzadRollup merge of #61118 - pnkfelix:issue-60654-dont...
2019-05-25 Mazdak FarrokhzadRollup merge of #61116 - scottmcm:vcpp-download-link...
2019-05-25 Mazdak FarrokhzadRollup merge of #61107 - blkerby:docs_typos, r=Centril
2019-05-25 Mazdak FarrokhzadRollup merge of #61096 - ehuss:tidy-license-short-circu...
2019-05-25 Mazdak FarrokhzadRollup merge of #61095 - ehuss:update-cargo, r=alexcrichton
2019-05-24 borsAuto merge of #60777 - pietroalbini:azure-pipelines...
2019-05-24 Felix S. Klock IIDelay ICE in fold_region so feature gate has chance...
2019-05-24 borsAuto merge of #60803 - varkor:remove-in-place-syntax...
2019-05-24 borsAuto merge of #60984 - matthewjasper:borrowck-error...
2019-05-24 borsAuto merge of #61105 - Centril:rollup-t9lemjf, r=Centril
2019-05-23 Mazdak FarrokhzadRollup merge of #61098 - varkor:fix-overflowing-literal...
2019-05-23 Mazdak FarrokhzadRollup merge of #61086 - RalfJung:box, r=alexcrichton
2019-05-23 Mazdak FarrokhzadRollup merge of #61082 - RalfJung:vec, r=alexcrichton
2019-05-23 Mazdak FarrokhzadRollup merge of #61056 - euclio:custom-discriminant...
2019-05-23 Mazdak FarrokhzadRollup merge of #61054 - estebank:mut-ref-reassign...
2019-05-23 Mazdak FarrokhzadRollup merge of #59545 - Zoxc:the-arena-3, r=eddyb...
2019-05-23 borsAuto merge of #60970 - MaulingMonkey:pr-compiletest...
2019-05-23 John Kåre AlsakerUpdate dylib_dependency_formats, extern_crate and reach...
2019-05-23 John Kåre AlsakerUpdate get_lib_features, defined_lib_features, get_lang...
2019-05-23 John Kåre AlsakerUpdate upvars and module_exports
2019-05-23 John Kåre AlsakerUpdate in_scope_traits_map
2019-05-23 John Kåre AlsakerUpdate stability_index, all_crate_nums and features_query
2019-05-23 John Kåre AlsakerRemove subtle Default impl for Value
2019-05-23 John Kåre AlsakerUpdate GenericPredicates queries
2019-05-23 John Kåre AlsakerUpdate resolve_lifetimes, named_region_map, is_late_bou...
2019-05-23 John Kåre AlsakerUpdate inherent_impls
2019-05-23 John Kåre AlsakerUpdate associated_item_def_ids
2019-05-23 Mazdak FarrokhzadRollup merge of #61057 - sfackler:revert-next-back...
2019-05-23 Mazdak FarrokhzadRollup merge of #61055 - bgermann:master, r=sanxiyn
2019-05-23 Mazdak FarrokhzadRollup merge of #61046 - mark-i-m:transcribe-fix, r...
2019-05-23 Mazdak FarrokhzadRollup merge of #61043 - alexcrichton:less-full-bootstr...
2019-05-23 Mazdak FarrokhzadRollup merge of #61014 - jsgf:emit-artifact-type, r...
2019-05-23 Mazdak FarrokhzadRollup merge of #60981 - alexcrichton:update-compiler...
2019-05-23 borsAuto merge of #60174 - matthewjasper:add-match-arm...
2019-05-23 borsAuto merge of #60740 - petrochenkov:kw, r=nnethercote
2019-05-22 Vadim PetrochenkovRestore the old behavior of the rustdoc keyword check...
2019-05-22 Vadim PetrochenkovSimplify use of keyword symbols
2019-05-22 Mazdak FarrokhzadRollup merge of #61037 - oli-obk:clippy, r=Manishearth
2019-05-22 Mazdak FarrokhzadRollup merge of #61034 - eddyb:soa-metadata-prereq...
2019-05-22 Mazdak FarrokhzadRollup merge of #61030 - spastorino:make-operand-iterat...
2019-05-22 Mazdak FarrokhzadRollup merge of #61029 - blkerby:minimum_spanning_tree...
2019-05-22 Mazdak FarrokhzadRollup merge of #61023 - spastorino:use-iterate-qualify...
2019-05-22 Mazdak FarrokhzadRollup merge of #60809 - jethrogb:jb/nll-faq, r=pnkfelix
2019-05-22 Mazdak FarrokhzadRollup merge of #60773 - Aaron1011:fix/rustdoc-project...
2019-05-22 borsAuto merge of #59445 - alexreg:ban-multi-trait-objects...
2019-05-22 borsAuto merge of #60840 - tmandry:preserve-scope-in-genera...
2019-05-22 borsAuto merge of #61027 - Centril:rollup-oewauf1, r=Centril
2019-05-22 Mazdak FarrokhzadRollup merge of #61006 - RalfJung:maybe-uninit, r=Centril
2019-05-22 Mazdak FarrokhzadRollup merge of #61003 - nnethercote:rm-InternedString...
2019-05-22 Mazdak FarrokhzadRollup merge of #60991 - spastorino:local-decls-push...
2019-05-22 Mazdak FarrokhzadRollup merge of #60982 - estebank:fix-60976, r=petrochenkov
2019-05-22 Mazdak FarrokhzadRollup merge of #60973 - nnethercote:fix-file_metadata...
2019-05-22 Mazdak FarrokhzadRollup merge of #60963 - blkerby:boxed_docs, r=alexcrichton
2019-05-22 Mazdak FarrokhzadRollup merge of #60581 - hellow554:fix_60580, r=alexcri...
2019-05-21 Alex CrichtonMerge remote-tracking branch 'origin/master' into azure...
2019-05-21 borsAuto merge of #61007 - michaelwoerister:limited-debugin...
2019-05-21 Nicholas NethercoteRemove impls for `InternedString`/string equality.
2019-05-21 borsAuto merge of #60903 - nnethercote:mv-gensyms-from...
next