]> git.lizzy.rs Git - rust.git/history - compiler
Add small description to GUI test
[rust.git] / compiler /
2023-01-11 nilsRollup merge of #106715 - BoxyUwU:new_solver_triagebot...
2023-01-11 nilsRollup merge of #106709 - khuey:disable_split_dwarf_inl...
2023-01-11 nilsRollup merge of #106664 - chenyukang:yukang/fix-106597...
2023-01-11 nilsRollup merge of #106648 - Nilstrieb:poly-cleanup, r...
2023-01-11 nilsRollup merge of #106570 - Xaeroxe:div-duration-tests...
2023-01-11 nilsRollup merge of #106427 - mejrs:translation_errors...
2023-01-11 nilsRollup merge of #106397 - compiler-errors:new-solver...
2023-01-11 nilsRollup merge of #106321 - compiler-errors:delayed-bug...
2023-01-11 Dmitri Gribenkorustc_llvm: replace llvm::makeArrayRef with ArrayRef...
2023-01-11 CedricFix some typos in code comments.
2023-01-11 klensyfix typo LocalItemId -> ItemLocalId
2023-01-11 borsAuto merge of #106458 - albertlarsan68:move-tests,...
2023-01-11 Albert LarsanChange `src/test` to `tests` in source files, fix tidy...
2023-01-11 borsAuto merge of #105919 - uweigand:s390x-stack-overflow...
2023-01-11 Kyle HueyDisable "split dwarf inlining" by default.
2023-01-11 borsAuto merge of #106708 - JohnTitor:rollup-xcmg5yv, r...
2023-01-11 Yuki OkushiRollup merge of #106698 - compiler-errors:notify-mr...
2023-01-11 Yuki OkushiRollup merge of #106690 - GuillaumeGomez:item-declarati...
2023-01-11 Yuki OkushiRollup merge of #106689 - GuillaumeGomez:rustdoc-gui...
2023-01-11 Yuki OkushiRollup merge of #106671 - tmiasko:opt-bool, r=wesleywiser
2023-01-11 Yuki OkushiRollup merge of #106669 - ozkanonur:helper-function...
2023-01-11 Yuki OkushiRollup merge of #106662 - Ezrashaw:specialize-bool...
2023-01-11 Yuki OkushiRollup merge of #106657 - jyn514:review, r=Mark-Simulacrum
2023-01-11 Yuki OkushiRollup merge of #106653 - ehuss:allow-features-help...
2023-01-11 Yuki OkushiRollup merge of #106645 - c410-f3r:rfc-2397-1, r=oli-obk
2023-01-11 Yuki OkushiRollup merge of #106642 - albertlarsan68:test-106062...
2023-01-11 Yuki OkushiRollup merge of #106635 - RalfJung:std-test-nits, r...
2023-01-11 Yuki OkushiRollup merge of #106628 - GuillaumeGomez:rm-itemid...
2023-01-11 Yuki OkushiRollup merge of #106521 - oskgo:remove-E0280, r=jackh726
2023-01-11 Yuki OkushiRollup merge of #105194 - tmiasko:cleanup-kinds, r...
2023-01-10 Tomasz MiąskoChange type of box_noalias to bool
2023-01-10 Tomasz MiąskoChange type of mutable_noalias to bool
2023-01-10 Tomasz MiąskoAdd comment to cleanup_kinds
2023-01-10 ozkanonurcreate helper function for `rustc_lint_defs::Level...
2023-01-10 borsAuto merge of #106607 - compiler-errors:be-more-accurat...
2023-01-10 borsAuto merge of #106656 - JohnTitor:rollup-rk2qltg, r...
2023-01-10 bowlermanremove E0280 and ICE instead
2023-01-10 borsAuto merge of #106495 - JohnTitor:issue-100772, r=compi...
2023-01-09 Rejyrrefactor: cleanup
2023-01-09 Rejyrmigrate: `deref_into_dyn_supertrait.rs`
2023-01-09 Rejyradd: allow lints in `lints.rs`
2023-01-09 Rejyrmigrate: rest of `builtin.rs` without `builtin_asm_labels`
2023-01-09 Caio[RFC 2397] Initial implementation
2023-01-09 Yuki OkushiRollup merge of #106647 - notriddle:notriddle/a, r...
2023-01-09 Yuki OkushiRollup merge of #106640 - lcnr:update-test, r=jackh726
2023-01-09 Yuki OkushiRollup merge of #106639 - RalfJung:miri, r=RalfJung
2023-01-09 Yuki OkushiRollup merge of #106636 - djkoloski:accept_old_fuchsia_...
2023-01-09 Yuki OkushiRollup merge of #106387 - jyn514:clippy, r=Mark-Simulacrum
2023-01-09 Yuki OkushiRollup merge of #106204 - compiler-errors:no-take-opaqu...
2023-01-09 Yuki OkushiRollup merge of #106175 - compiler-errors:bad-import...
2023-01-09 Yuki OkushiRollup merge of #105708 - tomerze:enable-atomic-cas...
2023-01-09 Yuki OkushiRollup merge of #105034 - HintringerFabian:improve_iter...
2023-01-09 Eric HussFix help docs for -Zallow-features
2023-01-09 Rejyrmigrate: `UnsafeCode` in `builtin.rs`
2023-01-09 Rejyrmigrate: `hidden_unicode_codepoints.rs`
2023-01-09 Rejyradd: `#[rustc_lint_diagnostics]` for more `context...
2023-01-09 Rejyrrefactor: refactor to derive for some lints.
2023-01-09 Rejyrmigrate: `for_loops_over_fallibles.rs`
2023-01-09 Rejyrmigrate: `expect.rs`
2023-01-09 Rejyrmigrate(wip): `builtin.rs`
2023-01-09 Rejyrmigrate: `internal.rs`
2023-01-09 Rejyrmigrate: `ImproperCTypes`
2023-01-09 Rejyrmigrate: `let_underscore.rs`
2023-01-09 Rejyrmigrate: `levels.rs`
2023-01-09 Rejyradd: `emit{,_spanned}_lint` for `LintLevelsBuilder`
2023-01-09 Rejyrrefactor: comment about lint location
2023-01-09 Rejyrfix: merge conflict
2023-01-09 Rejyrupdate: `lints.rs` for renamed traits
2023-01-09 Rejyradd: `lints` for `errors.rs`
2023-01-09 Rejyrmigrate: `early.rs` and `enum_intrinsics_non_enums.rs`
2023-01-09 Rejyrmigrate: `array_into_iter.rs`
2023-01-09 Rejyrmigrate: `methods.rs`
2023-01-09 Rejyrmigrate: `non_ascii_idents.rs`
2023-01-09 Rejyrmigrate: `non_fmt_panic.rs`
2023-01-09 Rejyrmigrate: `nonstandard_style.rs`
2023-01-09 Rejyrmigrate: `noop_method_call.rs`
2023-01-09 Rejyrmigrate: `pass_by_value.rs`
2023-01-09 Rejyrmigrate: `redundant_semicolon.rs`
2023-01-09 Rejyrmigrate: `traits.rs`
2023-01-09 Rejyrmigrate: `unused.rs`
2023-01-09 Rejyrmigrate: `types.rs`
2023-01-09 Rejyradd: `lints.rs`
2023-01-09 Michael GouletCollect backtraces for delayed span-bugs too
2023-01-09 borsAuto merge of #105855 - arcnmx:rust-analyzer-2022-12...
2023-01-09 arcnmx:arrow_up: rust-analyzer
2023-01-09 Tyler MandryAdd issue number to FIXMEs
2023-01-09 borsAuto merge of #106637 - fee1-dead-contrib:rollup-ticvms...
2023-01-09 Michael GouletAssert defining anchor is set in take_opaque_types
2023-01-09 NilstriebDelete unused polymorphization code
2023-01-09 NilstriebUse newtype for unused generic parameters
2023-01-09 Michael Gouletreview comment
2023-01-09 Michael Goulethack: don't normalize xform_ret_ty for trait/object...
2023-01-09 Michael GouletAdd lookup_probe_for_diagnostic
2023-01-09 Michael GouletConsider method return type for various method suggestions
2023-01-09 Michael GouletNo need to take opaques in check_type_bounds
2023-01-09 Michael GouletUnconditionally normalize xform_ret_ty in probe
2023-01-09 Michael GouletCheck impl's where clauses in consider_impl_candidate...
2023-01-09 David KoloskiAccept old spelling of Fuchsia target triples
2023-01-09 fee1-deadRollup merge of #106614 - Ezrashaw:ui-test-fixups-2...
2023-01-09 fee1-deadRollup merge of #106549 - wcampbell0x2a:use-fmt-named...
next