]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-05 borsAuto merge of #67808 - Marwes:projection_normalization_...
2020-01-04 borsAuto merge of #67803 - Centril:librustc_hir, r=Zoxc
2020-01-04 borsAuto merge of #67874 - Dylan-DPC:rollup-xy6bkoe, r...
2020-01-04 Dylan DPCRollup merge of #67812 - ssomers:btreemap_internal_doc...
2020-01-04 Dylan DPCRollup merge of #67775 - mental32:master, r=Dylan-DPC
2020-01-04 Dylan DPCRollup merge of #67709 - petrochenkov:nodedup2, r=Centril
2020-01-04 Dylan DPCRollup merge of #67137 - anp:tracked-panic-internals...
2020-01-04 Mazdak Farrokhzadpacify the parallel compiler
2020-01-04 Mazdak Farrokhzadcleanup librustc_hir/Cargo.toml
2020-01-04 Mazdak Farrokhzadhir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir
2020-01-04 Mazdak Farrokhzadextract Export, ExportMap from hir::def
2020-01-04 Mazdak Farrokhzadsimplify self::Namespace::* import
2020-01-04 Mazdak Farrokhzadmove {Par}DeepVisitor to intravisit
2020-01-04 Mazdak Farrokhzadhir::hir: simplify some imports
2020-01-04 Mazdak Farrokhzadsplit hir/mod.rs -> hir.rs & hir/hir.rs
2020-01-04 Adam PerryRestrict visibility of location_triple_for_span.
2020-01-04 Adam PerryClean up comments in panicking infra.
2020-01-04 Adam PerryUpdate ABI in const impls of panic_fn/begin_panic_fn.
2020-01-04 Adam PerryTest cleanups to match #[track_caller] in panic!.
2020-01-04 Adam Perrycore and std macros and panic internals use panic:...
2020-01-04 Mazdak Farrokhzadmove `HirId` to librustc_hir::hir_id
2020-01-04 Mazdak Farrokhzadmove def_id to new rustc_hir crate
2020-01-04 Mazdak Farrokhzadmove describe_as_module to where it's used
2020-01-04 Mazdak Farrokhzadremove DefId::to_dep_node (dead code)
2020-01-04 Mazdak Farrokhzad{HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc...
2020-01-04 Mazdak FarrokhzadDefId{Map,Set} -> rustc::hir::def_id
2020-01-04 Mazdak Farrokhzadcanonicalize rustc_session imports
2020-01-04 Mazdak Farrokhzadmove Node{Map,Set} -> rustc_session::node_id
2020-01-04 Mazdak Farrokhzaddefine_id_collections -> rustc_data_structures
2020-01-04 Mazdak Farrokhzadcanonicalize FxHash{Map,Set} imports
2020-01-04 Mazdak Farrokhzadextract rustc::middle::codegen_fn_attrs
2020-01-04 Mazdak Farrokhzadfn adt_kind -> wfcheck
2020-01-04 Stein SomersTweak and extend internal documentation, including...
2020-01-04 borsAuto merge of #67866 - GuillaumeGomez:rollup-32vsg5b...
2020-01-04 Guillaume GomezRollup merge of #67848 - ollie27:float_link_name_attr...
2020-01-04 Guillaume GomezRollup merge of #67837 - GuillaumeGomez:clean-up-err...
2020-01-04 Guillaume GomezRollup merge of #67823 - euclio:drop-improvements,...
2020-01-04 Guillaume GomezRollup merge of #67822 - wesleywiser:revert_67676,...
2020-01-04 borsAuto merge of #67788 - cjgillot:delint-day, r=Zoxc
2020-01-04 Yuki Okushitry to fix ui errors
2020-01-04 borsAuto merge of #67853 - Centril:rollup-sx5zi9n, r=Centril
2020-01-04 Dylan DPCUpdate E0164.md
2020-01-04 Mazdak FarrokhzadRollup merge of #67845 - jumbatm:also-unconst-hack...
2020-01-04 Mazdak FarrokhzadRollup merge of #67835 - euclio:delimiter-wording,...
2020-01-04 Mazdak FarrokhzadRollup merge of #67810 - crlf0710:uncommon_codepoints_l...
2020-01-04 Mazdak FarrokhzadRollup merge of #67789 - ollie27:linkchecker_whitelist...
2020-01-04 Mazdak FarrokhzadRollup merge of #67786 - Centril:canon-span, r=petrochenkov
2020-01-04 Mazdak FarrokhzadRollup merge of #67773 - michalt:issue-37333-test,...
2020-01-04 Mazdak FarrokhzadRollup merge of #67531 - RalfJung:tame-promotion, r...
2020-01-04 Mazdak FarrokhzadRollup merge of #66913 - VirrageS:help-self, r=varkor...
2020-01-03 Oliver MiddletonRemove unused `#[link_name = "m"]` attributes
2020-01-03 Guillaume GomezClean up E0164 explanation
2020-01-03 Guillaume GomezSmall error explanations cleanup
2020-01-03 Andy Russellclarify that `Drop` can be implemented for enums and...
2020-01-03 Andy Russellimprove generic `Drop` error messages
2020-01-03 jumbatmAlso remove const-hack for abs
2020-01-03 borsAuto merge of #67829 - michaelwoerister:try-to-fix...
2020-01-03 borsAuto merge of #67809 - RalfJung:miri, r=RalfJung
2020-01-03 mentalApply suggestions from code review
2020-01-03 Vadim PetrochenkovAddress review comments + Fix rebase
2020-01-03 Vadim PetrochenkovAdd a test
2020-01-03 Vadim Petrochenkovrustdoc: Respect diagnostic debugging options
2020-01-03 Vadim PetrochenkovIntroduce an option for disabling deduplication of...
2020-01-03 Andy Russelltweak wording of mismatched delimiter errors
2020-01-03 mentalThank you Dylan and JohnTitor for blessing me.
2020-01-03 Michael WoeristerAttempt to fix intermittent failures of pgo-branch...
2020-01-03 borsAuto merge of #67828 - JohnTitor:rollup-qmswkkl, r...
2020-01-03 Yuki OkushiRollup merge of #67825 - petertodd:2020-mem-take-gramma...
2020-01-03 Yuki OkushiRollup merge of #67816 - GuillaumeGomez:clean-up-err...
2020-01-03 Yuki OkushiRollup merge of #67807 - lzutao:toilet-closure, r=Centril
2020-01-03 Yuki OkushiRollup merge of #67796 - Aaron1011:fix/mir-inline-proj...
2020-01-03 Yuki OkushiRollup merge of #67783 - LeSeulArtichaut:pattern-ref...
2020-01-03 Yuki OkushiRollup merge of #67762 - lzutao:systemtime-links, r...
2020-01-03 Yuki OkushiRollup merge of #67736 - taralx:patch-1, r=sfackler
2020-01-03 Yuki OkushiRollup merge of #67636 - semarie:bootstrap-rustfmt...
2020-01-03 Yuki OkushiRollup merge of #67595 - ohadravid:impl-trait-does...
2020-01-03 Yuki OkushiRollup merge of #67450 - michaelwoerister:bootstrap...
2020-01-03 borsAuto merge of #67768 - wesleywiser:dnm_test_perf_65244...
2020-01-03 Peter ToddMinor: change take() docs grammar to match other docs
2020-01-03 Wesley WiserRevert `const_err` lint checking of casts
2020-01-03 Charles LewImplement uncommon_codepoints lint.
2020-01-02 Guillaume GomezClean up E0131 error explanation
2020-01-02 Mazdak Farrokhzadfix src/test fallout
2020-01-02 LeSeulArtichautReformulate test description
2020-01-02 LeSeulArtichautEnhance test
2020-01-02 LeSeulArtichautMove test
2020-01-02 Guillaume GomezClean up E0130 error explanation
2020-01-02 Mazdak Farrokhzadsyntax::map_in_place: leave fixme
2020-01-02 Mazdak FarrokhzadNormalize `syntax::edition` imports.
2020-01-02 Ralf Jungupdate miri
2020-01-02 Michael WoeristerSet a lower ThinLTO import limit for PR CI image.
2020-01-02 Michael Woeristerbootstrap: Allow for setting the ThinLTO import limit...
2020-01-02 Mazdak FarrokhzadNormalize `syntax::symbol` imports.
2020-01-02 Mazdak FarrokhzadNormalize `syntax::source_map` imports.
2020-01-02 Markus Westerlindperf: Don't recurse into types that do not need normalizing
2020-01-02 borsAuto merge of #63177 - MOZGIII:find-result, r=Amanieu
2020-01-02 mentalLets see if I can get these ui tests to run.
2020-01-02 mentalRemove // check-pass for ui/import/import-crate-var.rs
2020-01-02 Lzu TaoUse drop instead of the toilet closure `|_| ()`
2020-01-02 mentalUpdate src/test/ui
next