about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-20move loop detector constants to the module that uses them; make lifetime orde...Ralf Jung-29/+28
2018-09-20Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakisbors-1/+97
2018-09-20make some things a bit more privateRalf Jung-4/+5
2018-09-20rename evaluator -> interpreter to make eddyb happyRalf Jung-34/+21
2018-09-20move CTFE engine snapshot state out of miri engine into CTFE machine instanceRalf Jung-282/+266
2018-09-20Add documentation about the edition flagPhilip Munksgaard-0/+16
2018-09-20Add a documentation banner for edition specific codePhilip Munksgaard-13/+44
2018-09-20Add test for doctest edition supportPhilip Munksgaard-3/+55
2018-09-20add tests for copy_withinJack O'Connor-0/+47
2018-09-20Auto merge of #54241 - vi:suggest_with_applicability, r=estebankbors-96/+258
2018-09-19Add marker_trait_attr to the unstable bookScott McMurray-0/+33
2018-09-19Improve error checking and reportingScott McMurray-49/+165
2018-09-19Enforce that #[marker] traits cannot have associated itemsScott McMurray-0/+99
2018-09-19Require that marker impls are empty, but allow them to overlapScott McMurray-15/+181
2018-09-19Parse, feature-gate, and validate the #[marker] attributeScott McMurray-2/+97
2018-09-19Add an is_marker flag to TraitDefScott McMurray-2/+16
2018-09-20define copy_within on slicesJack O'Connor-0/+57
2018-09-20Auto merge of #54301 - alexcrichton:update-curl, r=Mark-Simulacrumbors-36/+35
2018-09-19Make 'proc_macro::MultiSpan' public.Sergio Benitez-1/+1
2018-09-19Update some `*-sys` dependencies of Cargo/RLSAlex Crichton-36/+35
2018-09-20Auto merge of #54211 - nnethercote:keccak-Liveness-memory, r=nikomatsakisbors-39/+35
2018-09-19add -Zui-testing to rustdocQuietMisdreavus-37/+48
2018-09-20Improve handling of type bounds in `bit_set.rs`.Nicholas Nethercote-202/+210
2018-09-19Remove spawning from task::ContextTaylor Cramer-568/+93
2018-09-19Reduce code block sides paddingGuillaume Gomez-1/+1
2018-09-19Add regression test for thread local static mut borrowsSantiago Pastorino-0/+35
2018-09-19Update ui testsMatthew Jasper-174/+205
2018-09-19Classify outlives constraints when type checkingMatthew Jasper-304/+377
2018-09-19Don't claim that locals in a function are declared outside of theMatthew Jasper-6/+11
2018-09-19Don't try to use a path to a type alias as a path to the adt it aliasesMatthew Jasper-10/+72
2018-09-19Make the span of the MIR return place point to the return typeMatthew Jasper-46/+81
2018-09-19Auto merge of #54174 - parched:park, r=alexcrichtonbors-18/+26
2018-09-19Rework `let` keyword docsiirelu-14/+48
2018-09-19Added tracking issue, fixed check, 1.30 -> 1.31Artyom Pavlov-8/+8
2018-09-19Document impl keywordiirelu-5/+71
2018-09-19Regression test for rust-lang/rust#22323.Felix S. Klock II-0/+32
2018-09-19Add support for running doc test in specific editionPhilip Munksgaard-20/+34
2018-09-19Auto merge of #54101 - osa1:issue_54099, r=nikomatsakisbors-13/+19
2018-09-19Address following error from rustdoc tests:Felix S. Klock II-2/+14
2018-09-19rustc: future-proof error reporting for polymorphic constants in types.Eduard-Mihai Burtescu-1/+5
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-459/+371
2018-09-19Auto merge of #54318 - nnethercote:use-HybridBitSet-in-SparseBitMatrix, r=pnk...bors-380/+222
2018-09-19Use full name to identify a macro in a `FileName`.Diogo Sousa-15/+47
2018-09-19Auto merge of #53995 - davidtwco:issue-53807, r=nikomatsakisbors-121/+111
2018-09-18Remove unneeded clone() from testsErich Cordoba-4/+4
2018-09-18Cleanup Deref impls and add ?Sized bound to &mut T implsTaylor Cramer-4/+4
2018-09-18Update The Book to lateststeveklabnik-0/+0
2018-09-18Use expr's spanmemoryruins-2/+4
2018-09-18clarify swapRalf Jung-5/+10
2018-09-18Set diagnostic applicability based on array lengthmemoryruins-8/+20