]> git.lizzy.rs Git - rust.git/history - compiler
std: reimplement SGX thread joining to use `Parker`
[rust.git] / compiler /
2022-06-21 borsAuto merge of #97657 - Urgau:check-cfg-many-mut, r...
2022-06-21 borsAuto merge of #98148 - c410-f3r:assert-compiler, r...
2022-06-20 borsAuto merge of #98307 - matthiaskrgr:rollup-rb3huha...
2022-06-20 Matthias KrügerRollup merge of #98296 - JohnTitor:generator-unstable...
2022-06-20 Matthias KrügerRollup merge of #98276 - compiler-errors:const-format...
2022-06-20 Matthias KrügerRollup merge of #98267 - compiler-errors:suggest-wildca...
2022-06-20 Matthias KrügerRollup merge of #98235 - liuw:mir-gen-drop-magic-value...
2022-06-20 borsAuto merge of #93765 - zhangyunhao116:heapsort, r=m...
2022-06-20 borsAuto merge of #98292 - Dylan-DPC:rollup-hueb8tm, r...
2022-06-20 Dylan DPCRollup merge of #98159 - PrestonFrom:issue_95665, r...
2022-06-20 Dylan DPCRollup merge of #97837 - sunfishcode:sunfishcode/proc...
2022-06-20 Dylan DPCRollup merge of #97150 - ChrisDenton:stdio-create_pipe...
2022-06-20 Dylan DPCRollup merge of #97149 - ChrisDenton:win_async_pipes...
2022-06-20 Dylan DPCRollup merge of #96719 - mbartlett21:patch-4, r=Dylan-DPC
2022-06-20 Dylan DPCRollup merge of #96609 - ibraheemdev:arc-downcast-unche...
2022-06-20 Dylan DPCRollup merge of #94855 - m-ou-se:advance-slice-panic...
2022-06-20 Dylan DPCRollup merge of #93080 - SkiFire13:itermut-as_mut_slice...
2022-06-20 borsAuto merge of #97674 - nnethercote:oblig-forest-tweaks...
2022-06-20 Wei LiuDrop magic value 3 from code
2022-06-20 borsAuto merge of #98284 - JohnTitor:rollup-7lbs143, r...
2022-06-20 Yuki OkushiRollup merge of #98281 - Nilstrieb:map-drain-typo,...
2022-06-20 Yuki OkushiRollup merge of #98274 - compiler-errors:self-type...
2022-06-20 Yuki OkushiRollup merge of #98273 - Piturnah:patch-1, r=compiler...
2022-06-20 Yuki OkushiRollup merge of #98268 - compiler-errors:disallowed...
2022-06-20 Yuki OkushiRollup merge of #98183 - dtolnay:emptybound, r=lcnr
2022-06-20 borsAuto merge of #98264 - compiler-errors:missing-arg...
2022-06-20 Preston FromInclude ForeignItem when visiting types for WF check
2022-06-20 Michael GouletMention formatting macros when encountering ArgumentV1...
2022-06-20 borsAuto merge of #97931 - xldenis:fix-if-let-source-scopes...
2022-06-20 Michael GouletDon't suggest adding Self as a type parameter
2022-06-20 Michael GouletMention what item is using an invalid `Self` type
2022-06-20 Peter HebdenFix minor documentation typo
2022-06-20 Michael GouletBe more specific for what lifetimes are not allowed on
2022-06-20 borsAuto merge of #98265 - JohnTitor:rollup-wtfqc4g, r...
2022-06-19 Michael GouletBe more hygenic with spans
2022-06-19 Michael GouletUse `Span::eq_ctxt` method instead of `.ctxt() == ...
2022-06-19 Michael GouletOnly omit trailing comma if block doesn't come from...
2022-06-19 Yuki OkushiRollup merge of #98257 - kadiwa4:into_future_doc_typos...
2022-06-19 Yuki OkushiRollup merge of #98225 - bjorn3:stable_target_json_hash...
2022-06-19 Yuki OkushiRollup merge of #97912 - Kixunil:stabilize_path_try_exi...
2022-06-19 Yuki OkushiRollup merge of #95534 - jyn514:std-mem-copy, r=joshtri...
2022-06-19 borsAuto merge of #97268 - jyn514:faster-assemble, r=Mark...
2022-06-19 Michael GouletMake missing argument placeholder more obvious that...
2022-06-19 borsAuto merge of #98247 - jackh726:regionkind-rustc-type...
2022-06-19 borsAuto merge of #98224 - eddyb:proc-macro-spurious-repr...
2022-06-19 bjorn3Preserve the path of the target spec json file for...
2022-06-19 borsAuto merge of #98255 - Dylan-DPC:rollup-hr129rg, r...
2022-06-19 Dylan DPCRollup merge of #98233 - RalfJung:ref-alloc, r=thomcc
2022-06-19 Dylan DPCRollup merge of #98219 - eggyal:gatsubstcollector-witho...
2022-06-19 Dylan DPCRollup merge of #98146 - hoodmane:remove-memory-init...
2022-06-19 Dylan DPCRollup merge of #98136 - fee1-dead-contrib:rename_impl_...
2022-06-19 Dylan DPCRollup merge of #98105 - notriddle:notriddle/tuple...
2022-06-19 borsAuto merge of #98238 - cjgillot:lint-mod, r=oli-obk
2022-06-19 borsAuto merge of #97791 - m-ou-se:const-locks, r=m-ou-se
2022-06-19 Camille GILLOTUse `ensure` for `UnusedBrokenConst`.
2022-06-19 borsAuto merge of #97367 - WaffleLapkin:stabilize_checked_s...
2022-06-19 Jack HueyMove RegionKind to rustc_type_ir
2022-06-19 borsAuto merge of #97944 - nikic:freebsd-update, r=Mark...
2022-06-19 Hood ChathamENH Move --memory-init-file flag from EmLinker to asmjs...
2022-06-19 borsAuto merge of #98242 - matthiaskrgr:rollup-qbbkwtf...
2022-06-18 Matthias KrügerRollup merge of #98230 - GuillaumeGomez:weird-js-condit...
2022-06-18 Matthias KrügerRollup merge of #98229 - GuillaumeGomez:eslint-checks...
2022-06-18 Matthias KrügerRollup merge of #98207 - arlosi:update-cargo, r=Dylan-DPC
2022-06-18 Matthias KrügerRollup merge of #98165 - WaffleLapkin:once_things_renam...
2022-06-18 Matthias KrügerRollup merge of #97511 - jyn514:faster-cargo-build...
2022-06-18 Camille GILLOTMake some lints incremental.
2022-06-18 borsAuto merge of #96501 - jyn514:individual-paths, r=Mark...
2022-06-18 borsAuto merge of #97924 - cuviper:unguarded-poison, r...
2022-06-18 borsAuto merge of #98004 - paolobarbolini:vecdeque-extend...
2022-06-18 bjorn3Make debug_triple depend on target json file content...
2022-06-18 borsAuto merge of #98153 - nnethercote:fix-MissingDoc-quadr...
2022-06-18 borsAuto merge of #98186 - mystor:tokenstream_as_vec_tt...
2022-06-18 borsAuto merge of #98178 - RalfJung:btree-alloc, r=thomcc
2022-06-18 Alan EgertonSkip late bound regions in GATSubstCollector
2022-06-18 borsAuto merge of #98216 - JohnTitor:rollup-jlcmu5d, r...
2022-06-18 Nika Layzellreview fixups
2022-06-18 Yuki OkushiRollup merge of #98205 - JohnTitor:remove-unnecessary...
2022-06-18 Yuki OkushiRollup merge of #98195 - GuillaumeGomez:rustdoc-json...
2022-06-18 Yuki OkushiRollup merge of #98150 - hoodmane:emscripten-g4, r...
2022-06-18 Yuki OkushiRollup merge of #97828 - ferrocene:pa-config-artifacts...
2022-06-18 Yuki OkushiRollup merge of #97803 - Gankra:term, r=dtolnay
2022-06-18 borsAuto merge of #97652 - RalfJung:cenum_impl_drop_cast...
2022-06-17 borsAuto merge of #98081 - gco:no_static_libcpp, r=jyn514
2022-06-17 Hood ChathamReplace -g4 with -gsource-map
2022-06-17 borsAuto merge of #97892 - klensy:fix-spaces, r=oli-obk
2022-06-17 Yuki OkushiRemove a possible unnecessary assignment
2022-06-17 borsAuto merge of #98097 - lqd:const-alloc-hash, r=oli-obk
2022-06-17 borsAuto merge of #98193 - Dylan-DPC:rollup-5gihjij, r...
2022-06-17 Dylan DPCRollup merge of #98191 - TaKO8Ki:remove-rest-of-unneces...
2022-06-17 Dylan DPCRollup merge of #98013 - compiler-errors:guide-inferenc...
2022-06-17 Dylan DPCRollup merge of #97844 - ChrisDenton:dont-panic, r...
2022-06-17 Dylan DPCRollup merge of #97798 - WaffleLapkin:allow_for_suggest...
2022-06-17 Dylan DPCRollup merge of #95392 - Xuanwo:stablize_try_reserve_2...
2022-06-17 borsAuto merge of #98106 - cjgillot:split-definitions,...
2022-06-17 Takayuki Maedaremove the rest of unnecessary `to_string`
2022-06-17 borsAuto merge of #97863 - JakobDegen:bitset-choice, r...
2022-06-17 borsAuto merge of #98160 - nnethercote:mv-finish-out-of...
2022-06-17 Nika LayzellTry to reduce codegen complexity of TokenStream's FromI...
2022-06-17 Nika Layzellproc_macro: reduce the number of messages required...
2022-06-17 Michael GouletSubtype FRU fields first in type_changing_struct_update
next