| Age | Commit message (Expand) | Author | Lines |
| 2017-05-16 | rustbuild: fix bash completion installation dir | Marc-Antoine Perennou | -2/+2 |
| 2017-05-16 | Auto merge of #41771 - clarcharr:resize_default, r=nikomatsakis | bors | -33/+103 |
| 2017-05-16 | Auto merge of #41565 - rkruppe:llvm-sys, r=eddyb | bors | -327/+425 |
| 2017-05-15 | Auto merge of #41843 - cuviper:oxidized-installer, r=alexcrichton | bors | -72/+254 |
| 2017-05-15 | Fix run-make/llvm-pass | Robin Kruppe | -0/+1 |
| 2017-05-15 | Auto merge of #41992 - ollie27:linkchecker_base, r=alexcrichton | bors | -67/+45 |
| 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-15 | Auto merge of #41859 - froydnj:align-float-parts, r=sfackler | bors | -12/+12 |
| 2017-05-14 | Don't use sanitize_sh with rust-installer | Josh Stone | -41/+40 |
| 2017-05-14 | Force tool-rust-installer deps to build-only | Josh Stone | -9/+17 |
| 2017-05-14 | Use "rust-installer tarball" to create rustc-src too | Josh Stone | -4/+8 |
| 2017-05-14 | Update to the oxidized rust-installer | Josh Stone | -28/+199 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -219/+276 |
| 2017-05-14 | linkchecker: Add support for <base> tag | Oliver Middleton | -56/+33 |
| 2017-05-14 | Fix some dead links in The Unstable Book | Oliver Middleton | -11/+12 |
| 2017-05-14 | Auto merge of #41978 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -0/+0 |
| 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 | Update the Cargo submodule | Alex Crichton | -0/+0 |
| 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 |