about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-0/+22
2021-03-22Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomezbors-18/+30
2021-03-22Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPCbors-0/+37
2021-03-22Rollup merge of #83350 - jyn514:llvm-version, r=Mark-SimulacrumDylan DPC-0/+2
2021-03-22Rollup merge of #83336 - camelid:tool-mod-ice, r=petrochenkovDylan DPC-0/+35
2021-03-22Auto merge of #79846 - the8472:inplace-tra, r=m-ou-sebors-0/+14
2021-03-21disable debug assertions in codegen testThe8472-0/+1
2021-03-21Fix ICE with `use clippy::a::b;`Camelid-0/+35
2021-03-21Update doc/reference submoduleNikita Popov-0/+0
2021-03-21Don't compute optimized PointerKind for unoptimized buildsNikita Popov-3/+3
2021-03-21add codegen testThe8472-0/+13
2021-03-21Enable mutable noalias by default for LLVM 12Nikita Popov-3/+3
2021-03-21Don't consider !Unpin references as noaliasNikita Popov-0/+15
2021-03-21Download a more recent LLVM version if `src/version` is modifiedJoshua Nelson-0/+2
2021-03-21Auto merge of #83339 - Aaron1011:deep-recollect, r=petrochenkovbors-1/+34
2021-03-21Perform 'deep recollection' in test helper macrosAaron Hill-1/+34
2021-03-21Auto merge of #83333 - Dylan-DPC:rollup-0rdt6sz, r=Dylan-DPCbors-94/+161
2021-03-21Rollup merge of #83306 - Aaron1011:js-sys-lint, r=petrochenkovDylan DPC-12/+60
2021-03-21Rollup merge of #83289 - c410-f3r:tests-tests-tests, r=petrochenkovDylan DPC-2/+2
2021-03-21Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obkDylan DPC-49/+59
2021-03-21Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obkDylan DPC-31/+40
2021-03-20bless mir-opt testslcnr-44/+44
2021-03-20update `const_eval_resolve`lcnr-5/+15
2021-03-20Bump to 1.53.0Mark Rousskov-1/+1
2021-03-20Move some tests to more reasonable directories - 5Caio-2/+2
2021-03-20Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieubors-15/+36
2021-03-19Auto merge of #83308 - Dylan-DPC:rollup-p2j6sy8, r=Dylan-DPCbors-14/+89
2021-03-19Rollup merge of #83297 - oli-obk:why_bug_today_if_you_can_delay_to_tomorrow, ...Dylan DPC-0/+67
2021-03-19Rollup merge of #83285 - alexcrichton:wasm-simd-update, r=cuviperDylan DPC-0/+0
2021-03-19Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obkDylan DPC-2/+2
2021-03-19Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157Dylan DPC-12/+20
2021-03-19Auto merge of #83201 - klensy:checkout-v2, r=pietroalbinibors-1/+1
2021-03-19Extend `proc_macro_back_compat` lint to `js-sys`Aaron Hill-12/+60
2021-03-19Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakisbors-0/+259
2021-03-19Ignore main.js file lengthGuillaume Gomez-0/+1
2021-03-19Only build help popup when it's really neededGuillaume Gomez-12/+19
2021-03-19Auto merge of #83301 - Dylan-DPC:rollup-x1yzvhm, r=Dylan-DPCbors-37/+252
2021-03-19Rollup merge of #83236 - cjgillot:memmap, r=joshtriplettDylan DPC-0/+1
2021-03-19Rollup merge of #83179 - Aaron1011:actix-web-lint, r=petrochenkovDylan DPC-7/+79
2021-03-19Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514Dylan DPC-30/+172
2021-03-19Add a second regression testOli Scherer-0/+32
2021-03-19Auto merge of #82754 - rylev:rusage-windows, r=pnkfelixbors-10/+76
2021-03-19Do not ICE on ty::Error as an error must already have been reportedOli Scherer-0/+35
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-0/+259
2021-03-18Mark early otherwise optimization unsoundSantiago Pastorino-2/+2
2021-03-18Update LLVM to bring in SIMD updates for WebAssemblyAlex Crichton-0/+0
2021-03-19Add simd_neg platform intrinsicSparrowLii-15/+36
2021-03-18Upgrade memmap to memmap2 in other crates.Camille GILLOT-0/+1
2021-03-18Auto merge of #83257 - RalfJung:miri, r=RalfJungbors-7/+9
2021-03-18Extend `proc_macro_back_compat` lint to `actix-web`Aaron Hill-7/+79