]> git.lizzy.rs Git - rust.git/history - src
fix src/test fallout
[rust.git] / src /
2020-01-02 Mazdak Farrokhzadfix src/test fallout
2020-01-02 Mazdak Farrokhzadsyntax::map_in_place: leave fixme
2020-01-02 Mazdak FarrokhzadNormalize `syntax::edition` imports.
2020-01-02 Mazdak FarrokhzadNormalize `syntax::symbol` imports.
2020-01-02 Mazdak FarrokhzadNormalize `syntax::source_map` imports.
2020-01-02 borsAuto merge of #67779 - Amanieu:ehabi_fix, r=Mark-Simulacrum
2020-01-02 borsAuto merge of #67700 - cjgillot:passes-stability, r...
2020-01-02 borsAuto merge of #67689 - mark-i-m:update-guide, r=JohnTitor
2020-01-01 borsAuto merge of #67676 - wesleywiser:lint_overflowing_int...
2020-01-01 Wesley WiserIgnore overflow lint on 32-bit platform
2020-01-01 Mark Mansiupdate rustc-guide
2020-01-01 Amanieu d'AntrasUpdate the barrier cache during ARM EHABI unwinding
2020-01-01 borsAuto merge of #67729 - mati865:deps, r=nikomatsakis
2020-01-01 Camille GILLOTMove stability queries to librustc_passes.
2020-01-01 Camille GILLOTMove stability.rs to librustc_passes.
2020-01-01 borsAuto merge of #67471 - nnethercote:revert-66405, r...
2020-01-01 borsAuto merge of #67763 - petrochenkov:crateren2, r=Centril
2020-01-01 Vadim PetrochenkovRename `syntax_pos` to `rustc_span` in source code
2019-12-31 Nicholas NethercoteRevert parts of #66405.
2019-12-31 borsAuto merge of #67726 - JohnTitor:clippy-up, r=oli-obk
2019-12-31 borsAuto merge of #67764 - Centril:rollup-ycbq3os, r=Centril
2019-12-31 Mazdak FarrokhzadRollup merge of #67748 - MaskRay:frame-pointer, r=rkruppe
2019-12-31 Mazdak FarrokhzadRollup merge of #67744 - Centril:reduce-diversity,...
2019-12-31 Mazdak FarrokhzadRollup merge of #67730 - Centril:typeck-pat-cleanup...
2019-12-31 Mazdak FarrokhzadRollup merge of #67702 - crlf0710:normalize_ident2...
2019-12-31 Mazdak FarrokhzadRollup merge of #67685 - lukaslueg:const_result, r...
2019-12-31 Mazdak FarrokhzadRollup merge of #67574 - Centril:librustc_lowering...
2019-12-31 Mazdak Farrokhzadnix `lower_label` identity function.
2019-12-31 Mazdak Farrokhzadlibrustc_ast_lowering: fix misc fallout.
2019-12-31 Mazdak Farrokhzadlibrustc_ast_lowering: cargo changes.
2019-12-31 Mazdak Farrokhzadlibrustc_ast_lowering: move the files.
2019-12-31 borsAuto merge of #67699 - cjgillot:passes-resolve, r=Zoxc
2019-12-31 Lukas LuegConstify Result
2019-12-31 borsAuto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r...
2019-12-31 Dylan DPCRollup merge of #67735 - petrochenkov:uibool, r=Mark...
2019-12-31 Dylan DPCRollup merge of #67723 - ldm0:E0477, r=Dylan-DPC
2019-12-31 Dylan DPCRollup merge of #67719 - jumbatm:add-self-to-mailmap...
2019-12-31 Dylan DPCRollup merge of #67697 - cjgillot:passes-scope-tree...
2019-12-31 Dylan DPCRollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC
2019-12-31 Yuki OkushiUpdate Clippy
2019-12-31 borsAuto merge of #67597 - estebank:placeholder-type, r...
2019-12-31 Camille GILLOTSimplify ResolveLiftimes creation.
2019-12-31 Camille GILLOTReview comments.
2019-12-31 Camille GILLOTInert doc comments.
2019-12-31 Camille GILLOTMove resolve_lifetimes query in librustc_resolve.
2019-12-31 Camille GILLOTMove resolve_lifetime.rs to librustc_resolve.
2019-12-31 Fangrui SongUse function attribute "frame-pointer" instead of ...
2019-12-31 Mazdak Farrokhzadparser: bug -> span_bug
2019-12-31 Mazdak Farrokhzadparser::diagnostics: remove fn fatal
2019-12-31 Mazdak Farrokhzadparser::pat: remove .fatal calls
2019-12-31 Mazdak Farrokhzadparser::path: remove .fatal calls
2019-12-31 Mazdak Farrokhzadparser::module: remove .fatal calls
2019-12-31 Mazdak Farrokhzadparser::item: remove .fatal calls
2019-12-31 Mazdak Farrokhzadparser::attr: remove .fatal calls
2019-12-31 Mazdak Farrokhzadprocess_potential_macro_variable: de-fatalize an error
2019-12-31 Mazdak Farrokhzadparser: span_fatal -> struct_span_err
2019-12-31 Mazdak Farrokhzadde-fatalize some errors
2019-12-31 Mazdak Farrokhzadparser: call .struct_span_err directly
2019-12-31 borsAuto merge of #67032 - cjgillot:hirene, r=Zoxc
2019-12-31 Charles LewInline and remove `nfc_symbol_from` method.
2019-12-31 Charles LewAdd symbol normalization for proc_macro_server.
2019-12-31 Wesley Wiser[const-prop] Expand comment about casting ZST enums
2019-12-31 Wesley Wiser[const-prop] Clean up `check_cast()` a bit
2019-12-31 Wesley Wiser[const-prop] Extract some functions out of `_const_prop`
2019-12-31 Wesley WiserLint overflowing integer casts in const prop
2019-12-30 Camille GILLOTEnlarge smallvec.
2019-12-30 Camille GILLOTReduce allocations.
2019-12-30 Esteban Küberreview comments and fix rebase
2019-12-30 borsAuto merge of #67707 - petrochenkov:crateren, r=Centril
2019-12-30 Vadim PetrochenkovSupport `-Z ui-testing=yes/no`
2019-12-30 Vadim PetrochenkovRename `rustc_resolve/resolve_imports.rs` -> `rustc_res...
2019-12-30 Vadim PetrochenkovRename `libsyntax_ext` and `libsyntax_expand` in code
2019-12-30 Vadim PetrochenkovMake things build again
2019-12-30 Vadim PetrochenkovRename directories for some crates from `syntax_x`...
2019-12-30 borsAuto merge of #67474 - mark-i-m:simplify-borrow_check...
2019-12-30 Mazdak Farrokhzaddiscriminant -> scrutinee
2019-12-30 Mazdak FarrokhzadBlame user type in pat type error.
2019-12-30 Mazdak Farrokhzadcheck_fn: simplify
2019-12-30 Mazdak Farrokhzadrefactor and fix this-expression-has-type note
2019-12-30 Mateusz MikułaBump smallvec
2019-12-30 Mazdak FarrokhzadPass the span of `<init>` in `let <pat> = <init>;`
2019-12-30 Mazdak Farrokhzadmove demand_eqtype_pat* to pat.rs
2019-12-30 Mazdak FarrokhzadMatchExpressionArmPattern -> Pattern
2019-12-30 Mazdak FarrokhzadShow scrutinee expr type for struct fields.
2019-12-30 Mazdak FarrokhzadMatchExpressionArmPattern: Use more generic wording.
2019-12-30 Mazdak Farrokhzadcleanup check_pat
2019-12-30 borsAuto merge of #67667 - wesleywiser:speed_up_trivially_v...
2019-12-30 Camille GILLOTOutdated comment.
2019-12-30 Camille GILLOTInert doc comments.
2019-12-30 Camille GILLOTMove region_scope_tree query to librustc_passes.
2019-12-30 Camille GILLOTMove region.rs to librustc_passes.
2019-12-30 Camille GILLOTDuplicate allocations in lowering.
2019-12-30 Camille GILLOTAvoid a few allocations.
2019-12-30 Camille GILLOTAllocate inside lower_path_extra.
2019-12-30 Camille GILLOTRetire hir::ptr.
2019-12-30 Camille GILLOTRetire HirVec.
2019-12-30 Camille GILLOTRemove HirVec from Generics.
2019-12-30 Donough LiuGammer fix
2019-12-30 borsAuto merge of #67658 - spastorino:do-not-copy-zsts...
2019-12-30 Donough LiuAdd error code explanation for E0477
next