| Age | Commit message (Expand) | Author | Lines |
| 2018-05-03 | When using NLL, implicitly borrow match bindings for any guard, | Felix S. Klock II | -0/+8 |
| 2018-04-30 | put ReSkolemized into the global tcx | Niko Matsakis | -6/+1 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -4/+7 |
| 2018-04-27 | Auto merge of #50097 - glandium:box_free, r=nikomatsakis | bors | -2/+10 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 |
| 2018-04-26 | Fixed tidy errors. | Irina Popa | -1/+1 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-26 | rustc_target: move in type definitions from ty::layout. | Irina Popa | -1/+3 |
| 2018-04-25 | Move the Lock into OpenTask | John Kåre Alsaker | -3/+3 |
| 2018-04-25 | Make DepGraph thread-safe | John Kåre Alsaker | -1/+8 |
| 2018-04-23 | eliminate the `Lrc` of a slice and just return the slice | Niko Matsakis | -7/+5 |
| 2018-04-20 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -0/+8 |
| 2018-04-20 | Adapt the owned_box lang item to allow a Box type with defaulted parameters | Mike Hommey | -2/+10 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -11/+3 |
| 2018-04-15 | Tweaks to intern_ty | John Kåre Alsaker | -7/+7 |
| 2018-04-15 | Make use of thread-safe arenas | John Kåre Alsaker | -6/+6 |
| 2018-04-15 | Make layout_depth thread-safe | John Kåre Alsaker | -5/+5 |
| 2018-04-15 | s/`use_mir`/`use_mir_borrowck`/ | Niko Matsakis | -2/+2 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -9/+1 |
| 2018-04-14 | Stop referring to statics' AllocIds directly | Oliver Schneider | -23/+16 |
| 2018-04-14 | Auto merge of #49396 - Zoxc:sync-on-disk-cache, r=michaelwoerister | bors | -3/+3 |
| 2018-04-13 | Auto merge of #49800 - ishitatsuyuki:intern-goal, r=nikomatsakis | bors | -18/+71 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -0/+23 |
| 2018-04-12 | Make OnDiskCache thread-safer | John Kåre Alsaker | -3/+3 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -13/+1 |
| 2018-04-12 | traits: Implement interning for Goal and Clause | Tatsuyuki Ishi | -18/+71 |
| 2018-04-11 | Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis | bors | -4/+4 |
| 2018-04-10 | Remove derive_macros | John Kåre Alsaker | -6/+1 |
| 2018-04-10 | Querify all_traits | John Kåre Alsaker | -7/+0 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -25/+25 |
| 2018-04-06 | Allow for re-using hidden monomorphizations on platforms that don't support R... | Michael Woerister | -0/+2 |
| 2018-04-06 | Allow for internalizing monomorphizations that cannot be shared. | Michael Woerister | -0/+15 |
| 2018-04-06 | Make generics sharing the default for non-optimized builds. | Michael Woerister | -3/+13 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -0/+8 |
| 2018-04-06 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -4/+4 |
| 2018-04-05 | Auto merge of #49045 - Zoxc:tls, r=michaelwoerister | bors | -47/+179 |
| 2018-03-28 | Make LLVM worker channel thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-03-28 | Use thread-safe types for interners | John Kåre Alsaker | -23/+23 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -8/+0 |
| 2018-03-24 | Some cleanups and added comments | John Kåre Alsaker | -25/+67 |
| 2018-03-24 | Make queries thread safe. Remove the query stack and make queries point to th... | John Kåre Alsaker | -46/+136 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+40 |
| 2018-03-23 | Improved comments for UserAssertTy statement. | David Wood | -1/+2 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -8/+0 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -0/+39 |
| 2018-03-17 | Make interners thread-safe | John Kåre Alsaker | -6/+9 |
| 2018-03-17 | Minor cleanup | John Kåre Alsaker | -6/+5 |
| 2018-03-17 | Don't get the global lock in the fast case | John Kåre Alsaker | -3/+3 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -15/+6 |
| 2018-03-13 | transition various normalization functions to the new methods | Niko Matsakis | -3/+0 |