about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-02Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obkJubilee-31/+311
2024-04-02Rollup merge of #122411 - alexcrichton:wasm32-wasip2-cabi-realloc, r=m-ou-seJubilee-9/+70
2024-04-03Auto merge of #122225 - DianQK:nits-120268, r=cjgillotbors-166/+256
2024-04-03Add nice header to our README.mdUrgau-19/+15
2024-04-03Add Why Rust? section to the README.md and mention our toolsUrgau-0/+13
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-36/+36
2024-04-03Merge from rustcThe Miri Cronjob Bot-7638/+10617
2024-04-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-03Auto merge of #123398 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-03Auto merge of #123396 - jhpratt:rollup-oa54mh1, r=jhprattbors-485/+752
2024-04-02Update cargoWeihang Lo-0/+0
2024-04-02Add section to sanitizer doc for `-Zexternal-clangrt`Aaron Loyd-0/+21
2024-04-02Rollup merge of #123380 - Nilstrieb:bomments, r=clubby789Jacob Pratt-6/+5
2024-04-02Rollup merge of #123203 - jkarneges:context-ext, r=AmanieuJacob Pratt-9/+102
2024-04-02Rollup merge of #123182 - jhpratt:fix-decodable-derive, r=davidtwcoJacob Pratt-8/+69
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-2/+2
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-113/+120
2024-04-02Rollup merge of #122865 - surechen:refactor_astconv_error_report_20240321, r=...Jacob Pratt-349/+456
2024-04-03Auto merge of #122791 - compiler-errors:make-coinductive-always, r=lcnrbors-117/+104
2024-04-02Comments, comments, commentsMichael Goulet-39/+96
2024-04-02Fix capture analysis for by-move closure bodiesMichael Goulet-16/+239
2024-04-02Fix contains_exterior_struct_litMichael Goulet-1/+2
2024-04-02Fix precedence of postfix matchMichael Goulet-2/+5
2024-04-02Fix suggestions for match non-exhaustivenessMichael Goulet-34/+54
2024-04-03coverage: Correctly report and check LLVM's coverage mapping versionZalathar-10/+24
2024-04-02set tracking issueJustin Karneges-4/+4
2024-04-02Don't ICE for postfix match after asMichael Goulet-0/+36
2024-04-02Avoid expanding to unstable internal methodJacob Pratt-8/+69
2024-04-03fix: set the right postfix snippets competion source rangeMilo Moisson-2/+1
2024-04-02Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgrbors-596/+679
2024-04-02Put basic impls for f16 and f128 behind cfg(not(bootstrap))Trevor Gross-6/+21
2024-04-02Avoid panicking unnecessarily on startupChris Denton-30/+10
2024-04-02use a consistent style for linksTshepang Mbambo-2/+2
2024-04-02Rollup merge of #123378 - ferrocene:hoverbear/bump-sysinfo-to-0.30.8, r=Nilst...Matthias Krüger-2/+2
2024-04-02Rollup merge of #123375 - fmease:rustdoc-sati-re-hotfix, r=GuillaumeGomezMatthias Krüger-1/+35
2024-04-02Rollup merge of #123368 - maurer:cfi-non-general-coroutines, r=compiler-errorsMatthias Krüger-12/+62
2024-04-02Rollup merge of #123362 - oli-obk:thread_local_nested_statics, r=estebankMatthias Krüger-1/+35
2024-04-02Rollup merge of #123348 - fmease:add-synth-auto-trait-impls-tests, r=Guillaum...Matthias Krüger-0/+85
2024-04-02Rollup merge of #123302 - compiler-errors:sized-bound-first, r=estebankMatthias Krüger-3/+39
2024-04-02Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkinMatthias Krüger-576/+408
2024-04-02Rollup merge of #123198 - krtab:build_hasher_default_const_new, r=AmanieuMatthias Krüger-1/+13
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-3/+24
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-13/+601
2024-04-02CFI: Support function pointers for trait methodsMatthew Maurer-10/+63
2024-04-02Track reason for creating a `ReifyShim`Matthew Maurer-19/+60
2024-04-02Improve bootstrap commentsNilstrieb-6/+5
2024-04-02CFI: Switch sense of type erasure flagMatthew Maurer-8/+10
2024-04-02Don't create an FnDef of a DefKind::Variant, use the ctor def idMichael Goulet-2/+2
2024-04-02Assert FnDef only constructed with functions (or fn-like ctors)Michael Goulet-1/+5