about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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/+162
2019-01-09docs: Fix some 'second-edition' linksPhilipp Hansch-10/+10
2019-01-09Change `String` to `&'static str` in `ParseResult::Failure`.Nicholas Nethercote-4/+4
2019-01-08Merge pull request #1 from Centril/redo-vec-set_len-docs-adjustscottmcm-0/+3
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-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-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/+6
2019-01-08fixupOliver Scherer-2/+46
2019-01-08Prepare everything for distributing miri via rustupOliver Scherer-0/+108
2019-01-08Ignore some IDE-local filesOliver Scherer-0/+1
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-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
2019-01-07Auto merge of #57303 - matthiaskrgr:clippy_submodule_upd, r=oli-obkbors-45/+49
2019-01-08bless youdylan_DPC-2/+2
2019-01-08remove unwanted stage0 line, fix styledylan_DPC-8/+6
2019-01-08remove unused imports and feature gate from testsdylan_DPC-10/+5
2019-01-08stabilise cfg_attrdylan_DPC-94/+7
2019-01-07Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton"Matthias Krüger-26/+21
2019-01-07submodules: update rls from 6f5e4bb to 1a6361bMatthias Krüger-4/+4
2019-01-07submodules: update clippy from 39bd8449 to c63b6349Matthias Krüger-18/+27
2019-01-07Rename some functionsJohn Kåre Alsaker-4/+4
2019-01-07Fix and optimize query profilingJohn Kåre Alsaker-30/+40
2019-01-08Improve the wordingYuki Okushi-46/+46