]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-11 Dylan DPCRollup merge of #95008 - c410-f3r:let-chains-paren...
2022-04-11 borsAuto merge of #95125 - JakobDegen:uninit-variant-rvalue...
2022-04-11 Jakob DegenRemove inlining cost of `Deinit` statements
2022-04-11 Jakob DegenAdd new `MutatatingUseContext`s for deinit and `SetDisc...
2022-04-11 Jakob DegenAdd const eval tests ensuring padding gets correctly...
2022-04-11 Jakob DegenFix tests broken by deaggregation change
2022-04-11 Jakob DegenBless tests that broke in a trivial way due to change...
2022-04-11 Jakob DegenDocument semantics of `Deinit` and `SetDiscriminant...
2022-04-11 Jakob DegenAdd new `Deinit` statement kind
2022-04-11 borsAuto merge of #95931 - matthiaskrgr:rollup-1c5zhit...
2022-04-11 Matthias KrügerRollup merge of #95917 - RalfJung:thin-box-test, r...
2022-04-11 Matthias KrügerRollup merge of #95907 - compiler-errors:diag, r=Dylan-DPC
2022-04-11 Matthias KrügerRollup merge of #95876 - fee1-dead:note-const-drop...
2022-04-11 Matthias KrügerRollup merge of #95875 - aswild:pr/alias-cmd-paths...
2022-04-11 Matthias KrügerRollup merge of #95861 - ChrisDenton:windows7-support...
2022-04-11 Matthias KrügerRollup merge of #95771 - str4d:update-linker-plugin...
2022-04-11 Matthias KrügerRollup merge of #95743 - yaahc:binary-search-clarificat...
2022-04-11 borsAuto merge of #95758 - compiler-errors:issue-54771...
2022-04-11 borsAuto merge of #95754 - compiler-errors:binder-assoc...
2022-04-11 Ralf Jungthin_box test: import from std, not alloc
2022-04-11 DeadbeefAdd a note for unsatisfied `~const Drop` bounds
2022-04-11 borsAuto merge of #94243 - compiler-errors:compiler-flags...
2022-04-10 Michael Gouletbetter error for binder on associated type bound
2022-04-10 Michael Gouletonly suggest removing semicolon when expr implements...
2022-04-10 borsAuto merge of #95889 - Dylan-DPC:rollup-1cmywu4, r...
2022-04-10 Dylan DPCRollup merge of #95868 - vacuus:markdown-code-blocks...
2022-04-10 Dylan DPCRollup merge of #95857 - ouz-a:mir-opt, r=oli-obk
2022-04-10 Dylan DPCRollup merge of #95852 - niluxv:strict-provenance-lint...
2022-04-10 Dylan DPCRollup merge of #95849 - ehuss:check-submodules, r...
2022-04-10 Dylan DPCRollup merge of #95807 - TaKO8Ki:suggest-local-var...
2022-04-10 Dylan DPCRollup merge of #95784 - WaffleLapkin:typeof_cool_sugge...
2022-04-10 Dylan DPCRollup merge of #95566 - eduardosm:std_char_consts_and_...
2022-04-10 Michael GouletFIXME for diagnostic variable name
2022-04-10 borsAuto merge of #95487 - cjgillot:menhir, r=oli-obk
2022-04-10 borsAuto merge of #95848 - RalfJung:miri, r=RalfJung
2022-04-10 Maybe Waffle--bless tests
2022-04-10 borsAuto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum
2022-04-10 Camille GILLOTAvoid checking HIR in variances_of.
2022-04-10 Camille GILLOTDo not access HIR to compute symbol_name.
2022-04-10 Camille GILLOTStore LocalDefId in is_late_bound_map.
2022-04-10 Camille GILLOTAvoid accessing HIR from MIR queries.
2022-04-10 borsAuto merge of #95621 - saethlin:remove-mpsc-transmute...
2022-04-10 Allen Wildbootstrap: show available paths help text for aliased...
2022-04-10 borsAuto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrum
2022-04-10 borsAuto merge of #95254 - jyn514:fix-windows-builds, r...
2022-04-09 Roc Yurustdoc: Reduce allocations in a `html::markdown` function
2022-04-09 borsAuto merge of #95435 - cjgillot:one-name, r=oli-obk
2022-04-09 borsAuto merge of #95855 - Dylan-DPC:rollup-h45xmpw, r...
2022-04-09 ouz-aremove the if block
2022-04-09 Chris DentonNote that CI tests Windows 10
2022-04-09 ouz-asupport multiple derefs
2022-04-09 Joshua NelsonMake it possible to run `cargo test` for bootstrap
2022-04-09 Dylan DPCRollup merge of #95831 - redzic:xor-uppercase, r=workin...
2022-04-09 Dylan DPCRollup merge of #95817 - oconnor663:doc_comment2, r...
2022-04-09 Dylan DPCRollup merge of #95808 - petrochenkov:fragspec, r=nneth...
2022-04-09 Dylan DPCRollup merge of #95805 - c410-f3r:meta-vars, r=petrochenkov
2022-04-09 Dylan DPCRollup merge of #95369 - jyn514:test-rustdoc, r=Mark...
2022-04-09 Dylan DPCRollup merge of #95361 - scottmcm:valid-align, r=Mark...
2022-04-09 Dylan DPCRollup merge of #94794 - mlodato517:mlodato517-clarify...
2022-04-09 niluxvFix missing space in lossy provenance cast lint
2022-04-09 Eric HussCheck for git submodules in non-git source tree.
2022-04-09 Ralf Jungupdate Miri
2022-04-09 Mark LodatoRework String UTF-8 Documentation
2022-04-09 borsAuto merge of #95697 - klensy:no-strings, r=petrochenkov
2022-04-09 Vadim Petrochenkovexpand: Remove `ParseSess::missing_fragment_specifiers`
2022-04-09 borsAuto merge of #95840 - Dylan-DPC:rollup-erz5u6w, r...
2022-04-09 Dylan DPCRollup merge of #95810 - TaKO8Ki:use-format-args-captur...
2022-04-09 Dylan DPCRollup merge of #95802 - RalfJung:unused-win, r=Dylan-DPC
2022-04-09 Dylan DPCRollup merge of #95785 - RalfJung:interpret-size-mismat...
2022-04-09 Dylan DPCRollup merge of #95769 - fmease:fix-issue-95717, r...
2022-04-09 Dylan DPCRollup merge of #95676 - pietroalbini:pa-bump-rls,...
2022-04-09 Dylan DPCRollup merge of #95308 - bjorn3:more_stable_proc_macro...
2022-04-09 Camille GILLOTBless tests.
2022-04-09 Camille GILLOTUse def_key in `tcx.item_name` when possible.
2022-04-09 borsAuto merge of #95724 - Kobzol:ci-update-rustc-perf...
2022-04-09 borsAuto merge of #95835 - Dylan-DPC:rollup-l5mf2ad, r...
2022-04-09 Dylan DPCRollup merge of #95804 - GuillaumeGomez:empty-doc-comme...
2022-04-09 Dylan DPCRollup merge of #95797 - nnethercote:rm-Delimited-all_t...
2022-04-09 Dylan DPCRollup merge of #95787 - yaahc:panic-doc-update-v2...
2022-04-09 Dylan DPCRollup merge of #95764 - c410-f3r:metavar-test, r=petro...
2022-04-09 Dylan DPCRollup merge of #95751 - compiler-errors:ambig-int...
2022-04-09 Dylan DPCRollup merge of #95599 - niluxv:strict-provenance-lint...
2022-04-09 Dylan DPCRollup merge of #95374 - RalfJung:assert_uninit_valid...
2022-04-09 Dylan DPCRollup merge of #90066 - yaahc:thinbox, r=joshtriplett
2022-04-09 Ben KimockRemove ptr-int transmute in std::sync::mpsc
2022-04-09 Scott McMurrayMake non-power-of-two alignments a validity error in...
2022-04-09 borsAuto merge of #95524 - oli-obk:cached_stable_hash_clean...
2022-04-09 RedzicUse bitwise XOR in to_ascii_uppercase
2022-04-09 Nicholas NethercoteRemove explicit delimiter token trees from `Delimited`.
2022-04-08 borsAuto merge of #95815 - RalfJung:miri, r=RalfJung
2022-04-08 borsAuto merge of #95519 - oli-obk:tait_ub2, r=compiler...
2022-04-08 Pietro Albinibump rls and racer
2022-04-08 Jack O'Connorhide another #[allow] directive from a docs example
2022-04-08 Ralf Jungupdate Miri
2022-04-08 Jane LusbyAdd ThinBox type for 1 stack pointer sized heap allocat...
2022-04-08 Oli SchererAvoid looking at the internals of Interned directly
2022-04-08 niluxvSplit `fuzzy_provenance_casts` into lossy and fuzzy...
2022-04-08 Aria BeingessnerWIP PROOF-OF-CONCEPT: Make the compiler complain about...
2022-04-08 Takayuki Maedause `format-args-capture` and remove unnecessary nested...
2022-04-08 Takayuki Maedasuggest adding a local for vector to fix borrowck errors
next