about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-01Modified expected error messages in accordance with rebase.Alexander Regueiro-2/+7
2018-06-30move deprecation-sanity test to uiAndy Russell-0/+46
2018-06-30factor built-in attribute parsing into submoduleAndy Russell-678/+718
2018-07-01Auto merge of #51943 - oli-obk:miriup, r=kennytmbors-5/+19
2018-07-01Also run the bootstrap in bootstrap modeOliver Schneider-0/+1
2018-07-01Did you mean to block nightlies on clippy?Oliver Schneider-10/+165
2018-06-30Minor refactoring.Alexander Regueiro-26/+23
2018-06-30Added incremental test for interlinking static references.Alexander Regueiro-0/+25
2018-06-30Added tests fo referring to statics by value in other statics.Alexander Regueiro-0/+30
2018-06-30Added tests for writing to static mut's in statics.Alexander Regueiro-0/+22
2018-06-30Fixed bug with miri const evaluation where allocation is recursively borrowed.Alexander Regueiro-7/+3
2018-06-30Added miri error for evaluating foreign statics.Alexander Regueiro-23/+27
2018-06-30Loosened rules involving statics mentioning other statics.Alexander Regueiro-215/+27
2018-06-30clarify why we're suggesting removing semicolon after braced itemsZack M. Davis-0/+18
2018-06-30Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichtonbors-343/+54
2018-06-30Notice non-toplevel dll dependencies in rustbuildMark Simulacrum-3/+3
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-340/+51
2018-06-30more s/llvm-tools/llvm-tools-preview/Jorge Aparicio-5/+5
2018-06-30Copy undef_masks correctly for repeated bytesWesley Wiser-5/+9
2018-06-30Improved non_exhaustive message.David Wood-16/+29
2018-06-30Auto merge of #51849 - nikomatsakis:issue-51820-places-conflict, r=eddybbors-362/+448
2018-06-30Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakisbors-170/+236
2018-06-30reduce search-index sizeGuillaume Gomez-32/+54
2018-06-30Update the miri submoduleOliver Schneider-5/+19
2018-06-30Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichtonbors-3/+96
2018-06-30Do not allow LLVM to increase a TLS's alignment on macOS.kennytm-3/+96
2018-06-30Improve error messages when assigning to a local that starts initializedMatthew Jasper-28/+42
2018-06-30Remove some global state from the lowering passOliver Schneider-51/+76
2018-06-30Remove unused fieldOliver Schneider-9/+7
2018-06-30Reduce repetition around `lower_method_sig`Oliver Schneider-38/+29
2018-06-30Deduplicate `IsAsync::Async` matchOliver Schneider-28/+24
2018-06-30Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obkbors-169/+549
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-116/+207
2018-06-29in which we plug the crack where `?`-desugaring leaked into errorsZack M. Davis-2/+82
2018-06-30Fix relocations to include repeated valuesWesley Wiser-7/+15
2018-06-30Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapinbors-0/+32
2018-06-29Inline a few `UndefMask` methods.Wesley Wiser-0/+3
2018-06-29rename rustc's lld to rust-lldJorge Aparicio-5/+13
2018-06-29Make Waker and LocalWaker UnpinTaylor Cramer-0/+3
2018-06-29Implement Unpin for referencesTaylor Cramer-0/+6
2018-06-29Optimize `copy_undef_mask()` to use one passWesley Wiser-17/+8
2018-06-29Use in-tree libbacktrace on FuchsiaTaylor Cramer-5/+0
2018-06-29Optimize `copy_undef_mask()` by lifting some loop invariant operationsWesley Wiser-9/+18
2018-06-30Address commentsVadim Petrochenkov-9/+10
2018-06-30Restore the old behavior of `$crate` in nested `macro_rules`Vadim Petrochenkov-5/+71
2018-06-30Fortify dummy span checkingVadim Petrochenkov-59/+59
2018-06-30proc-macro: Use transparent marks for call-site hygieneVadim Petrochenkov-36/+116
2018-06-30hygiene: Implement transparent marksVadim Petrochenkov-27/+253
2018-06-30expansion: Give names to some fields of `SyntaxExtension`Vadim Petrochenkov-34/+44
2018-06-30resolve: Cleanup `resolve_crate_root`Vadim Petrochenkov-13/+10