]> git.lizzy.rs Git - rust.git/history - compiler
Bless nll test.
[rust.git] / compiler /
2022-04-17 Camille GILLOTLint elided lifetimes in path on the AST.
2022-04-17 Camille GILLOTReport undeclared lifetimes on AST.
2022-04-17 Camille GILLOTRemove is_in_fn_syntax.
2022-04-17 Camille GILLOTVisit generics inside visit_fn.
2022-04-17 Camille GILLOTCount number of lifetime parameters in a separate pass.
2022-04-16 borsAuto merge of #96123 - Dylan-DPC:rollup-qjog6n1, r...
2022-04-16 Dylan DPCRollup merge of #96118 - GuillaumeGomez:cleanup-def...
2022-04-16 Dylan DPCRollup merge of #96088 - ehuss:update-mdbook, r=Mark...
2022-04-16 Dylan DPCRollup merge of #96058 - euclio:flock-impls, r=nagisa
2022-04-16 Dylan DPCRollup merge of #95908 - compiler-errors:shallow_resolv...
2022-04-16 Dylan DPCRollup merge of #95426 - b-naber:valtrees-slice, r...
2022-04-16 Dylan DPCRollup merge of #95006 - tmiasko:thread-local-static...
2022-04-16 Dylan DPCRollup merge of #94985 - dtolnay:constattr, r=pnkfelix
2022-04-16 borsAuto merge of #95993 - jyn514:fix-stage0-doctests,...
2022-04-16 borsAuto merge of #96117 - Dylan-DPC:rollup-5traczf, r...
2022-04-16 Dylan DPCRollup merge of #96081 - eduardosm:masks_usize_size_agn...
2022-04-16 Dylan DPCRollup merge of #96059 - euclio:doc-cfg, r=manishearth...
2022-04-16 Dylan DPCRollup merge of #96047 - lnicola:rust-analyzer-2022...
2022-04-16 Dylan DPCRollup merge of #96038 - beyarkay:patch-1, r=m-ou-se
2022-04-16 Dylan DPCRollup merge of #96035 - Gumichocopengin8:feature/updat...
2022-04-16 Dylan DPCRollup merge of #96023 - matthiaskrgr:clippyper1304...
2022-04-16 Dylan DPCRollup merge of #95887 - petrochenkov:doclink5, r=cjgillot
2022-04-16 borsAuto merge of #95689 - lqd:self-profiler, r=wesleywiser
2022-04-16 borsAuto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r...
2022-04-16 borsAuto merge of #92364 - jackh726:Quantumplation/65853...
2022-04-16 Jack HueyImplementation for 65853
2022-04-16 Dylan DPCRollup merge of #96099 - clarfonthey:maybeuninit_array_...
2022-04-16 Dylan DPCRollup merge of #96070 - Gumichocopengin8:test/btree...
2022-04-16 Dylan DPCRollup merge of #96050 - oli-obk:deaggregator_cleanup...
2022-04-16 Dylan DPCRollup merge of #96004 - JakobDegen:fix-validator-ice...
2022-04-16 Dylan DPCRollup merge of #95961 - RalfJung:gather-scatter, r...
2022-04-16 Dylan DPCRollup merge of #95859 - rainy-me:unterminated-nested...
2022-04-16 Dylan DPCRollup merge of #95372 - RalfJung:unaligned_references...
2022-04-16 Dylan DPCRollup merge of #94605 - Michcioperz:patch-1, r=pnkfelix
2022-04-16 Dylan DPCRollup merge of #93969 - bjorn3:codegen_backend_dep_inf...
2022-04-16 borsAuto merge of #94468 - Amanieu:global_asm_sym, r=nagisa
2022-04-16 borsAuto merge of #95450 - jyn514:faster-doc, r=Mark-Simulacrum
2022-04-15 borsAuto merge of #95224 - mjbshaw:patch-1, r=yaahc
2022-04-15 borsAuto merge of #96087 - Dylan-DPC:rollup-k6yzk55, r...
2022-04-15 Dylan DPCRollup merge of #96065 - TaKO8Ki:use-`format-args-captu...
2022-04-15 Dylan DPCRollup merge of #96062 - ehuss:test-termination, r...
2022-04-15 Dylan DPCRollup merge of #96040 - m-ou-se:futex-u32, r=Amanieu
2022-04-15 Dylan DPCRollup merge of #96034 - Gumichocopengin8:test/btree...
2022-04-15 Dylan DPCRollup merge of #96027 - matthiaskrgr:clippy_rec, r...
2022-04-15 Dylan DPCRollup merge of #96026 - matthiaskrgr:clippy_compl_1304...
2022-04-15 Dylan DPCRollup merge of #95749 - compiler-errors:ambig, r=oli-obk
2022-04-15 Dylan DPCRollup merge of #95194 - kckeiks:update-algo-in-find...
2022-04-15 Dylan DPCRollup merge of #94849 - ouz-a:master4, r=oli-obk
2022-04-15 Dylan DPCRollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix
2022-04-15 Dylan DPCRollup merge of #94457 - jhpratt:stabilize-derive_defau...
2022-04-15 borsAuto merge of #94079 - petrochenkov:cstr, r=joshtriplett
2022-04-15 Amanieu d'AntrasAdd codegen for global_asm! sym operands
2022-04-15 borsAuto merge of #95841 - ChrisDenton:pipe-server, r=m...
2022-04-15 Takayuki Maedause `format-args-capture` and remove unnecessary nested...
2022-04-15 Ralf Jungmake unaligned_reference warning visible in future...
2022-04-15 Ralf Jungmake unaligned_references lint deny-by-default
2022-04-14 Andy Russellseparate flock implementations into separate modules
2022-04-14 ouz-aUpdate issue-92893.stderr
2022-04-14 b-naberhandle arrays and slices uniformly in valtree creation
2022-04-14 Vadim Petrochenkovlibrary: Move `CStr` to libcore, and `CString` to liballoc
2022-04-14 borsAuto merge of #95315 - compiler-errors:pointee-fix...
2022-04-14 Amanieu d'AntrasReimplement lowering of sym operands for asm! so that...
2022-04-14 Oli SchererRemove some now-dead code that was only relevant before...
2022-04-14 rainy-merefactor: change to use peekable
2022-04-14 borsAuto merge of #96031 - ehuss:update-cargo, r=ehuss
2022-04-14 Matthias Krügerremove redundant function param in check_for_self_assig...
2022-04-14 Matthias Krügerremove reudndant function param in check_matcher_core()
2022-04-14 Matthias Krügerremove function param that is only used in recursive...
2022-04-14 borsAuto merge of #95928 - nnethercote:rm-TokenTree-Clone...
2022-04-13 borsAuto merge of #95981 - martingms:invert-line-offset...
2022-04-13 Nicholas Nethercote`mbe::TokenTree`: remove `Lrc` around `Delimited` and...
2022-04-13 Nicholas NethercoteIntroduce `TtHandle` and use it in `TokenSet`.
2022-04-13 borsAuto merge of #95968 - davidtwco:translation-lazy-fallb...
2022-04-13 Matthias Krügercouple of clippy::complexity fixes
2022-04-13 Matthias Krügercouple of clippy::perf fixes
2022-04-13 borsAuto merge of #95958 - jhpratt:bump-stdarch, r=Dylan-DPC
2022-04-13 rainy-meimprove diagnostics for unterminated nested block comment
2022-04-13 borsAuto merge of #96015 - Dylan-DPC:rollup-vhdprid, r...
2022-04-13 Dylan DPCRollup merge of #96006 - hkBst:patch-2, r=Dylan-DPC
2022-04-13 Dylan DPCRollup merge of #96005 - hkBst:patch-1, r=Dylan-DPC
2022-04-13 Dylan DPCRollup merge of #95991 - PoorlyDefinedBehaviour:fix...
2022-04-13 Dylan DPCRollup merge of #95962 - sourcefrog:doc-direntry, r...
2022-04-13 Dylan DPCRollup merge of #95885 - gimbles:patch-1, r=Mark-Simulacrum
2022-04-13 Dylan DPCRollup merge of #93217 - willcrichton:example-analyzer...
2022-04-13 Bruno Felipe Franciscofix: wrong trait import suggestion for T:
2022-04-13 borsAuto merge of #95727 - m-ou-se:futex-reentrantmutex...
2022-04-13 borsAuto merge of #95656 - cjgillot:no-id-hashing-mode...
2022-04-13 Jakob DegenConsider lifetimes when comparing types for equality...
2022-04-13 borsAuto merge of #94255 - b-naber:use-mir-constant-in...
2022-04-13 Martin GammelsæterUse .extend(..) instead of push()-ing in loop
2022-04-13 Dylan DPCRollup merge of #95989 - rust-lang:notriddle/issue...
2022-04-13 Dylan DPCRollup merge of #95984 - wcampbell0x2a:fix-spelling...
2022-04-13 Dylan DPCRollup merge of #95954 - AnthonyMikh:fix-broken-coverag...
2022-04-13 Dylan DPCRollup merge of #95441 - AlecGoncharow:issue-95204...
2022-04-13 David Wooderrors: lazily load fallback fluent bundle
2022-04-13 Nicholas NethercotePass a slice instead of a `Vec` to `transcribe`.
2022-04-13 Nicholas NethercoteAvoid use of `Lrc` in `mbe::Frame`.
2022-04-13 Nicholas Nethercote`SequenceRepetition` and `Delimited` don't need to...
2022-04-13 borsAuto merge of #95990 - Dylan-DPC:rollup-r9bh9t7, r...
2022-04-12 borsAuto merge of #95905 - vacuus:markdown-render, r=Guilla...
next