1. 06 11月, 2015 9 次提交
  2. 05 11月, 2015 4 次提交
  3. 04 11月, 2015 5 次提交
  4. 03 11月, 2015 9 次提交
  5. 02 11月, 2015 8 次提交
  6. 01 11月, 2015 5 次提交
    • R
      Add quotes to path information. · 5385f8f7
      robin:sedlaczek 提交于
      5385f8f7
    • J
      Minor updates · e99734f9
      Jared Parsons 提交于
      e99734f9
    • J
      Separate all data produced by emit · 9f437a83
      Jared Parsons 提交于
      This cleanly separates out all of the data produced by emit into another
      type.  This type now has a single access point that throws when
      improperly used.
      9f437a83
    • J
      Clean up reference emit order · e2096684
      Jared Parsons 提交于
      This cleans up the emit order for references to ensure Compilation
      values are always emitted as Compilation.  Indirect values that refer to
      the Compilation simply use the data emitted by the Compilation.
      e2096684
    • J
      More rigorous tracking in RuntimeAssemblyManager · 5873c3df
      Jared Parsons 提交于
      The code now more accurately tracks that the ModuleDataIds do not
      conflict.  It now validates that both simple names and MVIDs match while
      previously it just matched simple names.
      
      This code also fixes a bug, caught by the earlier check, where
      Compilations that appeared as references multiple times would emit
      multiple modules.  Now it emits a single module.
      5873c3df