| Age | Commit message (Expand) | Author | Lines |
| 2018-02-26 | Fix doctest failure | Phlosioneer | -1/+0 |
| 2018-02-26 | rustc: Rename `bmi` feature to `bmi1` | Alex Crichton | -1/+2 |
| 2018-02-26 | Fix error-format argument to x.py | Mark Simulacrum | -1/+5 |
| 2018-02-26 | FreeBSD uses Clang which can return small structs as an integer. | Bryan Drewery | -0/+1 |
| 2018-02-26 | Add specific target option for returning struct as an integer. | Bryan Drewery | -9/+10 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -240/+243 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -365/+365 |
| 2018-02-26 | Anonymize remaining line numbers at line starts | Vadim Petrochenkov | -9/+12 |
| 2018-02-26 | Implement opt-out from UI testing normalization | Vadim Petrochenkov | -3/+140 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -6168/+6168 |
| 2018-02-26 | Support flag `-Z ui-testing` for tweaking diagnostic output for UI tests | Vadim Petrochenkov | -11/+38 |
| 2018-02-26 | Encode linker arguments as UTF-16 on MSVC platforms | Mark Simulacrum | -10/+50 |
| 2018-02-26 | some grammar corrections | Christian Poveda | -6/+7 |
| 2018-02-26 | Auto merge of #48337 - GuillaumeGomez:rustc-explain, r=estebank | bors | -45/+1352 |
| 2018-02-26 | Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkov | bors | -24/+62 |
| 2018-02-26 | Fix new tests | Guillaume Gomez | -3/+11 |
| 2018-02-26 | Add test for #48508 | Ryan Cumming | -0/+43 |
| 2018-02-26 | test: Run atomic-lock-free on powerpc-linux-gnuspe | John Paul Adrian Glaubitz | -0/+2 |
| 2018-02-26 | build-manifest: Add powerpc-unknown-linux-gnuspe target | John Paul Adrian Glaubitz | -0/+1 |
| 2018-02-26 | librustc_back: Add support for powerpc-linux-gnuspe | John Paul Adrian Glaubitz | -0/+36 |
| 2018-02-26 | bootstrap: Add openssl configuration for powerpc-unknown-linux-gnuspe | John Paul Adrian Glaubitz | -0/+1 |
| 2018-02-25 | Ensure main() always has external linkage | varkor | -1/+16 |
| 2018-02-25 | tidy fix | Mark Mansi | -2/+4 |
| 2018-02-25 | Make comment into a doc comment and change readme ref | Mark Mansi | -8/+10 |
| 2018-02-25 | Change links to readmes | Mark Mansi | -14/+29 |
| 2018-02-25 | Change the example string to something arbitrary | Phlosioneer | -4/+5 |
| 2018-02-25 | restore Subslice move out from array after elaborate drops and borrowck | Mikhail Modin | -11/+213 |
| 2018-02-25 | Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfackler | kennytm | -3/+95 |
| 2018-02-25 | fixed links | Christian Poveda | -2/+2 |
| 2018-02-25 | Return error if timeout is zero-Duration on Redox. | Corey Farwell | -2/+18 |
| 2018-02-25 | Rollup merge of #48235 - varkor:parse-float-lonely-exponent, r=alexcrichton | kennytm | -1/+8 |
| 2018-02-25 | Rollup merge of #48529 - remexre:docs/fix/unicode-0021, r=kennytm | kennytm | -3/+3 |
| 2018-02-25 | Rollup merge of #48517 - penpalperson:master, r=Mark-Simulacrum | kennytm | -0/+13 |
| 2018-02-25 | Rollup merge of #48494 - bdrewery:freebsd-omit-frame-pointer, r=eddyb | kennytm | -0/+1 |
| 2018-02-25 | Rollup merge of #48491 - glaubitz:s390x-linux, r=sanxiyn | kennytm | -0/+2 |
| 2018-02-25 | Rollup merge of #48489 - glaubitz:x32-linux, r=alexcrichton | kennytm | -0/+1 |
| 2018-02-25 | Rollup merge of #48369 - newpavlov:rdrand, r=nagisa | kennytm | -15/+15 |
| 2018-02-25 | Rollup merge of #48362 - cuviper:libdir_relative, r=Mark-Simulacrum | kennytm | -6/+17 |
| 2018-02-25 | Reduce error codes length when too much are thrown | Guillaume Gomez | -7/+136 |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1151 |
| 2018-02-25 | Update tools code | Guillaume Gomez | -38/+21 |
| 2018-02-25 | Add rustc --explain back | Guillaume Gomez | -7/+43 |
| 2018-02-25 | Rollup merge of #48302 - mark-i-m:markim_macro-test, r=aturon | kennytm | -0/+80 |
| 2018-02-25 | Rollup merge of #48297 - glaubitz:sparc-linux, r=estebank | kennytm | -1/+38 |
| 2018-02-25 | Rollup merge of #48281 - jakllsch:netbsd-powerpc, r=alexcrichton | kennytm | -0/+37 |
| 2018-02-25 | Rollup merge of #48166 - hedgehog1024:hedgehog1024-stabilize-entry_and_modify... | kennytm | -81/+2 |
| 2018-02-25 | Rollup merge of #48115 - Centril:feature/iterator_flatten, r=alexcrichton | kennytm | -36/+367 |
| 2018-02-25 | Rollup merge of #48076 - canarysnort01:fix_pie, r=alexcrichton | kennytm | -12/+62 |
| 2018-02-25 | Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay | kennytm | -2/+214 |
| 2018-02-25 | Rollup merge of #47964 - jcowgill:mips64-abi, r=eddyb | kennytm | -76/+188 |