]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-21 bjorn3Rustup to rustc 1.62.0-nightly (879aff385 2022-04-20)
2022-04-21 bjorn3Sync from rust 1dec35a1b0df406da5d7cae55a7fa8d186a2b028
2022-04-21 bjorn3Update Cranelift to 0.83.0
2022-04-17 bjorn3Remove option to select regalloc algorithm
2022-04-14 MikaelUrankarDon't assume /bin/bash is available on every system...
2022-04-11 Jakob DegenAdd new `Deinit` statement kind
2022-04-08 klensycheck_doc_keyword: don't alloc string for emptiness...
2022-04-05 Oli SchererMark scalar layout unions so that backends that do...
2022-04-05 bjorn3Ignore broken rustc test
2022-04-05 bjorn3Rustup to rustc 1.62.0-nightly (60e50fc1c 2022-04-04)
2022-04-05 bjorn3Sync from rust 949b98cab8a186b98bf87e64374b8d0848c55271
2022-04-03 Loïc BRANSTETTCleanup after some refactoring in rustc_target
2022-03-30 Yuri AstrakhanAddressed comments by @compiler-errors and @bjorn3
2022-03-30 Yuri AstrakhanSpellchecking compiler comments
2022-03-30 Dylan DPCRollup merge of #95461 - nyurik:spelling, r=lcnr
2022-03-30 Yuri AstrakhanSpellchecking compiler code
2022-03-30 Yuri AstrakhanSpellchecking some comments
2022-03-25 bjorn3Use fma(f) libm function for simd_fma intrinsic
2022-03-25 bjorn3Fix NaN handling of simd float min and max operations
2022-03-25 bjorn3Fix saturating float casts test
2022-03-25 bjorn3Rustup to rustc 1.61.0-nightly (63b8f01bb 2022-03-24)
2022-03-25 bjorn3Sync from rust 903427b2e807cb1292388940b3f44f3b061cfebf
2022-03-22 bjorn3Update list of ignored rustc tests
2022-03-22 bjorn3Rustup to rustc 1.61.0-nightly (3c17c84a3 2022-03-21)
2022-03-20 bjorn3Don't declare test_variadic_fnptr with two conflicting...
2022-03-20 bjorn3Merge branch 'sync_from_rust'
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-20 bjorn3Run part of the simd test suite
2022-03-20 bjorn3Ignore rustc tests with needs-unwind directive
2022-03-20 bjorn3Move test and clarify problem of some other tests
2022-03-20 bjorn3Wrap write_mir_fn call in with_no_trimmed_paths!()
2022-03-19 bjorn3Rustup to rustc 1.61.0-nightly (1bfe40d11 2022-03-18)
2022-03-19 bjorn3Sync from rust 31535841701e0bf7ef33998024376f2cedd8b3e3
2022-03-19 bjorn3Codegen 128bit atomic loads and stores for compiler...
2022-03-18 bjorn3Enable rand based libcore tests
2022-03-18 bjorn3Cleanup rand test disable patch
2022-03-18 bjorn3Remove no longer necessary rand patch
2022-03-18 bjorn3Merge pull request #1221 from bjorn3/run_more_rustc_tests
2022-03-18 bjorn3Reorganize test list
2022-03-18 bjorn3Run tests with warnings
2022-03-18 bjorn3Re-enable fixed tests
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-17 bjorn3Fix and re-enable some rustc tests
2022-03-16 bjorn3Slightly speed up building of y.rs
2022-03-16 markrustc_error: make ErrorReported impossible to construct
2022-03-16 bjorn3Silence warning
2022-03-15 bjorn3Trim down alloc_system.rs
2022-03-15 bjorn3Remove some unused feature gates
2022-03-15 bjorn3Avoid once_cell unstable feature in cg_clif.rs
2022-03-15 bjorn3Download tarballs from github instead of cloning full...
2022-03-15 bjorn3Rustup to rustc 1.61.0-nightly (285fa7ecd 2022-03-14)
2022-03-14 bjorn3Merge pull request #1220 from bjorn3/dont_print_on_trap
2022-03-14 bjorn3Replace a lot of print+trap with plain trap
2022-03-13 bjorn3Mark cold blocks
2022-03-13 bjorn3Update list of ignores rustc tests
2022-03-13 bjorn3Add and remove some fixmes
2022-03-13 bjorn3Remove almost all remaining feature gates
2022-03-13 bjorn3Remove decl_macro usage
2022-03-13 bjorn3Rustup to rustc 1.61.0-nightly (f103b2969 2022-03-12)
2022-03-13 bjorn3Sync from rust 4800c7816ee1937d028407066d229f74b4673c92
2022-03-11 Nicholas NethercoteImprove `AdtDef` interning.
2022-03-10 bjorn3Update Cranelift to 0.82.1
2022-03-09 bjorn3Add missing clif ir comment
2022-03-08 bjorn3Update dependencies
2022-03-08 bjorn3Update Cranelift to 0.82.0
2022-03-08 bjorn3Fix Box deref for non-ZST allocators
2022-03-08 bjorn3Fix compiletest compilation
2022-03-08 bjorn3Rustup to rustc 1.61.0-nightly (03918badd 2022-03-07)
2022-03-08 bjorn3Sync from rust 67b3e8183830c7af4e06a9aa91de4d1be3c860f7
2022-03-07 Nicholas NethercoteClarify `Layout` interning.
2022-03-06 Nicholas NethercoteIntroduce `ConstAllocation`.
2022-03-04 bjorn3Fix typo
2022-03-03 Amanieu d'AntrasAdd -Z oom={panic,abort} command-line option
2022-03-02 markrename ErrorReported -> ErrorGuaranteed
2022-02-23 Tomasz MiąskoNormalize main return type during mono item collection...
2022-02-23 bjorn3Merge branch 'sync_from_rust'
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-02-23 bjorn3Rustup to rustc 1.61.0-nightly (68369a041 2022-02-22)
2022-02-23 bjorn3Sync from rust bafe8d06e015eb00724d3d497516191d6681943f
2022-02-22 bjorn3Rustup to rustc 1.61.0-nightly (03a8cc7df 2022-02-21)
2022-02-22 bjorn3Sync from rust 03a8cc7df1d65554a4d40825b0490c93ac0f0236
2022-02-22 Matthias KrügerRollup merge of #94169 - Amanieu:asm_stuff, r=nagisa
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 lcnruse `List<Ty<'tcx>>` for tuples
2022-02-20 bjorn3Update ignored rustc tests list
2022-02-20 bjorn3Rustup to rustc 1.61.0-nightly (3b348d932 2022-02-19)
2022-02-16 Mark RousskovMove ty::print methods to Drop-based scope guards
2022-02-16 bjorn3Rustup to rustc 1.60.0-nightly (09cb29c64 2022-02-15)
2022-02-16 bjorn3Sync from rust a240ccd81c74c105b6f5fe84c46f8d36edb7e306
2022-02-15 Nicholas NethercoteOverhaul `Const`.
2022-02-15 Nicholas NethercoteOverhaul `RegionKind` and `Region`.
2022-02-15 Nicholas NethercoteOverhaul `TyS` and `Ty`.
2022-02-13 bjorn3Rustup to rustc 1.60.0-nightly (5d8767cb2 2022-02-12)
2022-02-13 bjorn3Sync from rust 9a60099cc43c8a07abb280be323d1ed9afc27f2c
2022-02-10 bjorn3Unconditionally update symbols
2022-02-09 Camille GILLOTMake FnAbiError Copy.
2022-02-09 Camille GILLOTEnsure that queries only return Copy types.
2022-02-08 bjorn3Update Cranelift to 0.81.0
2022-02-06 bjorn3Don't try to reinstall ripgrep if it is already installed
next