| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | typo: correct endianess to endianness (this also changes function names!) | Matthias Krüger | -18/+18 |
| 2018-02-11 | iterator instead loop | Артём Павлов [Artyom Pavlov] | -10/+8 |
| 2018-02-11 | added conversion from Rust feature to LLVM feature | Артём Павлов [Artyom Pavlov] | -35/+42 |
| 2018-02-10 | Correct a few stability attributes | Oliver Middleton | -10/+10 |
| 2018-02-10 | Add comment about the problem, and use provided path if available | roblabla | -1/+8 |
| 2018-02-11 | Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv | kennytm | -0/+18 |
| 2018-02-10 | typo fix | Artyom Pavlov | -1/+1 |
| 2018-02-11 | Rollup merge of #48124 - alexcrichton:clean-up-debugging, r=kennytm | kennytm | -3/+8 |
| 2018-02-11 | Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichton | kennytm | -12/+12 |
| 2018-02-11 | Rollup merge of #48085 - alexcrichton:update-dlmalloc, r=Mark-Simulacrum | kennytm | -0/+0 |
| 2018-02-10 | Whitelist pclmul x86 feature flag | Artyom Pavlov | -1/+1 |
| 2018-02-10 | Explain unusual debugging code in librustc | Alex Crichton | -3/+8 |
| 2018-02-10 | Update the dlmalloc submodule | Alex Crichton | -0/+0 |
| 2018-02-10 | Show better warning for trying to cast non-u8 scalar to char | Guillaume Gomez | -0/+57 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -12/+12 |
| 2018-02-10 | Rollup merge of #48100 - Mark-Simulacrum:fetch-nand, r=alexcrichton | kennytm | -0/+61 |
| 2018-02-10 | Rollup merge of #48107 - matthiaskrgr:typo__substract_to_subtract, r=kennytm | kennytm | -5/+5 |
| 2018-02-10 | Rollup merge of #48101 - Mark-Simulacrum:new-books, r=steveklabnik | kennytm | -0/+0 |
| 2018-02-10 | Rollup merge of #48098 - alexcrichton:fix-i686-dist-bootstrap, r=Mark-Simulacrum | kennytm | -1/+9 |
| 2018-02-10 | Rollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakis | kennytm | -1/+34 |
| 2018-02-10 | Rollup merge of #48080 - GuillaumeGomez:mobile-docs-fixes, r=QuietMisdreavus | kennytm | -32/+7 |
| 2018-02-10 | Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddyb | kennytm | -0/+69 |
| 2018-02-10 | Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavus | kennytm | -0/+4 |
| 2018-02-10 | Rollup merge of #48059 - alexcrichton:sccachebs, r=Mark-Simulacrum | kennytm | -5/+22 |
| 2018-02-10 | Rollup merge of #48058 - cuviper:binaryen-gcc8, r=alexcrichton | kennytm | -0/+0 |
| 2018-02-10 | Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavus | kennytm | -1/+43 |
| 2018-02-10 | Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou... | kennytm | -47/+61 |
| 2018-02-10 | Rollup merge of #48015 - o01eg:disableable-installation, r=alexcrichton | kennytm | -8/+28 |
| 2018-02-10 | Rollup merge of #47854 - varkor:create-out-dir, r=pnkfelix | kennytm | -0/+7 |
| 2018-02-10 | Rollup merge of #47835 - Mark-Simulacrum:remove-data-structs, r=nikomatsakis | kennytm | -412/+0 |
| 2018-02-10 | Rollup merge of #47790 - tinaun:patch-1, r=sfackler | kennytm | -1/+1 |
| 2018-02-10 | Auto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakis | bors | -11/+38 |
| 2018-02-10 | Add a `fatal_cycle` attribute for queries which indicates that they will caus... | John Kåre Alsaker | -9/+27 |
| 2018-02-10 | Change error message for E0391 to "cyclic dependency detected" | John Kåre Alsaker | -31/+31 |
| 2018-02-10 | Emit data::Impl in save-analysis | Martin Algesten | -10/+59 |
| 2018-02-09 | range_is_empty tracking issue is #48111 | Scott McMurray | -2/+2 |
| 2018-02-09 | Use is_empty in range iteration exhaustion tests | Scott McMurray | -9/+70 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -11/+38 |
| 2018-02-10 | stabilize Box::leak: remove #![feature(box_leak)] in docs | Mazdak Farrokhzad | -4/+0 |
| 2018-02-10 | stabilize (version: 1.26.0) Box::leak, cc #46179 | Mazdak Farrokhzad | -2/+1 |
| 2018-02-10 | fix typo: substract -> subtract. | Matthias Krüger | -5/+5 |
| 2018-02-10 | Remove "static item recursion checking" in favor of relying on cycle checks i... | John Kåre Alsaker | -374/+84 |
| 2018-02-09 | Add fetch_nand. | Mark Simulacrum | -0/+61 |
| 2018-02-09 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -35/+49 |
| 2018-02-09 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -71/+152 |
| 2018-02-09 | fix playground test for newly-trimmed doctests | QuietMisdreavus | -2/+2 |
| 2018-02-09 | Update books for next release | Mark Simulacrum | -0/+0 |
| 2018-02-09 | ci: Actually bootstrap on i686 dist | Alex Crichton | -1/+9 |
| 2018-02-09 | add tests for the doctest construction functionality | QuietMisdreavus | -0/+214 |
| 2018-02-09 | trim the body of doctests after partitioning | QuietMisdreavus | -3/+3 |