]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #83952 - estebank:issue-83943, r=petrochenkov
[rust.git] / src /
2021-04-07 Dylan DPCRollup merge of #83952 - estebank:issue-83943, r=petroc...
2021-04-07 Dylan DPCRollup merge of #83689 - estebank:cool-bears-hot-tip...
2021-04-07 Dylan DPCRollup merge of #82497 - jyn514:json, r=CraftSpider
2021-04-07 borsAuto merge of #81047 - glittershark:stabilize-cmp-min...
2021-04-07 borsAuto merge of #83964 - Dylan-DPC:rollup-9kinaiv, r...
2021-04-07 Esteban Küberrebase and update tests
2021-04-07 borsAuto merge of #83932 - lcnr:probe-perf, r=estebank
2021-04-07 Dylan DPCRollup merge of #83954 - estebank:issue-83613, r=varkor
2021-04-07 Dylan DPCRollup merge of #83945 - SkiFire13:fix-83924, r=estebank
2021-04-07 Dylan DPCRollup merge of #83936 - crlf0710:disallow_extern_block...
2021-04-07 Dylan DPCRollup merge of #83935 - SNCPlay42:param-default-impl...
2021-04-07 Dylan DPCRollup merge of #83916 - Amanieu:asm_anonconst, r=petro...
2021-04-07 Dylan DPCRollup merge of #83816 - JohnTitor:unused-doc-comments...
2021-04-07 Dylan DPCRollup merge of #83634 - JohnTitor:proc-macro-ice,...
2021-04-07 Dylan DPCRollup merge of #83476 - mystor:rc_mutate_strong_count...
2021-04-07 borsAuto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomez
2021-04-07 Esteban KüberAdd spans to E0277 for impl/trait type/fn obligation...
2021-04-07 Esteban KüberAlways mention `Box::pin` when dealing with `!Unpin`
2021-04-07 Esteban KüberPoint at `impl` and type defs introducing requirements...
2021-04-07 borsAuto merge of #83955 - ehuss:update-stage0, r=Mark...
2021-04-07 Charles LewDisable using non-ascii identifiers in extern blocks.
2021-04-07 Eric HussBump bootstrap compiler
2021-04-07 Esteban KüberDo not ICE when closure is involved in TAIT
2021-04-07 Esteban KüberRemove trailing `:` from E0119 message
2021-04-07 Esteban KüberAccount for `ExprKind::Block` when suggesting .into...
2021-04-06 borsAuto merge of #83828 - camelid:rustdoc-vec-perf, r...
2021-04-06 Joshua NelsonFix handling of `--output-format json` flag
2021-04-06 Giacomo StevanatoAdd regression test
2021-04-06 Joshua NelsonStore links in Cache instead of on items directly
2021-04-06 borsAuto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r...
2021-04-06 Camelidrustdoc: Use `ThinVec` in a few places
2021-04-06 Dylan DPCRollup merge of #83920 - ortem:fix-hashmap-lldb-pretty...
2021-04-06 Dylan DPCRollup merge of #83910 - ehuss:update-cargo, r=ehuss
2021-04-06 Dylan DPCRollup merge of #83903 - rust-lang:GuillaumeGomez-patch...
2021-04-06 Dylan DPCRollup merge of #83902 - alexcrichton:update-llvm,...
2021-04-06 Dylan DPCRollup merge of #83895 - eggyal:issue-83883, r=jyn514
2021-04-06 Dylan DPCRollup merge of #83829 - petrochenkov:minclean, r=nagisa
2021-04-06 Dylan DPCRollup merge of #82963 - camelid:move-sharedcontext...
2021-04-06 borsAuto merge of #83875 - jyn514:diag_info, r=bugadani
2021-04-06 SNCPlay42forbid `impl Trait` in generic param defaults
2021-04-06 borsAuto merge of #83922 - RalfJung:miri, r=RalfJung
2021-04-06 Amanieu d'AntrasUse AnonConst for asm! constants
2021-04-06 Ralf Jungupdate Miri
2021-04-06 borsAuto merge of #83821 - camelid:improve-thinvec, r=petro...
2021-04-06 ortemFix HashMap/HashSet LLDB pretty-printer after hashbrown...
2021-04-06 Alan EgertonAdd listing of lints (eg via -W help) to rustdoc
2021-04-06 borsAuto merge of #81641 - bjorn3:find_codegen_backend...
2021-04-06 borsAuto merge of #81234 - repnop:fn-alignment, r=lcnr
2021-04-06 CamelidMove `SharedContext` to `context.rs`
2021-04-06 borsAuto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco
2021-04-06 Eric HussUpdate cargo
2021-04-05 borsAuto merge of #83905 - JohnTitor:rollup-pa1la80, r...
2021-04-05 Wesley NorrisAllow specifying alignment for functions
2021-04-05 Yuki OkushiRollup merge of #83885 - jyn514:private-links, r=Mark...
2021-04-05 Yuki OkushiRollup merge of #83881 - lnicola:rust-analyzer-2021...
2021-04-05 Yuki OkushiRollup merge of #83849 - jyn514:intra-doc-cleanup,...
2021-04-05 Yuki OkushiRollup merge of #83835 - notriddle:sort-index, r=ollie27
2021-04-05 Yuki OkushiRollup merge of #83814 - petrochenkov:emptyexpr, r...
2021-04-05 Yuki OkushiRollup merge of #83734 - JohnTitor:issue-83621, r=davidtwco
2021-04-05 Yuki OkushiRollup merge of #83489 - LeSeulArtichaut:deref-else...
2021-04-05 Yuki OkushiRollup merge of #83370 - jyn514:setup-tools, r=Mark...
2021-04-05 borsAuto merge of #83152 - guswynn:jemallocator_part2,...
2021-04-05 Alex CrichtonUpdate LLVM to support more wasm simd ops
2021-04-05 borsAuto merge of #83406 - b-naber:issue-83510, r=lcnr
2021-04-05 Joshua NelsonUse DiagnosticInfo for `report_diagnostic`
2021-04-05 Joshua NelsonTake DiagnosticInfo in privacy_error
2021-04-05 Joshua NelsonTake `DiagnosticInfo` in `ambiguity_error`
2021-04-05 Joshua NelsonTake DiagnosticInfo in disambiguator_error
2021-04-05 Joshua NelsonRename link_range -> disambiguator_range in disambiguat...
2021-04-05 Joshua NelsonTake `DiagnosticInfo` in `resolution_failure`
2021-04-05 Joshua NelsonUse DiagnosticInfo for anchor failure
2021-04-05 Joshua NelsonRename path_str -> ori_link in anchor_failure
2021-04-05 Joshua NelsonAdd config file for tools enabling stage1 downloads...
2021-04-05 borsAuto merge of #83890 - Dylan-DPC:rollup-9fqy3fe, r...
2021-04-05 Dylan DPCRollup merge of #83878 - the8472:fix-concurrent-tidy...
2021-04-05 Dylan DPCRollup merge of #83877 - jyn514:exceptions, r=Mark...
2021-04-05 Dylan DPCRollup merge of #83853 - Amanieu:asm_no_high_x86_64...
2021-04-05 Dylan DPCRollup merge of #83705 - jyn514:theme-error, r=Guillaum...
2021-04-05 Dylan DPCRollup merge of #83368 - jyn514:download-if-unchanged...
2021-04-05 Joshua NelsonAdd `download-rustc = "if-unchanged"`
2021-04-05 Amanieu d'AntrasDisallow the use of high byte registes as operands...
2021-04-05 Joshua NelsonDocument compiler/ with -Aprivate-intra-doc-links
2021-04-05 Joshua NelsonUse more appropriate return type for `resolve_associate...
2021-04-05 Joshua NelsonReduce indentation in `resolve_associated_item`
2021-04-05 Joshua NelsonRemove duplicate unwrap_or_else
2021-04-05 Laurențiu Nicola:arrow_up: rust-analyzer
2021-04-05 borsAuto merge of #83880 - Dylan-DPC:rollup-hz9ph0e, r...
2021-04-05 Dylan DPCRollup merge of #83865 - camelid:disamb-err-fix, r...
2021-04-05 Dylan DPCRollup merge of #83863 - eggyal:issue-83852, r=jyn514
2021-04-05 Dylan DPCRollup merge of #83831 - AngelicosPhosphoros:issue...
2021-04-05 Dylan DPCRollup merge of #83826 - slightlyoutofphase:rustdoc...
2021-04-05 Dylan DPCRollup merge of #83650 - tspiteri:source-serif-4, r...
2021-04-05 Dylan DPCRollup merge of #82739 - jyn514:separate-stage0-stage1...
2021-04-05 Dylan DPCRollup merge of #82483 - tmiasko:option-from-str, r...
2021-04-05 Dylan DPCRollup merge of #81922 - magurotuna:issue81522, r=matth...
2021-04-05 The8472don't try to visit probe file
2021-04-05 Joshua NelsonRemove unnecessary exceptions to the platform-specific...
2021-04-05 Trevor Spiterichange SourceSerifPro to SourceSerif4 in emit-shared...
2021-04-05 Trevor SpiteriUpdate Source Serif to release 4.004
2021-04-05 borsAuto merge of #83858 - joshtriplett:unsafe-cell-always...
next