| Age | Commit message (Expand) | Author | Lines |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -10/+12 |
| 2018-08-09 | Reuse Hash impls for session data structures | Mark Rousskov | -45/+13 |
| 2018-08-09 | Remove dependency on rustc::ty from code_stats | Mark Rousskov | -14/+12 |
| 2018-08-09 | Move path2cstr to rustc_fs_util | Mark Rousskov | -20/+17 |
| 2018-08-09 | Move rustc::util::fs into separate (new) crate | Mark Rousskov | -16/+41 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -16/+31 |
| 2018-08-09 | Auto merge of #53031 - michaelwoerister:cross-lto, r=alexcrichton | bors | -24/+203 |
| 2018-08-09 | Relax the target-cpu-on-function codegen test so it just checks for presence ... | Michael Woerister | -2/+1 |
| 2018-08-09 | Auto merge of #53108 - RalfJung:mutex, r=alexcrichton | bors | -6/+38 |
| 2018-08-09 | Auto merge of #53100 - VPashkov:issue-52456-improper_ctypes, r=eddyb | bors | -13/+17 |
| 2018-08-08 | Auto merge of #53186 - mikhail-m1:master, r=nikomatsakis | bors | -14/+78 |
| 2018-08-08 | Auto merge of #53163 - oli-obk:const_prop_ice, r=nikomatsakis | bors | -5/+23 |
| 2018-08-08 | add comment | Niko Matsakis | -0/+24 |
| 2018-08-08 | missed one | Ralf Jung | -2/+2 |
| 2018-08-08 | avoid using the word 'initialized' to talk about that non-reentrant-capable s... | Ralf Jung | -8/+9 |
| 2018-08-08 | Auto merge of #53192 - oli-obk:clippyup, r=kennytm | bors | -5/+5 |
| 2018-08-08 | Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakis | bors | -63/+112 |
| 2018-08-08 | Address review comments for #53031 and fix some merge fallout. | Michael Woerister | -10/+19 |
| 2018-08-08 | Update clippy submodule | Oliver Schneider | -5/+5 |
| 2018-08-08 | Auto merge of #52872 - faern:use-modern-alignment-libc, r=TimNN | bors | -98/+117 |
| 2018-08-08 | Use repr(align(x)) for redox in6_addr | Linus Färnstrand | -1/+1 |
| 2018-08-08 | Update libc to 0.2.43 in Cargo.lock | Linus Färnstrand | -43/+43 |
| 2018-08-08 | Simplify Ipv6Addr::from(octets) to not use unsafe | Linus Färnstrand | -3/+1 |
| 2018-08-08 | Simplify is_broadcast | Linus Färnstrand | -2/+1 |
| 2018-08-08 | Add Ipv4Addr BROADCAST assoc const | Linus Färnstrand | -0/+18 |
| 2018-08-08 | Move IPs to assoc consts | Linus Färnstrand | -28/+21 |
| 2018-08-08 | Make Ipv{4,6}Addr::new const fns | Linus Färnstrand | -20/+30 |
| 2018-08-08 | Update libc and activate align feature | Linus Färnstrand | -1/+2 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -320/+295 |
| 2018-08-08 | Fixes #53119. | Mikhail Modin | -14/+54 |
| 2018-08-08 | Prevent duplication of rust-ap-syntax | Nick Cameron | -1/+30 |
| 2018-08-08 | Update RLS and Rustfmt | Nick Cameron | -166/+52 |
| 2018-08-08 | Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoerister | bors | -152/+345 |
| 2018-08-07 | Auto merge of #52397 - estebank:println-comma, r=oli-obk | bors | -10/+92 |
| 2018-08-07 | Auto merge of #52911 - Mark-Simulacrum:visibility-hirid, r=oli-obk | bors | -39/+56 |
| 2018-08-07 | Fix tidy | Oliver Schneider | -1/+1 |
| 2018-08-07 | Remove an overly pedantic and wrong assertion | Oliver Schneider | -5/+23 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -39/+56 |
| 2018-08-07 | Auto merge of #53109 - nikomatsakis:nll-escaping-into-return-revert, r=nikoma... | bors | -331/+108 |
| 2018-08-07 | rustc: Tweak visibility of some lang items | Alex Crichton | -56/+238 |
| 2018-08-07 | rustc: Refactor MonoItem linkage/visibility calculation | Alex Crichton | -140/+151 |
| 2018-08-07 | Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakis | bors | -200/+317 |
| 2018-08-07 | Annotate functions in LLVM with target-cpu, same as Clang does. | Michael Woerister | -0/+50 |
| 2018-08-07 | Set 'PrepareForThinLTO' whenever doing cross-language LTO. | Michael Woerister | -1/+2 |
| 2018-08-07 | Add test case for including upstream object files in staticlibs when doing cr... | Michael Woerister | -0/+54 |
| 2018-08-07 | Add test case for omitting dllimport during cross-lang LTO. | Michael Woerister | -0/+23 |
| 2018-08-07 | Run cross-lang-lto tests also for MSVC (since there's no reason not to) | Michael Woerister | -1/+0 |
| 2018-08-07 | Make sure upstream object files are added to staticlibs when compiling | Michael Woerister | -1/+5 |
| 2018-08-07 | Fix issue around dllimport and ThinLTO as LLD runs it. | Michael Woerister | -15/+55 |
| 2018-08-07 | Fix outdated description of -Zcross-lang-lto. | Michael Woerister | -1/+1 |