| Age | Commit message (Expand) | Author | Lines |
| 2018-04-20 | Fix path attribute in rustdoc | Guillaume Gomez | -4/+7 |
| 2018-04-17 | Difference between master and beta | Oliver Schneider | -1/+1 |
| 2018-04-17 | Get rid of redundant `HashSet` | Oliver Schneider | -13/+12 |
| 2018-04-17 | Reduce the number of calls to `cdata` | Oliver Schneider | -2/+2 |
| 2018-04-17 | Encode items before encoding the list of AllocIds | Oliver Schneider | -10/+13 |
| 2018-04-17 | Use `LazySeq` instead of `Vec` | Oliver Schneider | -23/+40 |
| 2018-04-17 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -53/+65 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -11/+14 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -1/+1 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -11/+14 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -1/+3 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-25 | librustc: Convert -C pgo-gen and -C pgo-use into -Z flags. | Emilio Cobos Álvarez | -1/+1 |
| 2018-03-25 | rustc_metadata: Load the profiler runtime if we're generating PGO profile data. | Emilio Cobos Álvarez | -1/+3 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -13/+0 |
| 2018-03-25 | Rollup merge of #49273 - michaelwoerister:fix-extern-proc-macro-defkey, r=eddyb | kennytm | -2/+19 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -13/+0 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -39/+90 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+25 |
| 2018-03-22 | Fix DefKey lookup for proc-macro crates. | Michael Woerister | -2/+19 |
| 2018-03-22 | Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ... | bors | -1/+5 |
| 2018-03-21 | work around fallout from these changes in rustc | Niko Matsakis | -1/+5 |
| 2018-03-20 | Encode/decode extern statics in metadata and incremental cache | Oliver Schneider | -2/+2 |
| 2018-03-19 | Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister | bors | -62/+50 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -8/+10 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -7/+9 |
| 2018-03-17 | Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister | bors | -38/+63 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -62/+50 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+2 |
| 2018-03-12 | Make CStore thread-safe | John Kåre Alsaker | -4/+6 |
| 2018-03-12 | Make CrateMetadata thread-safe | John Kåre Alsaker | -32/+55 |
| 2018-03-12 | Require the metadata loader to be thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -9/+8 |
| 2018-03-08 | Don't borrow the interpret_interner for anything but a direct function call | Oliver Schneider | -5/+4 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -4/+4 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -8/+4 |
| 2018-03-08 | Initial changes to librustc to support const trait fns. | Alexander Regueiro | -2/+16 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -20/+8 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -17/+35 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -2/+83 |
| 2018-03-07 | Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ... | Alex Crichton | -2/+2 |
| 2018-03-07 | Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update... | Alex Crichton | -7/+9 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -2/+2 |
| 2018-03-07 | Make metadata references Send + Sync | John Kåre Alsaker | -7/+9 |
| 2018-03-06 | Don't show crate metadata symbol as exported symbol to downstream crates. | Michael Woerister | -3/+19 |
| 2018-03-06 | Fix export level of plugin and procmacro registrars. | Michael Woerister | -4/+3 |
| 2018-03-06 | Don't recompute SymbolExportLevel for upstream crates. | Michael Woerister | -21/+50 |
| 2018-03-06 | Clean up handling of symbol export information. | Michael Woerister | -14/+12 |