]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #85407 - GuillaumeGomez:copy-path-display-improvement, r=jsha
[rust.git] / compiler /
2021-05-18 Ralf JungRollup merge of #85407 - GuillaumeGomez:copy-path-displ...
2021-05-18 Ralf JungRollup merge of #85404 - pietroalbini:relnotes-1.52...
2021-05-18 Ralf JungRollup merge of #85251 - BoxyUwU:constparamdefaultsany...
2021-05-18 Ralf JungRollup merge of #84462 - jsha:focus-search-results2...
2021-05-18 borsAuto merge of #85437 - GuillaumeGomez:rollup-3jcirty...
2021-05-18 Guillaume GomezRollup merge of #85415 - LeSeulArtichaut:no-packed...
2021-05-18 Guillaume GomezRollup merge of #85393 - Aaron1011:async-type-err,...
2021-05-18 Guillaume GomezRollup merge of #85369 - FabianWolff:issue-84973, r...
2021-05-18 Guillaume GomezRollup merge of #85339 - FabianWolff:issue-83893, r...
2021-05-18 Guillaume GomezRollup merge of #85338 - lopopolo:core-iter-repeat...
2021-05-18 Guillaume GomezRollup merge of #85280 - jsha:move-trait-toggles, r...
2021-05-18 Guillaume GomezRollup merge of #84587 - jyn514:rustdoc-lint-block...
2021-05-18 borsAuto merge of #85313 - jackh726:region_eq, r=nikomatsakis
2021-05-18 borsAuto merge of #82973 - ijackson:exitstatuserror, r...
2021-05-18 Joshua NelsonAddress review comments
2021-05-18 Alexis BourgetNew rustdoc lint to respect -Dwarnings correctly
2021-05-17 Fabian WolffImplement jackh726's suggestions
2021-05-17 borsAuto merge of #85414 - RalfJung:rollup-ueqcik4, r=RalfJung
2021-05-17 LeSeulArtichautRemove remnants of BorrowOfPackedField
2021-05-17 Ralf JungRollup merge of #85412 - RalfJung:c_str, r=oli-obk
2021-05-17 Ralf JungRollup merge of #85409 - CDirkx:cfg_redox, r=nagisa
2021-05-17 Ralf JungRollup merge of #85408 - RalfJung:alloc-size, r=oli-obk
2021-05-17 Ralf JungRollup merge of #85374 - the8472:hide-internal-traits...
2021-05-17 Ralf JungRollup merge of #85367 - GuillaumeGomez:fix-css-rule...
2021-05-17 Ralf JungRollup merge of #85355 - hi-rustin:rustin-patch-issue...
2021-05-17 Ralf JungRollup merge of #85302 - r00ster91:patch-7, r=joshtriplett
2021-05-17 Ralf JungRollup merge of #85087 - hyd-dev:lots-of-abis, r=RalfJung
2021-05-17 borsAuto merge of #85352 - Xanewok:update-rls, r=Xanewok
2021-05-17 hyd-devAdd a comment for `check_abi()`
2021-05-17 Ralf Jungremove some functions that were only used by Miri
2021-05-17 borsAuto merge of #84571 - jedel1043:issue-49804-impl,...
2021-05-17 Fabian WolffTwo minor changes for readability and efficiency
2021-05-17 Ralf Jungremove size field from Allocation
2021-05-17 borsAuto merge of #85353 - jonas-schievink:async-blocks...
2021-05-17 Aaron HillSuppress spurious errors inside `async fn`
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-16 borsAuto merge of #84993 - eddyb:cg-ssa-on-demand-blocks...
2021-05-16 Eduard-Mihai Burtescurustc_codegen_ssa: append blocks to functions w/o creat...
2021-05-16 Eduard-Mihai Burtescurustc_codegen_ssa: only create backend `BasicBlock...
2021-05-16 borsAuto merge of #85312 - ehuss:macro_use-unused-attr...
2021-05-16 Jonas SchievinkAdd tracking issue
2021-05-16 borsAuto merge of #85290 - Amanieu:asm_const_int, r=nagisa
2021-05-16 Fabian WolffImplement changes suggested by varkor
2021-05-16 borsAuto merge of #84549 - tmiasko:static-initializer,...
2021-05-16 jedel1043Check and deny anonymous fields on `ast_validation`
2021-05-16 jedel1043Implement Anonymous{Struct, Union} in the AST
2021-05-16 Fabian WolffSuggest borrowing if a trait implementation is found...
2021-05-16 borsAuto merge of #85316 - eddyb:cg-ssa-on-demand-cleanuppa...
2021-05-16 borsAuto merge of #85332 - RalfJung:ptr-in-str, r=oli-obk
2021-05-16 borsAuto merge of #85304 - Stupremee:crates-in-sidebar...
2021-05-16 borsAuto merge of #85279 - DrChat:asm_powerpc64, r=Amanieu
2021-05-16 Jack HueyAdd comments to opportunistic resolve functions
2021-05-16 borsAuto merge of #85259 - Smittyvb:thir-unsafeck-inline...
2021-05-16 Jonas SchievinkAllow `async {}` expressions in const contexts
2021-05-15 Eric HussFix unused attributes on macro_rules.
2021-05-15 borsAuto merge of #81858 - ijackson:fork-no-unwind, r=m...
2021-05-15 borsAuto merge of #84920 - Aaron1011:pretty-print-rental...
2021-05-15 Fabian WolffReport an error if a lang item has the wrong number...
2021-05-15 borsAuto merge of #85335 - GuillaumeGomez:rollup-0tvc14g...
2021-05-15 Jack HueyMissed a couple things
2021-05-15 Jack HueyAdd comment
2021-05-15 Jack HueyRevert to only using opportunistic_resolve_vars for...
2021-05-15 Aaron HillRemove some unncessary spaces from pretty-printed token...
2021-05-15 Guillaume GomezRollup merge of #85329 - RalfJung:version, r=Mark-Simul...
2021-05-15 Guillaume GomezRollup merge of #85324 - FabianWolff:issue-85255, r...
2021-05-15 Guillaume GomezRollup merge of #85185 - GuillaumeGomez:generate-not...
2021-05-15 Guillaume GomezRollup merge of #84751 - Soveu:is_char_boundary_opt...
2021-05-15 borsAuto merge of #82208 - jyn514:rustfmt-subtree, r=Mark...
2021-05-15 Ralf Junghandle pointers in str
2021-05-15 borsAuto merge of #85328 - GuillaumeGomez:rollup-exe9nbj...
2021-05-15 Ralf Jungfix version_str comment
2021-05-15 Guillaume GomezRollup merge of #85323 - GuillaumeGomez:fix-eslint...
2021-05-15 Guillaume GomezRollup merge of #85289 - GuillaumeGomez:fix-toggle...
2021-05-15 Guillaume GomezRollup merge of #85278 - ayushmishra2005:code-refactori...
2021-05-15 Guillaume GomezRollup merge of #85268 - camelid:real-name, r=Mark...
2021-05-15 Guillaume GomezRollup merge of #85256 - GuillaumeGomez:fix-implementor...
2021-05-15 Guillaume GomezRollup merge of #85253 - RafaelKr:patch-1, r=varkor
2021-05-15 Guillaume GomezRollup merge of #85246 - ayushmishra2005:minor-reactori...
2021-05-15 Guillaume GomezRollup merge of #85221 - ijackson:dbg-doc-re-tests...
2021-05-15 Guillaume GomezRollup merge of #85215 - richkadel:ice-fixes-minus...
2021-05-15 Guillaume GomezRollup merge of #85207 - andrewhalle:typo-rootseparator...
2021-05-15 Guillaume GomezRollup merge of #84461 - jyn514:remove-strip-item,...
2021-05-15 Fabian WolffWarn about unused pub fields in non-pub structs
2021-05-15 borsAuto merge of #84152 - sexxi-goose:insignificant_dtor...
2021-05-15 Eduard-Mihai Burtescurustc_codegen_ssa: generate MSVC cleanup pads on demand...
2021-05-15 borsAuto merge of #84997 - pietroalbini:ci-verify-channel...
2021-05-15 Dhruv Jauharadd new attribute rustc_insignificant_dtor and a query...
2021-05-15 Caleb CartwrightAdd 'src/tools/rustfmt/' from commit '7872306edf2e11a69...
2021-05-15 Jack HueyStore Option<Region> as value for RegionVid
2021-05-14 Jack HueyMake the UnifyValue for RegionVid ()
2021-05-14 borsAuto merge of #85211 - Aaron1011:metadata-invalid-span...
2021-05-14 Amanieu d'AntrasRemove support for floating-point constants in asm!
2021-05-14 SmittyCheck for inline assembly in THIR unsafeck
2021-05-14 borsAuto merge of #83640 - bjorn3:shared_metadata_reader...
2021-05-14 borsAuto merge of #85236 - nikic:update-llvm-submodule...
2021-05-14 borsAuto merge of #85233 - FabianWolff:issue-85227, r=petro...
2021-05-14 borsAuto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum
2021-05-14 Dr. ChatAdd asm!() support for PowerPC64
2021-05-14 ayushmishra2005Improve match statements
2021-05-14 borsAuto merge of #85195 - Mark-Simulacrum:variant-by-idx...
next