| Age | Commit message (Expand) | Author | Lines |
| 2018-04-10 | Fix "fp" feature for AArch64 | Amanieu d'Antras | -0/+1 |
| 2018-04-10 | Make Session.injected_allocator and Session.allocator_kind thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-04-10 | Make Session.crate_types thread-safe | John Kåre Alsaker | -11/+14 |
| 2018-04-10 | Make Session.plugin_registrar_fn and Session.derive_registrar_fn thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Combine Session.entry_fn and Session.entry_type and make them thread-safe | John Kåre Alsaker | -6/+6 |
| 2018-04-10 | Reformat trans skip condition | varkor | -3/+3 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -3/+3 |
| 2018-04-09 | Use cmp::Reverse instead of subtraction | varkor | -2/+3 |
| 2018-04-09 | Convert sort_by_key to sort_by_cached_key | varkor | -1/+2 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-07 | Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer... | bors | -1/+9 |
| 2018-04-07 | Auto merge of #49692 - sinkuu:main_fix, r=arielb1 | bors | -4/+8 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -4/+0 |
| 2018-04-07 | Rollup merge of #49728 - japaric:no-debug_gdb_scripts, r=alexcrichton | kennytm | -3/+2 |
| 2018-04-06 | refactor: simplify `needs_gdb_debug_scripts_section` | Jorge Aparicio | -2/+0 |
| 2018-04-06 | add emit_debug_gdb_scripts target option and .. | Jorge Aparicio | -1/+2 |
| 2018-04-06 | Allow for re-using hidden monomorphizations on platforms that don't support R... | Michael Woerister | -9/+27 |
| 2018-04-06 | Update a few comments about symbol visibility. | Michael Woerister | -24/+22 |
| 2018-04-06 | Fix some rebasing fallout. | Michael Woerister | -1/+0 |
| 2018-04-06 | Select upstream monomorphizations in a stable way. | Michael Woerister | -5/+35 |
| 2018-04-06 | Allow for internalizing monomorphizations that cannot be shared. | Michael Woerister | -7/+52 |
| 2018-04-06 | Remove the (inaccurate) symbol_export_level query. | Michael Woerister | -4/+2 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -5/+74 |
| 2018-04-06 | Move export level computation to reachable_non_generics query. | Michael Woerister | -53/+49 |
| 2018-04-06 | Allow for representing exported monomorphizations in crate metadata. | Michael Woerister | -1/+2 |
| 2018-04-06 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -3/+3 |
| 2018-04-06 | Fix ICE with `main`'s return type containing lifetimes | Shotaro Yamada | -4/+8 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -4/+0 |
| 2018-04-05 | Rollup merge of #49432 - nabijaczleweli:master, r=michaelwoerister | kennytm | -4/+38 |
| 2018-04-04 | Fix another circulare deps link args issue | Alex Crichton | -1/+9 |
| 2018-03-31 | Special-case OutputType::Metadata | varkor | -1/+4 |
| 2018-03-31 | Open the file as write before trying to flush it | nabijaczleweli | -1/+1 |
| 2018-03-29 | rustc: Group linked libraries where needed | Alex Crichton | -0/+91 |
| 2018-03-29 | Also protect first attempt | nabijaczleweli | -1/+5 |
| 2018-03-29 | Flush executables to disk after linkage | nabijaczleweli | -3/+33 |
| 2018-03-28 | Rollup merge of #49329 - canarysnort01:fix-no-pie, r=pnkfelix | kennytm | -2/+4 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -7/+9 |
| 2018-03-28 | Make LLVM worker channel thread-safe | John Kåre Alsaker | -3/+3 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -0/+23 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -2/+1 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -7/+9 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -2/+1 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -7/+102 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-26 | properly handle the case when LLVM does not have min/maxnum | gnzlbg | -2/+6 |
| 2018-03-26 | require llvm 6 | gnzlbg | -2/+6 |
| 2018-03-26 | implement minmax intrinsics | gnzlbg | -0/+15 |
| 2018-03-26 | Auto merge of #49297 - scottmcm:offset-from, r=dtolnay | bors | -1/+14 |
| 2018-03-25 | Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoerister | bors | -1/+12 |