]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-01-10 Yuki OkushiRollup merge of #79502 - Julian-Wollersberger:from_char...
2021-01-10 borsAuto merge of #80831 - jyn514:no-inline, r=Mark-Simulacrum
2021-01-09 borsAuto merge of #80441 - petrochenkov:kwtok, r=Aaron1011
2021-01-09 borsAuto merge of #80830 - Aaron1011:capture-token-empty...
2021-01-09 Vadim Petrochenkovast: Remove some indirection layers from values in...
2021-01-09 borsAuto merge of #80563 - petrochenkov:expattronmac, r...
2021-01-09 Vadim Petrochenkovresolve/expand: Improve attribute expansion on macro...
2021-01-09 borsAuto merge of #80808 - CAD97:patch-3, r=nagisa
2021-01-09 Julian WollersbergerUpdate the stabilisation version.
2021-01-09 borsAuto merge of #80797 - pietroalbini:fix-relative-instal...
2021-01-09 borsAuto merge of #80755 - sunfishcode:path-cleanup/copy...
2021-01-09 borsAuto merge of #80749 - as-com:target-cpu-actually-nativ...
2021-01-08 Joshua NelsonDon't mark `force_query_with_job` as `inline(always)`
2021-01-08 Aaron HillUse an empty `TokenCursorFrame` stack when capturing...
2021-01-08 borsAuto merge of #78452 - cjgillot:ddk-struct, r=Mark...
2021-01-08 Camille GILLOTCheck is_anon outside of can_reconstruct_query_key.
2021-01-08 Camille GILLOTMake DepConstructor a module.
2021-01-08 Camille GILLOTMake force_from_dep_node a function pointer.
2021-01-08 Camille GILLOTMake try_load_from_on_disk_cache a function pointer.
2021-01-08 Camille GILLOTMake can_reconstruct_query_key a function pointer.
2021-01-08 Camille GILLOTUse a field for has_params.
2021-01-08 Camille GILLOTUse a field for is_eval_always.
2021-01-08 Camille GILLOTUse a field for is_anon.
2021-01-08 Andrew SunCheck if the pointer is null/string is not utf8
2021-01-08 Camille GILLOTUse a side-table of consts instead of matching on the...
2021-01-08 Camille GILLOTSimplify DepNodeParams.
2021-01-08 Camille GILLOTMove DepNodeExt outside of the macro.
2021-01-08 borsAuto merge of #76896 - spastorino:codegen-inline-fns2...
2021-01-08 borsAuto merge of #80653 - jryans:doc-deref-recursive,...
2021-01-08 borsAuto merge of #80535 - JohnTitor:improve-use-diag,...
2021-01-08 Yuki OkushiAdd a note for `*` and `{}` usage on `use`
2021-01-08 J. Ryan StinnettCombine several `push_str` calls
2021-01-08 J. Ryan StinnettPreserve non-local recursive `Deref` impls
2021-01-08 J. Ryan StinnettUse target in `Deref` method section IDs
2021-01-08 J. Ryan StinnettRecursively document methods via `Deref` traits
2021-01-08 borsAuto merge of #80756 - sunfishcode:path-cleanup/rustc...
2021-01-08 Andrew SunUse LLVMGetHostCPUFeatures instead of stdsimd
2021-01-08 borsAuto merge of #80806 - JohnTitor:rollup-y64z7ph, r...
2021-01-08 Christopher... Fix typo in Step trait
2021-01-08 Yuki OkushiRollup merge of #80799 - jyn514:pretty-print, r=CraftSpider
2021-01-08 Yuki OkushiRollup merge of #80794 - LingMan:map_or, r=jyn514
2021-01-08 Yuki OkushiRollup merge of #80791 - mrcz:master, r=jyn514
2021-01-08 Yuki OkushiRollup merge of #80785 - petrochenkov:prettyparen,...
2021-01-08 Yuki OkushiRollup merge of #80761 - andjo403:generic_coverage...
2021-01-08 Yuki OkushiRollup merge of #80372 - jyn514:fix-panics, r=Manishearth
2021-01-08 Yuki OkushiRollup merge of #79675 - CraftSpider:79669, r=estebank
2021-01-08 borsAuto merge of #80746 - ehuss:update-cargo, r=ehuss
2021-01-07 Joshua NelsonGet rid of custom pretty-printing in rustdoc
2021-01-07 Vadim Petrochenkovrustc_ast_pretty: Remove `PrintState::insert_extra_parens`
2021-01-07 borsAuto merge of #80709 - lzutao:target-enumerate, r=petro...
2021-01-07 Pietro Albinibootstrap: fix x.py install not working with relative...
2021-01-07 LingManUse Option::map_or instead of `.map(..).unwrap_or(..)`
2021-01-07 Andreas Jonsonhandle generic trait methods in coverage tests
2021-01-07 borsAuto merge of #80790 - JohnTitor:rollup-js1noez, r...
2021-01-07 Marcus SvenssonEnclose types in comments in backticks
2021-01-07 Marcus SvenssonFix type name in doc example for Iter and IterMut
2021-01-07 Yuki OkushiRollup merge of #80784 - petrochenkov:nontspan, r=Aaron1011
2021-01-07 Yuki OkushiRollup merge of #80780 - lianghanzhen:master, r=petroch...
2021-01-07 Yuki OkushiRollup merge of #80769 - ejez:patch-1, r=jonas-schievink
2021-01-07 Yuki OkushiRollup merge of #80750 - GuillaumeGomez:cleanup-to_stri...
2021-01-07 Yuki OkushiRollup merge of #80744 - camelid:next_def_id-docs,...
2021-01-07 Yuki OkushiRollup merge of #80738 - arusahni:master, r=GuillaumeGomez
2021-01-07 Yuki OkushiRollup merge of #80660 - max-heller:issue-80559-fix...
2021-01-07 Yuki OkushiRollup merge of #80659 - pierwill:edit-tokenstream...
2021-01-07 Yuki OkushiRollup merge of #80521 - richkadel:llvm-coverage-counte...
2021-01-07 Yuki OkushiRollup merge of #80012 - sasurau4:feature/point-constan...
2021-01-07 borsAuto merge of #77853 - ijackson:slice-strip-stab, r...
2021-01-07 Vadim Petrochenkovrustc_parse: Better spans for synthesized token streams
2021-01-07 Hanzhen LiangReturn EOF_CHAR constant instead of magic char.
2021-01-07 borsAuto merge of #79863 - JohnTitor:compiler-builtins...
2021-01-07 Daiki IharaRefine E0435 description
2021-01-07 Daiki Iharabless tests
2021-01-07 Daiki IharaAdd pointing const identifier when emitting E0435
2021-01-07 borsAuto merge of #80648 - Aaron1011:expn-data-private...
2021-01-07 Yuki OkushiUpdate `compiler_builtins` to 0.1.39
2021-01-07 EjezImprove wording of parse doc
2021-01-07 borsAuto merge of #80200 - mahkoh:dst-offset, r=nagisa
2021-01-07 borsAuto merge of #80425 - camelid:resolve-moduledata-docs...
2021-01-06 borsAuto merge of #80754 - sunfishcode:path-cleanup/rustc...
2021-01-06 CamelidRename to `nearest_parent_mod`
2021-01-06 CamelidDocument `ModuleData`
2021-01-06 borsAuto merge of #80758 - RalfJung:miri, r=RalfJung
2021-01-06 Ralf Jungupdate Miri
2021-01-06 Dan GohmanOptimize away some path lookups in the generic `fs...
2021-01-06 Dan GohmanOptimize away a `fs::metadata` call.
2021-01-06 Dan GohmanOptimize away some `fs::metadata` calls.
2021-01-06 Lzu TaoChange related spec files to use the new enum
2021-01-06 Lzu TaoPrefer enum Endian in rustc_target::Target
2021-01-06 borsAuto merge of #80714 - jakevossen5:master, r=lcnr
2021-01-06 Guillaume GomezDon't use to_string on Symbol
2021-01-06 Andrew SunMake target-cpu=native detect individual features
2021-01-06 borsAuto merge of #80724 - GuillaumeGomez:remove-useless...
2021-01-06 CamelidApply suggestions from code review
2021-01-06 Eric HussUpdate cargo
2021-01-06 Camelidrustdoc: Turn `next_def_id` comments into docs
2021-01-06 borsAuto merge of #80415 - cjgillot:issue-77828, r=petrochenkov
2021-01-05 Aru SahniRemove bottom margin from crate version when the sideba...
2021-01-05 max-hellerDocument hackiness around primitive associated item...
2021-01-05 Camille GILLOTDo not swallow parent for MacroDef.
2021-01-05 Camille GILLOTAdd rustdoc test.
next