about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-23Refactor explain_borrow to return explanation.David Wood-162/+140
2018-09-23Auto merge of #54339 - cramertj:no-cx, r=aturonbors-568/+93
2018-09-23Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichtonbors-80/+373
2018-09-23Make the `Vec::dedup` method use `slice::partition_dedup` internallyClément Renault-84/+7
2018-09-23Introduce the partition_dedup/by/by_key methods for slicesClément Renault-5/+237
2018-09-23and llvm has https nowSylvestre Ledru-1/+1
2018-09-23The project moved under the Mozilla umbrellaSylvestre Ledru-1/+1
2018-09-23Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni...bors-73/+346
2018-09-23Improve error message for E0424Julian Kulesh-8/+10
2018-09-23Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakisbors-540/+746
2018-09-23update rls to 32d457717ce37babef199fe4984b1e20d4e108d4Matthias Krüger-0/+2
2018-09-22stabilize pattern_parentheses featureAlex Stokes-38/+4
2018-09-22fix typo in commentAlex Stokes-123/+193
2018-09-22Auto merge of #53508 - japaric:maybe-uninit, r=RalfJungbors-85/+350
2018-09-23allow dead_codeJorge Aparicio-0/+1
2018-09-22in which we include attributes in unused `extern crate` suggestion spansZack M. Davis-1/+74
2018-09-22Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakisbors-102/+185
2018-09-22the test requires unwinding so we don't run it on the wasm32-bare targetJorge Aparicio-0/+1
2018-09-22add codegen testJorge Aparicio-0/+23
2018-09-22fix tidyJorge Aparicio-3/+5
2018-09-22make the nil-enum test work againJorge Aparicio-2/+7
2018-09-22gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNodeJorge Aparicio-4/+10
2018-09-22address RalfJung's commentJorge Aparicio-6/+6
2018-09-22add empty enum to the test casesJorge Aparicio-0/+20
2018-09-22improve the run-pass testJorge Aparicio-4/+34
2018-09-22move our check to reuse a previous computationJorge Aparicio-20/+21
2018-09-22improve panic messageJorge Aparicio-8/+6
2018-09-22use is_uninhabited in more placesJorge Aparicio-12/+12
2018-09-22address Mark-Simulacrum commentsJorge Aparicio-11/+8
2018-09-22adapt to change in Session APIJorge Aparicio-1/+1
2018-09-22don't deprecate mem::{uninitialized,zeroed} just yetJorge Aparicio-2/+3
2018-09-22alloc: fix deprecated warningsJorge Aparicio-20/+21
2018-09-22panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+88
2018-09-22core: fix deprecated warningsJorge Aparicio-44/+40
2018-09-22add MaybeUninit and deprecate mem::{uninitialized,zeroed}Jorge Aparicio-0/+95
2018-09-22avoid loading constructor attributes in AdtDef decodingAriel Ben-Yehuda-11/+30
2018-09-22Auto merge of #54457 - pietroalbini:rollup, r=pietroalbinibors-447/+911
2018-09-22dbg_macro: // ignore-wasmMazdak Farrokhzad-8/+9
2018-09-22Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichtonbors-24/+131
2018-09-22Allow both explicit and elided lifetimes in the same impl headerScott McMurray-29/+83
2018-09-22Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-SimulacrumPietro Albini-6/+6
2018-09-22Rollup merge of #54420 - nnethercote:PackedRWU-Vec, r=nikomatsakisPietro Albini-58/+149
2018-09-22Rollup merge of #54415 - petrochenkov:norollback, r=estebankPietro Albini-36/+26
2018-09-22Rollup merge of #54413 - memoryruins:deref-error-twice, r=estebankPietro Albini-0/+67
2018-09-22Rollup merge of #54412 - jcpst:replace_span_suggestion, r=estebankPietro Albini-1/+3
2018-09-22Rollup merge of #54409 - estebank:remove-in, r=pnkfelixPietro Albini-13/+51
2018-09-22Rollup merge of #54402 - bgermann:master, r=alexcrichtonPietro Albini-1/+1
2018-09-22Rollup merge of #54374 - SergioBenitez:pub-multispan, r=alexcrichtonPietro Albini-1/+1
2018-09-22Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomezPietro Albini-37/+48
2018-09-22Rollup merge of #54370 - nnethercote:better-domain_size, r=nikomatsakisPietro Albini-202/+210