about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-13parser: don't use `unreachable!()` in `fn unexpected`.Mazdak Farrokhzad-1/+33
2019-11-13Auto merge of #65637 - ssomers:master, r=scottmcmbors-11/+314
2019-11-13Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-193/+51
2019-11-12Remove no longer needed mutabilityMark Rousskov-1/+1
2019-11-12Compiletest bump to stage0 bootstrap libtestMark Rousskov-0/+2
2019-11-12Hopefully fix rustdoc buildMark Rousskov-1/+12
2019-11-12Snap cfgsMark Rousskov-189/+34
2019-11-12Bump version to 1.41Mark Rousskov-2/+2
2019-11-12Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obkbors-112/+305
2019-11-12Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelixbors-223/+687
2019-11-12Auto merge of #66318 - mati865:llvm-update, r=matthewjasperbors-0/+0
2019-11-12Update llvm submoduleMateusz MikuĊ‚a-0/+0
2019-11-12Auto merge of #66323 - JohnTitor:rollup-jl8xdk4, r=JohnTitorbors-185/+453
2019-11-12Rollup merge of #66309 - petrochenkov:annoying, r=Mark-SimulacrumYuki Okushi-13/+4
2019-11-12Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkorYuki Okushi-39/+82
2019-11-12Rollup merge of #66280 - stepancheg:union, r=alexcrichtonYuki Okushi-1/+1
2019-11-12Rollup merge of #66278 - LukasKalbertodt:fix-proc-macro-error, r=CentrilYuki Okushi-10/+12
2019-11-12Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakisYuki Okushi-14/+16
2019-11-12Rollup merge of #66267 - GuillaumeGomez:add-rustdoc-doc, r=kinnisonYuki Okushi-0/+203
2019-11-12Rollup merge of #66263 - guanqun:make-error-explicit, r=alexcrichtonYuki Okushi-3/+3
2019-11-12Rollup merge of #66257 - mati865:long-section-names-no-more, r=alexcrichtonYuki Okushi-27/+0
2019-11-12Rollup merge of #66230 - Axelderan:remove-vestigial-comments, r=alexcrichtonYuki Okushi-2/+0
2019-11-12Rollup merge of #65965 - GuillaumeGomez:clean-up-librustc_typeck-error-codes,...Yuki Okushi-76/+132
2019-11-12Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkorbors-264/+627
2019-11-11Auto merge of #66310 - Manishearth:clippyup, r=Manishearthbors-7/+7
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-96/+184
2019-11-11Fix soundness issue with index bounds checksMatthew Jasper-124/+500
2019-11-11Avoid a string comparison in MIR constructionMatthew Jasper-3/+3
2019-11-11UpdateAaron Hill-1/+1
2019-11-11Return Ok(false) instead of throwing when handling a diverging intrinsicAaron Hill-3/+2
2019-11-11Fix rebase falloutAaron Hill-1/+1
2019-11-11Rename toAaron Hill-3/+4
2019-11-11Fix debug assertionAaron Hill-1/+2
2019-11-11Remove trampoline, pass `ret` and `unwind` when handling intrinsicsAaron Hill-23/+13
2019-11-11Fix tidyAaron Hill-2/+0
2019-11-11Add more detailed codegen commentAaron Hill-0/+5
2019-11-11Move to miri.rs and re-export itAaron Hill-4/+9
2019-11-11Some code cleanupAaron Hill-28/+23
2019-11-11Make doc comment more accurateAaron Hill-1/+4
2019-11-11Change TODO to FIXMEAaron Hill-1/+1
2019-11-11Add commentAaron Hill-0/+2
2019-11-11Add miri trampoline, fix handling of intrinsic returnAaron Hill-1/+13
2019-11-11Use proper intrinsic typeAaron Hill-9/+5
2019-11-11More work on miri_start_panicAaron Hill-3/+16
2019-11-11Fix up intrinsic implementationAaron Hill-3/+21
2019-11-11Add explicit Miri support to libpanic_unwindAaron Hill-1/+21
2019-11-11Don't attempt to get cwd when printing backtrace under MiriAaron Hill-1/+8
2019-11-11Fix unwinding logicAaron Hill-12/+9
2019-11-11Some cleanupAaron Hill-38/+31
2019-11-11Add doc commentAaron Hill-0/+13