]> git.lizzy.rs Git - rust.git/history - src/librustc/hir/lowering.rs
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
[rust.git] / src / librustc / hir / lowering.rs
2018-07-01 Zack M. Davisin which hir::Visibility recalls whence it came (i...
2018-06-30 borsAuto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton
2018-06-30 borsAuto merge of #51849 - nikomatsakis:issue-51820-places...
2018-06-30 borsAuto merge of #51862 - estebank:lifetime-spans, r=nikom...
2018-06-30 borsAuto merge of #51828 - kennytm:no-simd-swap-for-mac...
2018-06-30 borsAuto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk
2018-06-30 borsAuto merge of #51806 - oli-obk:lowering_cleanups1,...
2018-06-29 borsAuto merge of #51729 - matthewjasper:move-errors, r...
2018-06-29 borsAuto merge of #51290 - Pslydhh:master, r=alexcrichton
2018-06-29 borsAuto merge of #51592 - GuillaumeGomez:fix-macro-doc...
2018-06-28 Mark RousskovRollup merge of #51875 - badboy:emscripten-no-wasm...
2018-06-28 Mark RousskovRollup merge of #51868 - Lireer:master, r=pietroalbini
2018-06-28 Mark RousskovRollup merge of #51839 - oli-obk:const_shift_overflow...
2018-06-28 Mark RousskovRollup merge of #51765 - jonas-schievink:patch-1, r...
2018-06-28 Mark RousskovRollup merge of #51636 - oli-obk:const_diagnostics...
2018-06-28 borsAuto merge of #51687 - japaric:gh51671, r=alexcrichton
2018-06-28 borsAuto merge of #51630 - joshlf:map-split-perf, r=dtolnay
2018-06-28 borsAuto merge of #50997 - michaelwoerister:pre-analyze...
2018-06-28 borsAuto merge of #51492 - petrochenkov:hirident, r=eddyb
2018-06-28 Vadim PetrochenkovFix rebase
2018-06-28 Vadim PetrochenkovUse `Ident`s for associated item definitions in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s in a number of structures in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for path segments in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for associated type bindings in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for lifetimes in HIR
2018-06-28 borsAuto merge of #51444 - estebank:impl-static, r=nikomatsakis
2018-06-28 borsAuto merge of #51538 - nikomatsakis:nll-perf-examinatio...
2018-06-27 kennytmRollup merge of #51842 - rust-lang:align-is-nonzero...
2018-06-27 kennytmRollup merge of #51824 - vorner:thread-local-try-with...
2018-06-27 kennytmRollup merge of #51800 - mark-i-m:edition2018compiletes...
2018-06-27 kennytmRollup merge of #51799 - mark-i-m:lower_case_feature_ga...
2018-06-27 kennytmRollup merge of #51658 - oli-obk:unregress_perf, r...
2018-06-27 kennytmRollup merge of #50342 - fkjogu:euclidean, r=BurntSushi
2018-06-27 borsAuto merge of #51852 - oli-obk:miri_fix, r=Zoxc
2018-06-27 borsAuto merge of #51356 - Zoxc:encode-cleanup, r=michaelwo...
2018-06-27 borsAuto merge of #51496 - petrochenkov:mhelper2, r=nikomat...
2018-06-27 Vadim PetrochenkovImplement `#[macro_export(local_inner_macros)]`
2018-06-27 Oliver SchneiderDeduplicate async's impl Trait id lowering
2018-06-27 Oliver SchneiderAdd a convenience method for getting the impl Trait...
2018-06-27 Oliver SchneiderDocument the `make_ret_async` argument's `NodeId`
2018-06-27 Oliver SchneiderUndo if let -> match conversion
2018-06-27 borsAuto merge of #51835 - tmccombs:stable-int-to-from...
2018-06-27 Oliver SchneiderFix rebase fallout
2018-06-27 Oliver SchneiderDon't generate `DefId`s for impl trait in trait methods
2018-06-27 Oliver SchneiderGenerate `DefId`s for the impl trait of `async` functions
2018-06-27 Oliver SchneiderAlso place method impl trait into the surrounding module
2018-06-27 Oliver SchneiderGenerate `DefId`s for impl Trait in the def_collector
2018-06-27 Oliver SchneiderDon't generate a new NodeId for universal impl Trait
2018-06-27 Oliver SchneiderGenerate the `NodeId` for `existential type` in the AST
2018-06-27 Oliver SchneiderCleanup in preparation of generic extraction
2018-06-27 borsAuto merge of #51815 - oli-obk:lowering_cleanups2,...
2018-06-27 borsAuto merge of #51598 - Pazzaz:master, r=sfackler
2018-06-27 borsAuto merge of #51773 - oli-obk:cleanup_impl_trait,...
2018-06-26 borsAuto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomat...
2018-06-26 borsAuto merge of #51756 - nielx:fix/librustdoc, r=Guillaum...
2018-06-26 borsAuto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm
2018-06-26 Oliver SchneiderFlatten some occurrences of `[P<T>]` to `[T]`
2018-06-26 Zack M. Davisinclusive range syntax lint (`...` → `..=`)
2018-06-26 borsAuto merge of #51678 - Zoxc:combine-lints, r=estebank
2018-06-26 borsAuto merge of #51805 - pietroalbini:rollup, r=pietroalbini
2018-06-26 Pietro AlbiniRollup merge of #51791 - GuillaumeGomez:minify-css...
2018-06-26 Pietro AlbiniRollup merge of #51789 - estebank:issue-50577, r=oli-obk
2018-06-26 Pietro AlbiniRollup merge of #51788 - berkus:fix-typo, r=varkor
2018-06-26 Pietro AlbiniRollup merge of #51786 - cuviper:stat64-pointers, r...
2018-06-26 Pietro AlbiniRollup merge of #51769 - alexcameron89:update_rustc_gui...
2018-06-26 Pietro AlbiniRollup merge of #51747 - varkor:export_name-null-charac...
2018-06-26 Pietro AlbiniRollup merge of #51731 - varkor:closure-array-break...
2018-06-26 Pietro AlbiniRollup merge of #51730 - MajorBreakfast:pin-get-mut...
2018-06-26 Pietro AlbiniRollup merge of #51642 - GuillaumeGomez:fix-unknown...
2018-06-26 Pietro AlbiniRollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakis
2018-06-26 borsAuto merge of #49469 - Nokel81:allow-irrefutable-let...
2018-06-26 borsAuto merge of #51613 - nnethercote:ob-forest-cleanup...
2018-06-26 borsAuto merge of #50630 - sharkdp:fix-50619, r=sfackler
2018-06-25 borsAuto merge of #51728 - bradjc:llvm-tools2, r=kennytm
2018-06-25 borsAuto merge of #51750 - zackmdavis:superstructure, r...
2018-06-25 borsAuto merge of #51733 - varkor:ice-match-slice, r=oli-obk
2018-06-25 borsAuto merge of #51688 - spastorino:error-note-field...
2018-06-24 borsAuto merge of #51740 - GuillaumeGomez:fix-error-code...
2018-06-24 borsAuto merge of #51726 - petrochenkov:hygclean, r=oli-obk
2018-06-23 borsAuto merge of #51653 - mglagla:option-unreachable,...
2018-06-23 Guillaume GomezFix error code numbers
2018-06-23 Vadim Petrochenkovhygiene: Merge `NameAndSpan` into `ExpnInfo`
2018-06-23 varkorFix an ICE with continue inside a closure inside a...
2018-06-23 borsAuto merge of #51727 - varkor:expragain-to-exprcontinue...
2018-06-23 borsAuto merge of #51723 - estebank:abolish-ice, r=oli-obk
2018-06-23 varkorRename ExprAgain to ExprContinue
2018-06-23 borsAuto merge of #51580 - cramertj:async-await, r=eddyb
2018-06-23 borsAuto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obk
2018-06-22 Taylor CramerRemove impl trait names and move bits of await into...
2018-06-22 borsAuto merge of #51482 - GuillaumeGomez:table-display...
2018-06-22 borsAuto merge of #51681 - varkor:rustc_deprecated-future...
2018-06-22 Taylor CramerReview nits and updates
2018-06-22 borsAuto merge of #51670 - estebank:issue-51634, r=oli-obk
2018-06-22 kennytmRollup merge of #51666 - marco-c:disable_probestack...
2018-06-22 kennytmRollup merge of #51664 - jebrosen:pub_parse_methods2...
2018-06-22 kennytmRollup merge of #51637 - abarth:new_prng, r=cramertj
2018-06-22 kennytmRollup merge of #51629 - topecongiro:multiple-semicolon...
2018-06-22 kennytmRollup merge of #51158 - ogham:patch-1, r=steveklabnik
2018-06-22 borsAuto merge of #51660 - lqd:the-MIRnistry-of-walks,...
2018-06-22 borsAuto merge of #51686 - nikomatsakis:issue-51415-borrowc...
next