]> git.lizzy.rs Git - rust.git/history - src/librustc
Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obk
[rust.git] / src / librustc /
2019-06-04 Mazdak FarrokhzadRollup merge of #61409 - varkor:condition-trait-param...
2019-06-04 Mazdak FarrokhzadRollup merge of #61404 - RalfJung:miri-unsize, r=oli-obk
2019-06-04 Mazdak FarrokhzadRollup merge of #61135 - czipperz:rc-make_mut-weak...
2019-06-03 borsAuto merge of #59148 - lcnr:unchecked_maths, r=eddyb
2019-06-03 borsAuto merge of #61100 - varkor:must_use-tuple-expr,...
2019-06-03 borsAuto merge of #59033 - GuillaumeGomez:duplicated-bounds...
2019-06-03 borsAuto merge of #57214 - Zoxc:no-local-interners, r=eddyb
2019-06-03 borsAuto merge of #61062 - mark-i-m:mono-mv, r=eddyb,oli-obk
2019-06-03 borsAuto merge of #61331 - estebank:fn-arg-parse-recovery...
2019-06-03 Mark Mansiquery-fy type_name
2019-06-03 Mark Mansiquery-ify const_field
2019-06-03 Mark Mansimove codegenunitext to rustc::mir::mono
2019-06-03 Mark Mansimove monoitemext to inherent methods
2019-06-03 Mark Mansimove DefPathBasedNames to ty::print::obsolete
2019-06-03 Mark Mansideduplicate ty::Instance constructors
2019-06-03 borsAuto merge of #61361 - estebank:infer-type, r=varkor
2019-06-03 borsAuto merge of #61008 - GuillaumeGomez:fix-rustdoc-code...
2019-06-02 borsAuto merge of #61278 - RalfJung:miri-tag-allocations...
2019-06-02 borsAuto merge of #61460 - Centril:rollup-8txhjx4, r=Centril
2019-06-02 Mazdak FarrokhzadRollup merge of #61458 - fabric-and-ink:doc-typo, r...
2019-06-02 Mazdak FarrokhzadRollup merge of #61451 - 0x1793d1:master, r=Centril
2019-06-02 Mazdak FarrokhzadRollup merge of #61441 - estebank:fn-call-in-match...
2019-06-02 Mazdak FarrokhzadRollup merge of #61438 - estebank:generics-span, r...
2019-06-02 Mazdak FarrokhzadRollup merge of #61423 - davidtwco:correct-symbol-mangl...
2019-06-02 Mazdak FarrokhzadRollup merge of #61380 - varkor:expected-usize-got...
2019-06-02 borsAuto merge of #61276 - eddyb:kill-res-upvar, r=petrochenkov
2019-06-02 Ralf Jungturn comments into doc-comments
2019-06-02 Ralf Jungno longer assume that there is a default tag: give...
2019-06-02 borsAuto merge of #61384 - varkor:fmin-fmax-llvm-opt, r...
2019-06-02 borsAuto merge of #61299 - eddyb:nicer-llvm-builder, r...
2019-06-02 varkorFix unwrapping usize issue with transparent MaybeUnit...
2019-06-01 Esteban KüberAccount for cases where we can find the type arg name...
2019-06-01 Esteban Küberreview comment: tweak wording
2019-06-01 borsAuto merge of #61436 - Manishearth:clippyup, r=Manishearth
2019-06-01 Eduard-Mihai Burtescurustc: collect upvars from HIR, instead of during name...
2019-06-01 Esteban KüberPoint at individual type arguments on arg count mismatch
2019-06-01 Eduard-Mihai Burtescurustc: remove Res::Upvar.
2019-06-01 Eduard-Mihai Burtescurustc: remove `has_parent` from `hir::Upvar`.
2019-06-01 Eduard-Mihai Burtescurustc: track the body owner in liveness.
2019-06-01 Eduard-Mihai Burtescurustc: remove closure ID from Res::Upvar.
2019-06-01 Eduard-Mihai Burtescurustc: track the body owner DefId in MC and EUV.
2019-06-01 Eduard-Mihai Burtescurustc: use indexmap instead of a plain vector for upvars.
2019-06-01 borsAuto merge of #61350 - RalfJung:alloc, r=oli-obk
2019-06-01 Eduard-Mihai Burtescurustc: remove the closure ID from hir::Upvar's parent...
2019-06-01 Eduard-Mihai Burtescurustc: remove the index field from Res::Upvar.
2019-06-01 Eduard-Mihai Burtescurustc: replace Res in hir::Upvar with only Local/Upvar...
2019-06-01 borsAuto merge of #61418 - Centril:rollup-yvj33a1, r=Centril
2019-06-01 Esteban KüberMake generics always have a valid span
2019-06-01 Mazdak FarrokhzadRollup merge of #61403 - estebank:test-cleanup, r=petro...
2019-06-01 Mazdak FarrokhzadRollup merge of #61391 - wesleywiser:doc_comments_inter...
2019-06-01 Mazdak FarrokhzadRollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb
2019-06-01 Mazdak FarrokhzadRollup merge of #61387 - JohnTitor:remove-unused, r...
2019-06-01 Mazdak FarrokhzadRollup merge of #61375 - varkor:panic-contains-string...
2019-06-01 Mazdak FarrokhzadRollup merge of #61364 - lzutao:stabilize-reverse_bits...
2019-06-01 Mazdak FarrokhzadRollup merge of #61263 - GuillaumeGomez:valid-html...
2019-06-01 Mazdak FarrokhzadRollup merge of #60729 - matthewjasper:leak-after-into...
2019-06-01 Esteban KüberTweak wording
2019-06-01 borsAuto merge of #60145 - little-dude:ip2, r=alexcrichton
2019-06-01 Esteban KüberOn type inference errors use the type argument name...
2019-06-01 Esteban KüberAlternative wording for inference failure
2019-06-01 Esteban KüberAdd more detail to type inference error
2019-06-01 borsAuto merge of #61394 - pietroalbini:rollup-lzugnb4...
2019-05-31 borsAuto merge of #61300 - indygreg:upgrade-cross-make...
2019-05-31 borsAuto merge of #57967 - eddyb:rmangle, r=michaelwoerister
2019-05-31 Eduard-Mihai Burtescurustc_codegen_utils: add new mangling scheme implementa...
2019-05-31 borsAuto merge of #61298 - matthiaskrgr:submodule_upd,...
2019-05-31 Pietro AlbiniRollup merge of #61374 - VirrageS:master, r=Centril
2019-05-31 Pietro AlbiniRollup merge of #61372 - mati865:books, r=Centril,Guill...
2019-05-31 Pietro AlbiniRollup merge of #61369 - Vallentin:patch-1, r=varkor
2019-05-31 Pietro AlbiniRollup merge of #61363 - lzutao:stabilize-iter_nth_back...
2019-05-31 Pietro AlbiniRollup merge of #61359 - GuillaumeGomez:fix-deref-doc...
2019-05-31 Pietro AlbiniRollup merge of #61344 - varkor:const-failed-to-life...
2019-05-31 Pietro AlbiniRollup merge of #61342 - memoryruins:ellipsis_inclusive...
2019-05-31 Pietro AlbiniRollup merge of #61304 - lzybkr:iwr_progress, r=alexcri...
2019-05-31 Pietro AlbiniRollup merge of #60897 - seanmonstar:patch-4, r=sfackler
2019-05-31 borsAuto merge of #60166 - oli-obk:type_name, r=eddyb
2019-05-31 John Kåre AlsakerStore CtxtInterners for local values in AllArenas
2019-05-31 John Kåre AlsakerRemove GlobalArenas and use Arena instead
2019-05-31 Yuki OkushiRemove ty::BrFresh and new_bound
2019-05-31 Esteban KüberRemove `ArgSource::Recovery`
2019-05-31 Esteban KüberRecover gracefully from argument with missing type...
2019-05-31 varkorAdd more information in ConstEvalFailure error
2019-05-30 borsAuto merge of #61353 - alexcrichton:less-tools, r=pietr...
2019-05-30 Jason ShirkMerge branch 'master' into iwr_progress
2019-05-30 borsAuto merge of #61253 - nnethercote:avoid-hygiene_data...
2019-05-30 borsAuto merge of #61343 - Centril:rollup-dzsuo01, r=Centril
2019-05-30 Ralf Junglight refactoring of global AllocMap
2019-05-30 Oliver SchererMake the `type_name` intrinsic's output deterministic
2019-05-30 Mazdak FarrokhzadRollup merge of #61333 - varkor:apit-const-param-ice...
2019-05-30 Mazdak FarrokhzadRollup merge of #61322 - pietroalbini:debug-windows...
2019-05-30 Mazdak FarrokhzadRollup merge of #61321 - Centril:is_keyword_ahead,...
2019-05-30 Mazdak FarrokhzadRollup merge of #61284 - alexcrichton:less-s3, r=pietro...
2019-05-30 Mazdak FarrokhzadRollup merge of #61280 - bgermann:master, r=alexcrichton
2019-05-30 Mazdak FarrokhzadRollup merge of #61279 - llogiq:implicit-option-main...
2019-05-30 Mazdak FarrokhzadRollup merge of #61244 - RalfJung:box, r=rkruppe
2019-05-30 Mazdak FarrokhzadRollup merge of #61231 - pnkfelix:issue-59548-linkage...
2019-05-30 Mazdak FarrokhzadRollup merge of #60850 - SimonSapin:unguarded, r=alexcr...
2019-05-30 Mazdak FarrokhzadRollup merge of #60839 - davidtwco:const-generics-struc...
2019-05-30 Mazdak FarrokhzadRollup merge of #60802 - euclio:pulldown-cmark-panic...
2019-05-30 borsAuto merge of #61005 - michaelwoerister:error-pgo-windo...
next