]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-16 kennytmRollup merge of #58873 - GuillaumeGomez:fix-auto-hide...
2019-03-16 kennytmRollup merge of #58855 - alexcrichton:wasm-multithreade...
2019-03-16 kennytmRollup merge of #58854 - alexcrichton:update-windows...
2019-03-15 borsAuto merge of #58556 - oli-obk:imperative_recursion...
2019-03-15 borsAuto merge of #58140 - eddyb:advent-of-print, r=nikomat...
2019-03-15 Eduard-Mihai... rustbuild: remove obsolete fulldeps behavior from src...
2019-03-15 Eduard-Mihai... Fix rebase fallout and address some review comments.
2019-03-15 Ralf Jungwe can now print on entering/leaving the topmost frame...
2019-03-15 Eduard-Mihai... rustc: print ExistentialProjection with spaces around...
2019-03-15 Eduard-Mihai... rustc: provide DisambiguatedDefPathData in ty::print.
2019-03-15 Eduard-Mihai... rustc: slice substs in ty::print instead of passing...
2019-03-15 Eduard-Mihai... rustc: let ty::print::pretty's p! macro call arbitrary...
2019-03-15 Eduard-Mihai... rustc: remove PrintCx from ty::Print and rely on printe...
2019-03-15 Eduard-Mihai... rustc: remove the ability for pretty-printers to overri...
2019-03-15 Eduard-Mihai... rustc: don't thread existential projections through...
2019-03-15 Eduard-Mihai... rustc: make `pretty_path_generic_args`' task as simple...
2019-03-15 Eduard-Mihai... rustc: print elided regions as '_ instead of nothing...
2019-03-15 Eduard-Mihai... rustc: always hide defaulted generic args, even in...
2019-03-15 Eduard-Mihai... rustc: move ty::print::PrintConfig's fields to FmtPrinter.
2019-03-15 Eduard-Mihai... rustc: streamline the Print/fmt::Display impls in ppaux...
2019-03-15 Eduard-Mihai... rustc: remove obsolete hacks from ppaux, relating to...
2019-03-15 Eduard-Mihai... rustc: move Debug impls from ppaux to ty::structural_impls.
2019-03-15 Eduard-Mihai... rustc: disconnect all the Debug functionality from...
2019-03-15 Eduard-Mihai... rustc: make util::ppaux private.
2019-03-15 Eduard-Mihai... rustc: remove fields from ty::print::PrintConfig availa...
2019-03-15 Eduard-Mihai... rustc: split out the pretty-printing parts of ty::print...
2019-03-15 Eduard-Mihai... rustc: move ty/print.rs to ty/print/mod.rs.
2019-03-15 Eduard-Mihai... rustc_codegen_utils: print all nominal types as paths...
2019-03-15 Eduard-Mihai... rustc: don't pass Namespace explicitly, but rather...
2019-03-15 Eduard-Mihai... rustc: introduce a ty::print::PrettyPrinter helper...
2019-03-15 Eduard-Mihai... rustc: support overriding type printing in ty::print...
2019-03-15 Eduard-Mihai... rustc: support overriding region printing in ty::print...
2019-03-15 Eduard-Mihai... rustc: centralize region printing in ty::RegionKind...
2019-03-15 Eduard-Mihai... rustc: don't keep RegionHighlightMode in a thread-local.
2019-03-15 Eduard-Mihai... rustc: pass ty::print::PrintCx by value.
2019-03-15 Eduard-Mihai... rustc: remove the closure from ppaux's p! macro (by...
2019-03-15 Eduard-Mihai... rustc: split off most of ty::print::PrintCx's fields...
2019-03-15 Eduard-Mihai... rustc: uniformize ty::print's error handling by requiri...
2019-03-15 Eduard-Mihai... rustc: rename ppaux' print macro to just p and make...
2019-03-15 Eduard-Mihai... rustc: make ppaux' print macro use only one closure.
2019-03-15 Eduard-Mihai... rustc: replace node_path_str with uses of def_path_str.
2019-03-15 Eduard-Mihai... rustc: remove `ty::print::FORCE_ABSOLUTE` altogether.
2019-03-15 Eduard-Mihai... rustc: assert `ty::print::FORCE_ABSOLUTE` isn't needed...
2019-03-15 Eduard-Mihai... rustc: move `...::<impl ...>` printing into `pretty_pat...
2019-03-15 Eduard-Mihai... rustc: move the `FORCE_IMPL_FILENAME_LINE` hack into...
2019-03-15 Eduard-Mihai... rustc: move <...>-less impl path special-case to pretty...
2019-03-15 Eduard-Mihai... rustc: merge PrintCx::parameterized and def_path printing.
2019-03-15 Eduard-Mihai... rustc: integrate LocalPathPrinter's behavior into FmtPr...
2019-03-15 Eduard-Mihai... rustc: move the contents of ty::item_path to ty::print.
2019-03-15 Eduard-Mihai... rustc: rename item_path to def_path (except the module...
2019-03-15 Eduard-Mihai... rustc: remove TyCtxt::parent_def_id in favor of TyCtxt...
2019-03-15 Eduard-Mihai... rustc_mir: adjust the type_length_limit diagnostic...
2019-03-15 Eduard-Mihai... rustc: pass Option<&Substs> and Namespace around in...
2019-03-15 borsAuto merge of #58575 - mati865:musl_toolchain, r=alexcr...
2019-03-15 Eduard-Mihai... rustc: move the FORCE_IMPL_FILENAME_LINE handling into...
2019-03-15 Eduard-Mihai... rustc: explicitly pass the namespace to PrintCx::parame...
2019-03-15 Eduard-Mihai... rustc: move the formatter into ty::print::PrintCx.
2019-03-15 Eduard-Mihai... rustc: add a ty::RegionKind::display_outputs_anything...
2019-03-15 Eduard-Mihai... rustc: always rely on '_ to be not printed by ty::Regio...
2019-03-15 Eduard-Mihai... rustc: remove ty::item_path::RootMode by moving local...
2019-03-15 Eduard-Mihai... rustc: rewrite ty::item_path to be more functional...
2019-03-15 Eduard-Mihai... rustc_codegen_utils: revert some symbol_names refactors...
2019-03-15 Eduard-Mihai... rustc: support impl's in PrintCx::parameterized.
2019-03-15 Eduard-Mihai... rustc: rewrite PrintCx::parameterized to be much simple...
2019-03-15 Eduard-Mihai... rustc: use define_print! to implement fmt::{Display...
2019-03-15 Eduard-Mihai... rustc: tie the 'tcx between Print and PrintCx in ty...
2019-03-15 Eduard-Mihai... rustc: implement fmt::{Debug,Display} on Ty instead...
2019-03-15 Eduard-Mihai... rustc: remove fmt::{Debug,Display} from ty::TyKind.
2019-03-15 Eduard-Mihai... rustc: keep a TyCtxt in PrintCx and use it instead...
2019-03-15 Eduard-Mihai... rustc: rename PrintContext to PrintCx.
2019-03-15 Eduard-Mihai... rustc: don't support missing TLS TyCtxt in ty::print.
2019-03-15 Eduard-Mihai... rustc: don't support `tcx.lift` returning `None` in...
2019-03-15 Eduard-Mihai... rustc: uniformize all lift expect messages to "could...
2019-03-15 Eduard-Mihai... rustc: add a 'tcx parameter to Print.
2019-03-15 Eduard-Mihai... rustc: start moving util::ppaux to ty::print.
2019-03-15 Eduard-Mihai... rustc: remove unnecessary extern_prelude logic from...
2019-03-15 borsAuto merge of #58710 - EdorianDark:master, r=sfackler
2019-03-15 Mateusz MikułaFix TARGET variable in musl-toolchain.sh
2019-03-14 Mateusz MikułaAddress final review
2019-03-14 borsAuto merge of #59181 - RalfJung:miri, r=oli-obk
2019-03-14 Ralf Jungupdate miri
2019-03-14 borsAuto merge of #58176 - Zoxc:lint-levels, r=oli-obk
2019-03-14 borsAuto merge of #58488 - wesleywiser:llvm_prof, r=michael...
2019-03-14 borsAuto merge of #59120 - alexreg:move-issue-tests-1,...
2019-03-14 Alexander RegueiroMoved issue tests to subdirs and normalised names.
2019-03-13 Mateusz MikułaFinal cleanups
2019-03-13 Mateusz MikułaMove testing to test-various
2019-03-13 Mateusz MikułaDisable relax relocations again
2019-03-13 Mateusz MikułaDrop copyright notice from musl-toolchain
2019-03-13 Mateusz Mikułamusl: update LLVM to 7
2019-03-13 Martell MaloneAddress review comments
2019-03-13 Jonathan Siebermusl-toolchain: fix global lib paths (dont create ...
2019-03-13 Jonathan SieberMake the musl dynamic loader known to the system, so...
2019-03-13 Jonathan Sieberbuild a proper c++-enabled musl toolchain with musl...
2019-03-13 Jonathan SieberSet RUSTFLAGS env to make dylib work
2019-03-13 JonathanSEnable dist-x86_64-musl as a host architexture
2019-03-13 borsAuto merge of #59143 - ehuss:update-cargo, r=ehuss
2019-03-13 Eric HussUpdate cargo
2019-03-13 borsAuto merge of #58349 - petrochenkov:uni201x, r=pnkfelix
2019-03-13 borsAuto merge of #56864 - Zoxc:stable-hash-macro, r=michae...
next