1. 05 9月, 2017 4 次提交
    • A
      rustc: Move a few more cstore methods to queries · dff0c074
      Alex Crichton 提交于
      This comit applies the following changes:
      
      * Deletes the `is_allocator` query as it's no longer used
      * Moves the `is_sanitizer_runtime` method to a query
      * Moves the `is_profiler_runtime` method to a query
      * Moves the `panic_strategy` method to a query
      * Moves the `is_no_builtins` method to a query
      * Deletes the cstore method of `is_compiler_builtins`. The query was added in
        #42588 but the `CrateStore` method was not deleted
      
      A good bit of these methods were used late in linking during trans so a new
      dedicated structure was created to ship a calculated form of this information
      over to the linker rather than having to ship the whole of `TyCtxt` over to
      linking.
      dff0c074
    • B
      Auto merge of #44308 - eddyb:local-index, r=arielb1 · 2f1ef9ef
      bors 提交于
      [MIR] Restrict ProjectionElem::Index and Storage{Live,Dead} to Local.
      
      (see #44285)
      
      r? @nikomatsakis
      2f1ef9ef
    • B
      Auto merge of #44248 - oli-obk:spans, r=jseyfried · 2f681bf6
      bors 提交于
      Produce expansion info for more builtin macros
      
      r? @jseyfried
      
      fixes #43268
      2f681bf6
    • B
      Auto merge of #43067 - pornel:libdeps, r=nrc · 22d65983
      bors 提交于
      Compact display of static lib dependencies
      
      Fixes #33173
      
      Instead of displaying one dependency per line, I've changed the format to display them all in one line.
      
      As a bonus they're in format of linker flags (`-lfoo`), so the output can be copy&pasted if one is actually going to link as suggested.
      22d65983
  2. 04 9月, 2017 12 次提交
  3. 03 9月, 2017 15 次提交
  4. 02 9月, 2017 9 次提交