about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-04Generate ScopeId using newtype_index macroSantiago Pastorino-14/+3
2017-10-04Generate SerializedDepNodeIndex using newtype_index macroSantiago Pastorino-18/+2
2017-10-04Generate DepNodeIndexNew using newtype_index macroSantiago Pastorino-1/+10
2017-10-04Make newtype_index get debug_name using reflectionSantiago Pastorino-1/+6
2017-10-04Make newtype_index macro use full path to resolve constantsSantiago Pastorino-5/+3
2017-10-04Generate Idx in nll using newtype_index!Santiago Pastorino-16/+7
2017-10-04Move newtype_index to rustc_data_structuresSantiago Pastorino-25/+26
2017-10-04Convert regions to IndexVecSantiago Pastorino-2/+19
2017-10-04Store a new Region value every time we create a new region variablePaul Faria-2/+11
2017-10-04Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakisbors-2371/+1088
2017-10-04Auto merge of #44890 - nvzqz:str-box-transmute, r=alexcrichtonbors-31/+32
2017-10-04Auto merge of #44882 - mikhail-m1:master, r=pnkfelixbors-136/+150
2017-10-04incr.comp.: Address review comments.Michael Woerister-31/+71
2017-10-04add notes to report_conflicting_borrow MIR borrowckMikhail Modin-136/+150
2017-10-04Auto merge of #44905 - Pirh:process_abort_docs, r=steveklabnikbors-2/+13
2017-10-04Auto merge of #44999 - pnkfelix:mir-borrowck-fix-assert-left-right, r=nikomat...bors-10/+38
2017-10-04Auto merge of #44979 - hinaria:master, r=dtolnaybors-0/+13
2017-10-03Auto merge of #44895 - stephaneyfx:master, r=dtolnaybors-7/+22
2017-10-03Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakisbors-0/+21
2017-10-03Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelixbors-48/+84
2017-10-03Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1bors-136/+273
2017-10-03Overlapping borrows can point to different lvalues.Felix S. Klock II-10/+38
2017-10-03incr.comp.: Fix some merge fallout.Michael Woerister-3/+8
2017-10-03Auto merge of #44920 - vi:rustdoc_implementors_src_link, r=GuillaumeGomezbors-15/+61
2017-10-03Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturonbors-1/+24
2017-10-02Auto merge of #44977 - steveklabnik:update-mdbook, r=alexcrichtonbors-18/+18
2017-10-02Document that process::abort will not call the panic hookPirh-1/+3
2017-10-02Auto merge of #44885 - lu-zero:master, r=alexcrichtonbors-0/+120
2017-10-03windows: make `backtrace = false` compilehinaria-0/+13
2017-10-02update mdbooksteveklabnik-18/+18
2017-10-02incr.comp.: Do some cleanup.Michael Woerister-3/+4
2017-10-02incr.comp.: Remove legacy dep-graph runtime.Michael Woerister-386/+87
2017-10-02rustdoc: Remove cruft from the testVitaly _Vi Shukela-14/+4
2017-10-02incr.comp.: Remove saving and loading of legacy dep-graph.Michael Woerister-1622/+66
2017-10-02incr.comp.: Build DepGraphQuery from new dep-graph impl.Michael Woerister-14/+14
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-246/+206
2017-10-02incr.comp.: Add some logging to DepGraph::try_mark_green().Michael Woerister-4/+32
2017-10-02incr.comp.: Make some DepNodes non-anonymous.Michael Woerister-59/+36
2017-10-02incr.comp.: Re-execute queries during red/green marking in order to find out ...Michael Woerister-92/+397
2017-10-02incr.comp.: Add minimal version of try_mark_green procedure.Michael Woerister-56/+268
2017-10-02incr.comp.: Determine red/green state of every new node.Michael Woerister-12/+56
2017-10-02Auto merge of #44959 - arielb1:generic-errors, r=eddybbors-14/+133
2017-10-02fix handling of `Self`Ariel Ben-Yehuda-26/+79
2017-10-02Auto merge of #44942 - zackmdavis:lint_suggestions, r=estebankbors-20/+153
2017-10-01correct unused-parens lint suggestion to strip exact pairZack M. Davis-1/+51
2017-10-02Auto merge of #44960 - SeanPrashad:master, r=steveklabnikbors-5/+1
2017-10-01make non_snake_case lint allow extern no-mangle functionsZack M. Davis-1/+24
2017-10-01Auto merge of #44955 - laumann:small-typo-fix, r=steveklabnikbors-2/+2
2017-10-01fix handling of SelfAriel Ben-Yehuda-5/+14
2017-10-01Auto merge of #44919 - diwic:79-pretty-mir, r=arielb1bors-1/+3