| Age | Commit message (Expand) | Author | Lines |
| 2017-05-15 | Use AtomicBool instead of a 'static mut' for LLVM init posioning | Robin Kruppe | -4/+6 |
| 2017-05-15 | Remove (direct) rustc_llvm dependency from rustc_driver | Robin Kruppe | -103/+139 |
| 2017-05-15 | Remove rustc_llvm dependency from librustc | Robin Kruppe | -57/+59 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -219/+276 |
| 2017-05-14 | Auto merge of #41969 - Enet4:update-rls-313, r=Mark-Simulacrum | bors | -0/+0 |
| 2017-05-13 | Rollup merge of #41979 - pftbest:msp430_libcalls, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-05-13 | Rollup merge of #41975 - liranringel:pass-static-crt-to-llvm-cmake-config, r=... | Mark Simulacrum | -19/+20 |
| 2017-05-13 | Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcv | Mark Simulacrum | -4/+8 |
| 2017-05-13 | Rollup merge of #41946 - qnighy:disallow-dot-underscore-in-float, r=petrochenkov | Mark Simulacrum | -3/+33 |
| 2017-05-13 | Rollup merge of #41939 - eddyb:trait-assoc-const-default, r=petrochenkov | Mark Simulacrum | -51/+74 |
| 2017-05-13 | Rollup merge of #41826 - GuillaumeGomez:add-markdown-content, r=frewsxcv | Mark Simulacrum | -2/+23 |
| 2017-05-13 | Rollup merge of #41612 - mandeep:add-ops-generics, r=GuillaumeGomez,frewsxcv | Mark Simulacrum | -0/+36 |
| 2017-05-14 | Update rls submodule with important fixes | Eduardo Pinho | -0/+0 |
| 2017-05-13 | Auto merge of #41919 - nrc:save-crate, r=eddyb | bors | -13/+40 |
| 2017-05-13 | LLVM: Add support for EABI-compliant libcalls on MSP430. | Vadzim Dambrouski | -1/+1 |
| 2017-05-13 | Auto merge of #41914 - eddyb:region-refactor, r=nikomatsakis | bors | -1100/+707 |
| 2017-05-13 | Pass static crt to llvm cmake configuration | Liran Ringel | -19/+20 |
| 2017-05-13 | rustc_resolve: don't deny outer type parameters in embedded constants. | Eduard-Mihai Burtescu | -51/+74 |
| 2017-05-13 | rustc: don't keep a second reference to the HIR map in middle::region. | Eduard-Mihai Burtescu | -22/+21 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -320/+239 |
| 2017-05-13 | rustc: remove redundant fn_id's from CodeExtentData. | Eduard-Mihai Burtescu | -30/+19 |
| 2017-05-13 | rustc: treat ReEarlyBound as free without replacing it with ReFree. | Eduard-Mihai Burtescu | -332/+248 |
| 2017-05-13 | rustc_typeck: do not leak late-bound lifetimes from bounds to closures. | Eduard-Mihai Burtescu | -4/+61 |
| 2017-05-13 | rustc: move liberate_late_bound_regions to rustc_typeck. | Eduard-Mihai Burtescu | -74/+24 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -234/+149 |
| 2017-05-13 | rustc_mir: remove unnecessary drop scope for constants. | Eduard-Mihai Burtescu | -13/+6 |
| 2017-05-13 | rustc: use call_site_extent for closure environment free regions. | Eduard-Mihai Burtescu | -16/+2 |
| 2017-05-13 | rustc: uniformly compute ParameterEnvironment's "free outlive scope". | Eduard-Mihai Burtescu | -187/+70 |
| 2017-05-13 | Auto merge of #41920 - arielb1:inline-drop, r=eddyb | bors | -1/+67 |
| 2017-05-13 | add min-llvm-version | Ariel Ben-Yehuda | -0/+1 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -384/+475 |
| 2017-05-13 | Auto merge of #41861 - arthurprs:update-jemalloc, r=alexcrichton | bors | -23/+1 |
| 2017-05-13 | Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb | bors | -140/+201 |
| 2017-05-12 | Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomez | Mark Simulacrum | -0/+1 |
| 2017-05-12 | Rollup merge of #41943 - malbarbo:android-openssl, r=alexcrichton | Mark Simulacrum | -0/+17 |
| 2017-05-12 | Rollup merge of #41942 - tommyip:master, r=Mark-Simulacrum | Mark Simulacrum | -1/+4 |
| 2017-05-12 | Rollup merge of #41940 - est31:master, r=eddyb | Mark Simulacrum | -0/+3 |
| 2017-05-12 | Rollup merge of #41935 - iKevinY:detect-empty-files, r=Mark-Simulacrum | Mark Simulacrum | -0/+5 |
| 2017-05-12 | Rollup merge of #41934 - est31:remove_unused_macros, r=nagisa | Mark Simulacrum | -96/+1 |
| 2017-05-12 | Rollup merge of #41923 - eddyb:issue-41744, r=arielb1 | Mark Simulacrum | -2/+21 |
| 2017-05-12 | Rollup merge of #41921 - GuillaumeGomez:fix-search-style, r=steveklabnik | Mark Simulacrum | -0/+3 |
| 2017-05-12 | Rollup merge of #41918 - brson:lic, r=alexcrichton | Mark Simulacrum | -5/+8 |
| 2017-05-12 | Rollup merge of #41916 - mglagla:typo, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-05-12 | Rollup merge of #41912 - oli-obk:patch-3, r=eddyb | Mark Simulacrum | -24/+23 |
| 2017-05-12 | Rollup merge of #41896 - tshepang:too-long, r=steveklabnik | Mark Simulacrum | -2/+2 |
| 2017-05-12 | Rollup merge of #41876 - oli-obk:diagnosing_diagnostics, r=nagisa | Mark Simulacrum | -257/+392 |
| 2017-05-12 | Rollup merge of #41860 - mbrubeck:docs, r=nagisa | Mark Simulacrum | -6/+4 |
| 2017-05-12 | Rollup merge of #41820 - devurandom:patch-1, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-05-13 | Auto merge of #41955 - alexcrichton:update-sccache, r=eddyb | bors | -39/+39 |
| 2017-05-12 | Fix anchor invalid redirection to search | Guillaume Gomez | -4/+8 |