about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-09Auto merge of #57419 - cramertj:pin-set, r=withouboatsbors-2/+2
2019-01-09MetadataOnlyCodegenBackend: remove `is_inline` calllqd-1/+0
2019-01-09Exposing enclave image-base to the enclave applicationVardhan Thigle-7/+5
2019-01-09Separate the description on different linesYuki Okushi-1/+3
2019-01-09Add check_attributeYuki Okushi-0/+6
2019-01-09Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors-178/+99
2019-01-09Update reference of rlibc crate to compiler-builtins crateking6cong-1/+1
2019-01-09Fix irrefutable slice patterns in const fnOliver Scherer-6/+28
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-37/+38
2019-01-09Clarify const_let commentOliver Scherer-1/+3
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-865/+283
2019-01-09Auto merge of #57086 - oli-obk:miri_dist, r=kennytmbors-1/+159
2019-01-09Change `String` to `&'static str` in `ParseResult::Failure`.Nicholas Nethercote-4/+4
2019-01-08addressing Niko's commentsBlitzerr-41/+45
2019-01-09explain safety for vec.set_len(0)Mazdak Farrokhzad-0/+3
2019-01-08[Cleanup] This is the first in the series of removals of with_freevars usage.Blitzerr-46/+74
2019-01-08Some more refactoring.Blitzerr-3/+3
2019-01-08Creating the vector using with_capacity to avoid re-allocation later on (#56905)Blitzerr-1/+6
2019-01-08Issue 56905Blitzerr-6/+24
2019-01-08Consolidate equality constraints error messagevarkor-4/+5
2019-01-08Add issue reference to E0202 messagevarkor-5/+5
2019-01-08Change std::error::Error trait documentation to talk about `source` instead o...Czipperz-7/+7
2019-01-08RawVec doesn't always abort on allocation errorsJonathan Behrens-1/+1
2019-01-08Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkorbors-20/+99
2019-01-09Misc cleanupsShotaro Yamada-8/+7
2019-01-08lldb_batchmode.py: try `import _thread` for Python 3Josh Stone-1/+6
2019-01-08Auto merge of #56638 - matthewjasper:remove-ref-region, r=nikomatsakisbors-55/+34
2019-01-08Update stdsimd submoduleGuillaume Gomez-0/+2
2019-01-08improve non_camel_case_types diagnosticsAndy Russell-82/+83
2019-01-08improve non_upper_case_globals diagnosticsAndy Russell-103/+89
2019-01-08improve non_snake_case diagnosticsAndy Russell-179/+191
2019-01-08Move diagnostics out from QueryJob and optimize for the case with no diagnosticsJohn Kåre Alsaker-46/+67
2019-01-08Auto merge of #57429 - alexcrichton:fix-dist, r=Mark-Simulacrumbors-8/+8
2019-01-08Supporting backtrace for x86_64-fortanix-unknown-sgx.Vardhan Thigle-10/+83
2019-01-08More feature whitelisting of winapiOliver Scherer-0/+3
2019-01-08Adjust cargo workspace hack to miri/cargo interactionsOliver Scherer-1/+4
2019-01-08fixupOliver Scherer-2/+46
2019-01-08Prepare everything for distributing miri via rustupOliver Scherer-0/+108
2019-01-08Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoeristerbors-172/+131
2019-01-08Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfacklerbors-28/+103
2019-01-08Make `mk_eval_cx` private to const evalOliver Scherer-1/+1
2019-01-08Manually push a stack frame where no valid frame is neededOliver Scherer-35/+12
2019-01-08Auto merge of #57332 - Dylan-DPC:feature/stabilise-cfg-attr, r=Centrilbors-110/+16
2019-01-08Remove `CrateNum::Invalid`.Nicholas Nethercote-4/+0
2019-01-07Add link destination for `read-ownership`Dylan MacKenzie-0/+1
2019-01-08Make `TokenStream` less recursive.Nicholas Nethercote-341/+148
2019-01-07Build LLVM with -static-libstdc++ on dist buildsAlex Crichton-8/+8
2019-01-08Auto merge of #57095 - Zoxc:prof-fix, r=michaelwoeristerbors-30/+40
2019-01-08save-analysis: use a fallback when access levels couldn't be computedIgor Matuszewski-3/+14
2019-01-07Reborrow Pin<P> using &mut in `Pin::set`Taylor Cramer-2/+2