]> git.lizzy.rs Git - rust.git/history - src/librustc
Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=Zoxc
[rust.git] / src / librustc /
2019-03-08 Pietro AlbiniRollup merge of #58906 - Nemo157:generator-state-debug...
2019-03-08 Pietro AlbiniRollup merge of #58893 - benaryorg:thread_local_example...
2019-03-08 Pietro AlbiniRollup merge of #58891 - Delta-Psi:doc-fixes, r=Centril
2019-03-08 Pietro AlbiniRollup merge of #58883 - estebank:unused-closure-arg...
2019-03-08 Pietro AlbiniRollup merge of #58877 - estebank:macro-borrow, r=davidtwco
2019-03-08 Pietro AlbiniRollup merge of #58861 - estebank:fix-negative-traits...
2019-03-08 Pietro AlbiniRollup merge of #58369 - nox:sync-hash-map-entry, r...
2019-03-08 Pietro AlbiniRollup merge of #58269 - taeguk:add-some-sources-to...
2019-03-08 Pietro AlbiniRollup merge of #58204 - estebank:impl-trait-semi,...
2019-03-08 Pietro AlbiniRollup merge of #58080 - MikaelUrankar:freebsd_arm...
2019-03-08 borsAuto merge of #58013 - Zoxc:stable-hash-macro-simple...
2019-03-07 borsAuto merge of #58583 - varkor:const-generics-ty, r...
2019-03-05 varkorClean up some generic substs handling
2019-03-05 varkorHandle const generics elsewhere
2019-03-05 varkorImplement structural_impls for const generics
2019-03-05 varkorAdd HAS_CT_INFER
2019-03-05 varkorPretty printing for const generics
2019-03-05 varkorAdd const type flags
2019-03-05 varkorTake const into account in context
2019-03-05 varkorStub methods in infer
2019-03-05 varkorImplement Hash for new types
2019-03-05 varkorAdd ConstValue::Param and ConstValue::Infer
2019-03-05 varkorAdd const kind and UnpackedKind::Const
2019-03-05 varkorAdd type_flags helper methods to consts
2019-03-05 varkorAdd InferConst
2019-03-05 varkorAdd ConstVid
2019-03-05 varkorAdd ParamConst
2019-03-05 varkorAdd Const generic param to ty
2019-03-05 John Kåre AlsakerMake rustc_macro a Rust 2018 crate
2019-03-05 borsAuto merge of #58423 - nox:relax-bounds-buf-reader...
2019-03-04 John Kåre AlsakerAllow linking to a proc macro on the target in metadata...
2019-03-04 John Kåre AlsakerCreate a derive macro for HashStable
2019-03-04 Esteban KüberFix rebase and move suggestion to its own method
2019-03-04 Esteban KüberAdd fixme
2019-03-04 Esteban KüberOn return type `impl Trait` for block with no expr...
2019-03-04 borsAuto merge of #58380 - estebank:missing-match-pats...
2019-03-03 borsAuto merge of #58505 - schomatis:fix/nll/remove-live...
2019-03-03 borsAuto merge of #58425 - wesleywiser:more_profiler_change...
2019-03-03 borsAuto merge of #58673 - matthewjasper:typeck-ptr-coercio...
2019-03-03 Wesley WiserUse FxHashMap
2019-03-03 Wesley WiserReduce the size of events by using a u64 instead of...
2019-03-03 Wesley WiserRemove profiler output and replace with a raw event...
2019-03-03 Wesley WiserWrap the self-profiler in an `Arc<Mutex<>>`
2019-03-03 borsAuto merge of #58879 - spastorino:update_miri, r=oli-obk
2019-03-03 borsAuto merge of #58866 - kennytm:rollup, r=kennytm
2019-03-03 kennytmRollup merge of #58865 - dlrobertson:fix-varargs, r...
2019-03-03 borsAuto merge of #58793 - Mark-Simulacrum:master-next...
2019-03-03 borsAuto merge of #58464 - jethrogb:jb/std-test-panic-outpu...
2019-03-02 Esteban KüberSuggest appropriate code for unused field when desrtuct...
2019-03-02 borsAuto merge of #58836 - ljedrz:begone_NodeId, r=Zoxc
2019-03-02 kennytmRollup merge of #58842 - mati865:53005, r=alexcrichton
2019-03-02 kennytmRollup merge of #58852 - alexcrichton:update-netbsd...
2019-03-02 kennytmRollup merge of #58838 - jens1o:patch-1, r=Centril
2019-03-02 kennytmRollup merge of #58835 - Centril:rust_2018_idioms-remot...
2019-03-02 kennytmRollup merge of #58833 - Centril:rust_2018_idioms-rustb...
2019-03-02 kennytmRollup merge of #58832 - pietroalbini:appveyor-hyperv...
2019-03-02 kennytmRollup merge of #58830 - Centril:rust_2018_idioms-tidy...
2019-03-02 kennytmRollup merge of #58821 - alex:patch-1, r=Centril
2019-03-02 kennytmRollup merge of #58802 - nnethercote:inline-record_layo...
2019-03-02 kennytmRollup merge of #58785 - euclio:tool-lint-attrs, r...
2019-03-02 kennytmRollup merge of #58782 - tspiteri:str-escape-self,...
2019-03-02 kennytmRollup merge of #58780 - RalfJung:manually-drop, r...
2019-03-02 kennytmRollup merge of #58730 - timvermeulen:internal_iteratio...
2019-03-02 borsAuto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton
2019-03-02 borsAuto merge of #58077 - Nemo157:generator-state-debug...
2019-03-02 ljedrzhir: HirIdify Impl&TraitItemId
2019-03-02 ljedrzhir: remove NodeId from VariantData
2019-03-02 ljedrzhir: remove NodeId from Pat and FieldPat
2019-03-02 ljedrzhir: remove NodeId from Item
2019-03-02 ljedrzhir: remove NodeId from ForeignItem
2019-03-02 ljedrzhir: remove NodeId from StructField
2019-03-02 ljedrzmiddle & privacy: partially HirIdify
2019-03-02 borsAuto merge of #57202 - matthewjasper:nll-typeck-promote...
2019-03-02 borsAuto merge of #56946 - Zoxc:jobserver, r=nikomatsakis
2019-03-01 borsAuto merge of #58800 - ehuss:update-books, r=Centril
2019-03-01 borsAuto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxc
2019-03-01 ljedrzhir: remove NodeId from VisibilityKind
2019-03-01 ljedrzhir: remove NodeId from TraitRef
2019-03-01 ljedrzhir: remove NodeId from Arg
2019-03-01 ljedrzhir: remove NodeId from TypeBinding
2019-03-01 ljedrzhir: remove NodeId from ImplItem
2019-03-01 ljedrzty: HirIdify some lints
2019-03-01 ljedrzhir: remove NodeId from TraitItem
2019-03-01 ljedrzmiddle: HirIdify dead
2019-03-01 ljedrzhir: remove NodeId from AnonConst
2019-03-01 ljedrzhir: remove NodeId from Field
2019-03-01 ljedrzhir: remove NodeId from Local
2019-03-01 ljedrzhir: remove NodeId from Stmt
2019-03-01 borsAuto merge of #58631 - spastorino:place2_1, r=oli-obk
2019-03-01 borsAuto merge of #58689 - memoryruins:exclude_should_panic...
2019-03-01 Santiago PastorinoPut Local, Static and Promoted as one Base variant...
2019-03-01 borsAuto merge of #58408 - alexcrichton:update-llvm, r...
2019-03-01 John Kåre AlsakerAdd support for using a jobserver with Rayon
2019-02-28 borsAuto merge of #58250 - Zoxc:rustc-interface-1, r=oli-obk
2019-02-28 John Kåre AlsakerIntroduce rustc_interface and move some methods there
2019-02-28 borsAuto merge of #57760 - dlrobertson:varargs1, r=alexreg
2019-02-28 Nicholas NethercoteEnsure `record_layout_for_printing()` is inlined.
2019-02-27 Andy Russellallow specifying attributes for tool lints
2019-02-27 borsAuto merge of #58777 - Centril:rollup, r=Centril
2019-02-27 Dan RobertsonFix doc comments in librustc/hir/lowering.rs
next