]> git.lizzy.rs Git - rust.git/history - compiler
Convert `newtype_index` to a proc macro
[rust.git] / compiler /
2022-02-24 Aaron HillConvert `newtype_index` to a proc macro
2022-02-24 borsAuto merge of #94131 - Mark-Simulacrum:fmt-string,...
2022-02-24 borsAuto merge of #94123 - bjorn3:cg_ssa_singleton_builder...
2022-02-24 bjorn3Introduce Bx::switch_to_block
2022-02-24 borsAuto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov
2022-02-24 borsAuto merge of #94314 - matthiaskrgr:rollup-hmed8n7...
2022-02-24 Matthias KrügerRollup merge of #94300 - WaffleLapkin:patch-4, r=scottmcm
2022-02-24 Matthias KrügerRollup merge of #94296 - lnicola:rust-analyzer-2022...
2022-02-24 Matthias KrügerRollup merge of #94292 - esp-rs:riscv32imc-esp-espidf...
2022-02-24 Matthias KrügerRollup merge of #94288 - Mark-Simulacrum:ser-opt, r...
2022-02-24 Matthias KrügerRollup merge of #94283 - hellow554:stable_flow_control...
2022-02-24 Matthias KrügerRollup merge of #94273 - Dylan-DPC:doc/errorkind, r...
2022-02-24 Matthias KrügerRollup merge of #94270 - RalfJung:fn-ptrs, r=oli-obk
2022-02-24 Matthias KrügerRollup merge of #94267 - pierwill:fast-reject-bound...
2022-02-24 Matthias KrügerRollup merge of #89887 - arlosi:char-debug, r=wesleywiser
2022-02-24 borsAuto merge of #94107 - tmiasko:fewer-types, r=davidtwco
2022-02-24 borsAuto merge of #93438 - spastorino:node_id_to_hir_id_ref...
2022-02-23 Ralf JungMiri: relax fn ptr check
2022-02-23 borsAuto merge of #94286 - matthiaskrgr:rollup-6i1spjg...
2022-02-23 Arlo SiemsenChange `char` type in debuginfo to DW_ATE_UTF
2022-02-23 Scott Mabinriscv32imc_esp_espidf: set max_atomic_width to 64
2022-02-23 Matthias KrügerRollup merge of #94285 - bjorn3:sync_cg_clif-2022-02...
2022-02-23 Matthias KrügerRollup merge of #94280 - tmiasko:should-print-region...
2022-02-23 Matthias KrügerRollup merge of #94271 - RalfJung:downcast, r=oli-obk
2022-02-23 Matthias KrügerRollup merge of #94264 - NyantasticUwU:patch-1, r=yaahc
2022-02-23 Matthias KrügerRollup merge of #94263 - anko:patch-1, r=GuillaumeGomez
2022-02-23 Matthias KrügerRollup merge of #94260 - GuillaumeGomez:infinite-redire...
2022-02-23 Matthias KrügerRollup merge of #94259 - krasimirgg:bump-llvm-ci, r...
2022-02-23 Matthias KrügerRollup merge of #94253 - bjorn3:xpy-fmt-2021, r=Mark...
2022-02-23 Matthias KrügerRollup merge of #94240 - compiler-errors:pathbuf-displa...
2022-02-23 Matthias KrügerRollup merge of #94213 - digama0:patch-4, r=Dylan-DPC
2022-02-23 Matthias KrügerRollup merge of #94137 - aDotInTheVoid:abi-enum, r...
2022-02-23 Matthias KrügerRollup merge of #94128 - mqy:master, r=Dylan-DPC
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-02-23 Tomasz MiąskoRename `region_should_not_be_omitted` to `should_print_...
2022-02-23 pierwillRemove unused ordering derivations and bounds for ...
2022-02-23 borsAuto merge of #93984 - nnethercote:ChunkedBitSet, r...
2022-02-23 Ralf JungMiri: extend comments on downcast operation
2022-02-22 Nicholas NethercoteIntroduce `ChunkedBitSet` and use it for some dataflow...
2022-02-22 Mark RousskovDelete Decoder::read_unit
2022-02-22 Mark RousskovProvide copy-free access to raw Decoder bytes
2022-02-22 Mark RousskovProvide raw &str access from Decoder
2022-02-22 borsAuto merge of #83706 - a1phyr:fix_vec_layout_calculatio...
2022-02-22 borsAuto merge of #94254 - matthiaskrgr:rollup-7llbjhd...
2022-02-22 Santiago Pastorinolocal_id is always != 0 at this point
2022-02-22 Matthias KrügerRollup merge of #94246 - RalfJung:hex, r=oli-obk
2022-02-22 Matthias KrügerRollup merge of #94237 - compiler-errors:dont-wrap...
2022-02-22 Matthias KrügerRollup merge of #94208 - est31:let_else, r=Mark-Simulacrum
2022-02-22 Matthias KrügerRollup merge of #94196 - aDotInTheVoid:terse-procres...
2022-02-22 Matthias KrügerRollup merge of #94179 - devnexen:getexecname_directcal...
2022-02-22 Matthias KrügerRollup merge of #94178 - est31:tolerant_lines_check...
2022-02-22 Matthias KrügerRollup merge of #94169 - Amanieu:asm_stuff, r=nagisa
2022-02-22 borsAuto merge of #94209 - lcnr:print-mir-consts, r=oli-obk
2022-02-22 lcnrchange `mir::Constant` in mir dumps
2022-02-22 borsAuto merge of #93839 - Mark-Simulacrum:delete-json...
2022-02-22 David WoodReapply cg_llvm: `fewer_names` in `uncached_llvm_type`
2022-02-22 Ralf JungScalarMaybeUninit is explicitly hexadecimal in its...
2022-02-22 Michael GouletDo not suggest wrapping an item if it has ambiguous...
2022-02-21 borsAuto merge of #94225 - matthiaskrgr:rollup-0728x8n...
2022-02-21 Amanieu d'AntrasAdd ignore-tidy-filelength
2022-02-21 Matthias KrügerRollup merge of #94220 - GuillaumeGomez:miniz-oxide...
2022-02-21 Matthias KrügerRollup merge of #94215 - lcnr:leak-check, r=jackh726
2022-02-21 Matthias KrügerRollup merge of #94211 - est31:let_else_destructuring_e...
2022-02-21 Matthias KrügerRollup merge of #94203 - RalfJung:to_sized_int, r=oli-obk
2022-02-21 Matthias KrügerRollup merge of #94190 - bjorn3:less_filetime, r=Mark...
2022-02-21 Matthias KrügerRollup merge of #94189 - GuillaumeGomez:scalar-lower...
2022-02-21 Matthias KrügerRollup merge of #94186 - ehuss:pin-stable-1.61, r=m...
2022-02-21 Matthias KrügerRollup merge of #94156 - tmiasko:pp-str, r=petrochenkov
2022-02-21 Matthias KrügerRollup merge of #94143 - est31:let_else_const_eval...
2022-02-21 Matthias KrügerRollup merge of #91192 - r00ster91:futuredocs, r=Guilla...
2022-02-21 Amanieu d'AntrasAdd tests
2022-02-21 Amanieu d'AntrasTake CodegenFnAttrs into account when validating asm...
2022-02-21 Amanieu d'AntrasOn ARM, use relocation_model to detect whether r9 shoul...
2022-02-21 Amanieu d'AntrasSimplify gating of BPF w registers behind the alu32...
2022-02-21 borsAuto merge of #93505 - lcnr:substsref-vs-ty-list, r...
2022-02-21 borsAuto merge of #94205 - Mark-Simulacrum:revert-93800...
2022-02-21 lcnrobligation forest docs
2022-02-21 lcnrdon't check for the leak_check twice
2022-02-21 borsAuto merge of #94108 - compiler-errors:just-confirmatio...
2022-02-21 lcnrrename function
2022-02-21 lcnradd comment
2022-02-21 Mario Carneirofix names in feature(...) suggestion
2022-02-21 est31Better error if the user tries to do assignment .....
2022-02-21 est31Fix typo
2022-02-21 lcnrreview
2022-02-21 lcnradd comment to `Lift` impls
2022-02-21 lcnroptimize `TypeFoldable` for 2 element tuples
2022-02-21 lcnruse `List<Ty<'tcx>>` for tuples
2022-02-21 lcnrsafely `transmute<&List<Ty<'tcx>>, &List<GenericArg...
2022-02-21 borsAuto merge of #94066 - Mark-Simulacrum:factor-out-simpl...
2022-02-21 Mark RousskovRevert "Auto merge of #93800 - b-naber:static-initializ...
2022-02-21 Ralf JungCTFE engine: Scalar: expose size-generic to_(u)int...
2022-02-21 Mark RousskovPreallocate a buffer in FmtPrinter
2022-02-21 Mark RousskovAlways format to internal String in FmtPrinter
2022-02-20 Mark RousskovDelete Decoder::read_map
2022-02-20 Mark RousskovDelete Decoder::read_seq
2022-02-20 Mark RousskovDelete Decoder::read_enum_variant
2022-02-20 Mark RousskovDelete Decoder::read_map_elt_val
2022-02-20 Mark RousskovDelete Decoder::read_map_elt_key
2022-02-20 Mark RousskovDelete Decoder::read_option
next