1. 18 11月, 2015 3 次提交
  2. 17 11月, 2015 1 次提交
  3. 14 11月, 2015 1 次提交
    • J
      Remove source code dependencies on our OfficialBuild flag · ad31755b
      Jason Malinowski 提交于
      The official build flag specifies which assembly version is baked into
      Roslyn. This was being used in various ways to either include or not
      include binding redirects, but we now always want binding redirects.
      Also, we were passing the flag along to the compiler to figure out
      which NewVersion to bake into the redirects, but setting nothing
      at all conveniently does exactly what we want.
      ad31755b
  4. 13 11月, 2015 1 次提交
  5. 12 11月, 2015 12 次提交
  6. 10 11月, 2015 2 次提交
  7. 07 11月, 2015 1 次提交
  8. 06 11月, 2015 1 次提交
    • K
      Fix issue with #load of files that can't be read as text... · 8be0de0b
      Kevin Halverson 提交于
      If a #load'ed file can be resolved, but cannot be read (or cannot be read
      as text), it doesn't get added to the map of resolved file paths ->
      SyntaxTrees (because there is no SyntaxTree to add).  This wasn't handled
      in the remove and replace helpers that rebuild the various syntax maps.
      In addition, we were attempting to add #load'ed trees to the ordinal map
      twice in the case that their ordinal position needed to be shifted after
      a remove or replace.
      8be0de0b
  9. 05 11月, 2015 3 次提交
  10. 04 11月, 2015 3 次提交
  11. 03 11月, 2015 12 次提交