summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2017-11-14Backported merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-7/+21
2017-10-20incr.comp.: Add missing match branch in HashStable impl for ty::RegionKind.Michael Woerister-0/+3
2017-10-09Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoeristerbors-0/+2
2017-10-09Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoeristerbors-2/+16
2017-10-08Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r...bors-0/+13
2017-10-08Auto merge of #45012 - Gankro:noalias, r=arielb1bors-0/+2
2017-10-08Auto merge of #45100 - kennytm:rollup, r=kennytmbors-29/+30
2017-10-08Rollup merge of #45090 - rust-lang:petrochenkov-patch-1, r=alexcrichtonkennytm-1/+2
2017-10-08Rollup merge of #45058 - hunteke:fix_rustc_private_typo_2017Oct, r=shepmasterkennytm-1/+1
2017-10-08Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddybkennytm-27/+27
2017-10-08Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoeristerbors-0/+19
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-0/+2
2017-10-07Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoeristerbors-14/+6
2017-10-07Document that `-C ar=PATH` doesn't do anythingVadim Petrochenkov-1/+2
2017-10-07Fix invalid rustdoc rendering for FnTy argsGuillaume Gomez-14/+11
2017-10-07rustc: Implement ThinLTOAlex Crichton-14/+6
2017-10-07Add names to BareFnTyGuillaume Gomez-2/+10
2017-10-07Auto merge of #44614 - tschottdorf:pat_adjustments, r=nikomatsakisbors-7/+94
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-7/+94
2017-10-06Auto merge of #45065 - arielb1:not-correct, r=nikomatsakisbors-1/+1
2017-10-06fix logic error in #44269's `prune_cache_value_obligations`Ariel Ben-Yehuda-1/+1
2017-10-06rustc: Reduce default CGUs to 16Alex Crichton-2/+16
2017-10-06Auto merge of #44818 - petrochenkov:astymac2, r=jseyfriedbors-15/+26
2017-10-05Fix typo, per #45057.Kevin Hunter Kesling-1/+1
2017-10-06Improve resolution of associated types in macros 2.0Vadim Petrochenkov-15/+26
2017-10-05Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnaybors-2/+98
2017-10-05Auto merge of #44878 - Nashenas88:master, r=nikomatsakisbors-43/+4
2017-10-05Rollup merge of #45006 - MaikKlein:patch-2, r=nikomatsakiskennytm-1/+1
2017-10-05Fix infinite recursion in <DepNode as Debug>.Michael Woerister-27/+27
2017-10-05Auto merge of #44940 - philipc:remap-path, r=michaelwoeristerbors-3/+2
2017-10-04Generate SerializedDepNodeIndex using newtype_index macroSantiago Pastorino-18/+2
2017-10-04Generate DepNodeIndexNew using newtype_index macroSantiago Pastorino-1/+2
2017-10-04Move newtype_index to rustc_data_structuresSantiago Pastorino-25/+1
2017-10-04Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakisbors-526/+855
2017-10-04avoid using match keyword as module nameNiv Kaminer-1/+1
2017-10-04groundwork for #45009: rustc_dirty/clean enhancementsGarrett Berg-0/+19
2017-10-04seperate and move miscellaneous benchmarks to librustcNiv Kaminer-0/+98
2017-10-04Add method to `Mir` that maps a `Location` to its `SourceInfo`.Felix S. Klock II-0/+13
2017-10-04incr.comp.: Address review comments.Michael Woerister-31/+71
2017-10-03Add -Zmutable-noalias flagAlexis Beingessner-0/+2
2017-10-03Typo in `librustc/README.md`Maik Klein-1/+1
2017-10-03Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1bors-0/+211
2017-10-03incr.comp.: Fix some merge fallout.Michael Woerister-1/+1
2017-10-03Rename FileMap::path and change to an OptionPhilip Craig-1/+1
2017-10-02incr.comp.: Do some cleanup.Michael Woerister-1/+4
2017-10-02incr.comp.: Remove legacy dep-graph runtime.Michael Woerister-386/+87
2017-10-02incr.comp.: Remove saving and loading of legacy dep-graph.Michael Woerister-1/+3
2017-10-02incr.comp.: Build DepGraphQuery from new dep-graph impl.Michael Woerister-13/+13
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-21/+62
2017-10-02incr.comp.: Add some logging to DepGraph::try_mark_green().Michael Woerister-4/+32