| Age | Commit message (Expand) | Author | Lines |
| 2018-08-14 | shorten the url to fix tidy error. | Hideki Sekine | -1/+1 |
| 2018-08-14 | change variable definition order (basic thing first). | Hideki Sekine | -3/+4 |
| 2018-08-14 | use TMPDIR instead of custom directory. | Hideki Sekine | -1/+1 |
| 2018-08-14 | use a simple script instead of `cargo clone`. | Hideki Sekine | -2/+27 |
| 2018-08-10 | [CI] run-make/thumb: remove `-j 1` from cargo run | Hideki Sekine | -1/+1 |
| 2018-08-08 | [CI] run-make/thumb: remove a trailing space. | Hideki Sekine | -1/+1 |
| 2018-08-08 | [CI] run-make/thumb: support 4 thumb*-none-eabi* targets: | Hideki Sekine | -2/+10 |
| 2018-08-08 | [CI] run-make/thumb: tidy up variables | Hideki Sekine | -8/+10 |
| 2018-08-08 | [CI] run-make/thumb: remove hacky workaround. | Hideki Sekine | -6/+11 |
| 2018-08-08 | [CI] run-make/thumb: 1st working version with hacky workaround. | Hideki Sekine | -5/+13 |
| 2018-08-07 | [CI] run-make/thumb: Add LD_LIBRARY_PATH experiment, etc. | Hideki Sekine | -1/+2 |
| 2018-08-07 | [CI] run-make/thumb: add log for `cargo build` | Hideki Sekine | -1/+1 |
| 2018-08-07 | [CI] run-make/thumb: add -vv to `cargo build` for diag | Hideki Sekine | -1/+1 |
| 2018-08-06 | [CI] run-make: experimental thumb test | Hideki Sekine | -0/+21 |
| 2018-08-06 | Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal... | bors | -10/+14 |
| 2018-08-06 | Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix | bors | -24/+108 |
| 2018-08-05 | Auto merge of #52997 - llogiq:tiny-list-opt, r=varkor | bors | -32/+49 |
| 2018-08-05 | Auto merge of #52800 - QuietMisdreavus:do-not-pass-go, r=GuillaumeGomez | bors | -672/+899 |
| 2018-08-05 | Auto merge of #52983 - alexcrichton:update-llvm, r=kennytm | bors | -1/+1 |
| 2018-08-05 | Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelix | bors | -330/+1253 |
| 2018-08-05 | Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelix | bors | -65/+331 |
| 2018-08-05 | remove unused tcx argument | Niko Matsakis | -15/+10 |
| 2018-08-04 | fix exit-code test so the lint fires again | QuietMisdreavus | -1/+1 |
| 2018-08-04 | only abort after all early passes have run | QuietMisdreavus | -2/+2 |
| 2018-08-04 | don't process intra-links on extern-crate items | QuietMisdreavus | -1/+2 |
| 2018-08-04 | add tests for new intra-doc-link behavior | QuietMisdreavus | -0/+50 |
| 2018-08-04 | turn intra-doc-link collection into an early pass | QuietMisdreavus | -557/+620 |
| 2018-08-05 | Auto merge of #53078 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-08-04 | Update cargo to fix Rust 2018 build scripts | Alex Crichton | -0/+0 |
| 2018-08-04 | Update LLVM submodule to 7.0 | Alex Crichton | -1/+1 |
| 2018-08-04 | introduce "early passes" an convert a few over | QuietMisdreavus | -74/+150 |
| 2018-08-04 | strongly-typed passes | QuietMisdreavus | -49/+86 |
| 2018-08-04 | Auto merge of #53057 - nrc:update, r=kennytm | bors | -39/+25 |
| 2018-08-05 | Update rustfmt and RLS | Nick Cameron | -39/+25 |
| 2018-08-04 | Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -329/+481 |
| 2018-08-04 | Auto merge of #52758 - Mark-Simulacrum:session-cleanup, r=pnkfelix | bors | -346/+313 |
| 2018-08-04 | Rollup merge of #53062 - ljedrz:redundant_field_names, r=Mark-Simulacrum | kennytm | -50/+50 |
| 2018-08-04 | Remove redundant field names in structs | ljedrz | -50/+50 |
| 2018-08-04 | Use diagnostic API on Session | Mark Rousskov | -4/+4 |
| 2018-08-04 | Move share_generics getter onto options directly | Mark Rousskov | -25/+25 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -68/+70 |
| 2018-08-04 | Simplify some handling of target_pointer_width | Mark Rousskov | -35/+6 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -40/+38 |
| 2018-08-04 | Normalize EntryFnType variants to standard style | Mark Rousskov | -14/+14 |
| 2018-08-04 | Normalize variants of Passes to standard style | Mark Rousskov | -15/+12 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -145/+144 |
| 2018-08-04 | Privatize some exports from code_stats | Mark Rousskov | -2/+2 |
| 2018-08-04 | Update to master | Guillaume Gomez | -50/+128 |
| 2018-08-04 | Rollup merge of #53050 - carols10cents:rustdoc-moar-room, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-08-04 | Rollup merge of #51919 - tbu-:pr_num_to_from_bytes2, r=SimonSapin | kennytm | -18/+90 |