about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-23dbg_macro: more things...Mazdak Farrokhzad-0/+3
2018-09-23Auto merge of #54380 - RalfJung:miri-snapshot, r=eddybbors-314/+286
2018-09-23Only annotate if borrow is returned.David Wood-67/+276
2018-09-23Correctly handle named lifetimes.David Wood-111/+319
2018-09-23Renamed ppaux highlight region hook.David Wood-9/+14
2018-09-23Added note about dangling references.David Wood-0/+36
2018-09-23Fixed off-by-one span.David Wood-9/+9
2018-09-23Added multiple parameter closure test.David Wood-2/+20
2018-09-23Improve 'dropped here' note.David Wood-9/+25
2018-09-23Improve borrow errors for closures.David Wood-153/+438
2018-09-23Improve non-closure, reference in-and-out errors.David Wood-10/+114
2018-09-23Refactor MirBorrowckCtxt to take infcx instead of tcx.David Wood-108/+113
2018-09-23Refactor region naming for control of diagnostics.David Wood-125/+168
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