| Age | Commit message (Expand) | Author | Lines |
| 2018-04-25 | Auto merge of #50106 - nnethercote:nearest_common_ancestor, r=nikomatsakis | bors | -80/+60 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -0/+11 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -1/+3 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -0/+2 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Replace SliceExt with inherent [T] methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Move non-allocating [u8] inherent methods to libcore | Simon Sapin | -0/+1 |
| 2018-04-20 | Speed up `nearest_common_ancestor()`. | Nicholas Nethercote | -80/+60 |
| 2018-04-20 | Fix a copy-and-paste bug in nearest_common_ancestor. | Nicholas Nethercote | -1/+1 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -23/+0 |
| 2018-04-17 | Don't run unused variable pass for stuff generated by #[derive()] | Manish Goregaokar | -0/+11 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -10/+35 |
| 2018-04-13 | Move `path_len` to ExternCrate | Shotaro Yamada | -11/+8 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -43/+49 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -76/+20 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -19/+20 |
| 2018-04-11 | Extend `ExternCrate` to cover externs inferred from `use` or paths | Shotaro Yamada | -10/+38 |
| 2018-04-10 | Make Session.injected_panic_runtime thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make Session.dependency_formats thread-safe | John Kåre Alsaker | -1/+2 |
| 2018-04-10 | Combine Session.entry_fn and Session.entry_type and make them thread-safe | John Kåre Alsaker | -11/+10 |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -5/+6 |
| 2018-04-09 | Convert sort_by_key to sort_by_cached_key | varkor | -1/+1 |
| 2018-04-08 | Auto merge of #49714 - nikomatsakis:issue-49631, r=eddyb | bors | -4/+33 |
| 2018-04-07 | Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer... | bors | -10/+19 |
| 2018-04-06 | Fix some rebasing fallout. | Michael Woerister | -2/+2 |
| 2018-04-06 | Allow for representing exported monomorphizations in crate metadata. | Michael Woerister | -25/+63 |
| 2018-04-05 | make mem-categorization use adjusted type for patterns | Niko Matsakis | -4/+33 |
| 2018-04-05 | Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichton | kennytm | -2/+2 |
| 2018-04-04 | Fix another circulare deps link args issue | Alex Crichton | -10/+19 |
| 2018-04-04 | Updated codeblocks to specify language where required. | David Wood | -2/+2 |
| 2018-04-02 | Replace as_ref with & | varkor | -1/+1 |
| 2018-03-26 | Add future deprecation warning to rustdoc | varkor | -23/+25 |
| 2018-03-26 | Prevent deprecation warning for items deprecated in the future | varkor | -2/+34 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -70/+95 |
| 2018-03-24 | Changed `check_stability` to take an `Option<NodeId>` instead of `NodeId`. | kennytm | -23/+33 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -20/+52 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -2/+2 |
| 2018-03-22 | permit `'_` and `&T` in impl headers | Niko Matsakis | -3/+5 |
| 2018-03-22 | distinguish the three cases where elision occurs | Niko Matsakis | -67/+90 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -0/+6 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+5 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -7/+7 |
| 2018-03-17 | Replace Rc with Lrc | John Kåre Alsaker | -2/+2 |
| 2018-03-17 | Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertj | kennytm | -4/+21 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -7/+7 |
| 2018-03-16 | Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebank | kennytm | -4/+10 |
| 2018-03-14 | resolve `'_` in `dyn Trait` just like ordinary elision | Niko Matsakis | -4/+21 |
| 2018-03-14 | Add backticks to `main` not found errors. | Eric Huss | -2/+2 |
| 2018-03-14 | Add suggestion where to add main function. | Eric Huss | -0/+3 |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -4/+7 |