| Age | Commit message (Expand) | Author | Lines |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-11-07 | Rollup merge of #55441 - xfix:patch-12, r=aturon | kennytm | -1/+0 |
| 2018-10-29 | Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-Simulacrum | Pietro Albini | -1/+1 |
| 2018-10-28 | Fix invalid path in generate-deriving-span-tests.py. | Corey Farwell | -1/+1 |
| 2018-10-28 | Remove unused re import in gdb_rust_pretty_printing | Konrad Borowski | -1/+0 |
| 2018-10-28 | Remove unused sys import from generate-deriving-span-tests | Konrad Borowski | -1/+1 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-21 | Remove the parse-fail test suite | Vadim Petrochenkov | -1/+1 |
| 2018-10-12 | Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandry | kennytm | -25/+27 |
| 2018-10-11 | Fix spelling in the documentation to htmldocck.py | Philip Munksgaard | -25/+27 |
| 2018-10-09 | fix tidy | Jorge Aparicio | -3/+5 |
| 2018-10-09 | gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNode | Jorge Aparicio | -4/+10 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -12/+4 |
| 2018-09-22 | fix tidy | Jorge Aparicio | -3/+5 |
| 2018-09-22 | gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNode | Jorge Aparicio | -4/+10 |
| 2018-09-07 | Have rust-lldb look for the rust-enabled lldb | Tom Tromey | -9/+17 |
| 2018-08-30 | Fix direction of slashes in the help text example. | Philip Daniels | -3/+3 |
| 2018-08-28 | Add rust-gdbgui script. | Philip Daniels | -0/+65 |
| 2018-08-19 | Exec gdb and lldb in rust-* wrappers | ftilde | -2/+2 |
| 2018-08-19 | Avoid creation of command temp file in rust-lldb | ftilde | -12/+9 |
| 2018-08-15 | pretty printing for btreemap | Unknown | -0/+51 |
| 2018-08-14 | Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoerister | kennytm | -0/+48 |
| 2018-08-13 | fix behavior | Unknown | -3/+2 |
| 2018-08-13 | bug fix | Unknown | -1/+1 |
| 2018-08-06 | pretty print BTreeSet | fukatani | -0/+49 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -4/+0 |
| 2018-07-29 | fix coding style | Unknown | -2/+4 |
| 2018-07-29 | pretty print for std::collections::vecdeque | Unknown | -0/+56 |
| 2018-07-16 | Enable default inlining in platform intrinsics | ljedrz | -3/+0 |
| 2018-07-02 | Add some more additional functions to the shim | est31 | -0/+4 |
| 2018-06-04 | slightly improve rustdoc xml path error | Guillaume Gomez | -9/+13 |
| 2018-05-21 | rust-gdb: work around the re-used -d argument in cgdb | Benjamin Lamowski | -1/+1 |
| 2018-04-25 | Use UFCS | varkor | -1/+1 |
| 2018-04-25 | Ensure derive(PartialOrd) is no longer accidentally exponential | varkor | -1/+1 |
| 2018-04-15 | Auto merge of #49881 - varkor:partialord-opt, r=Manishearth | bors | -1/+1 |
| 2018-04-14 | Rollup merge of #49886 - varkor:generate-deriving-span-tests-usability, r=nik... | kennytm | -6/+19 |
| 2018-04-12 | Move the core::char module to its own directory | Simon Sapin | -254/+0 |
| 2018-04-11 | Update compile-fail tests | varkor | -1/+1 |
| 2018-04-11 | Ignore copyright year when generating deriving span tests | varkor | -6/+19 |
| 2018-03-22 | Use GNU version of fgrep/egrep tool if available | Sébastien Marie | -0/+5 |
| 2018-03-06 | Remove unused 'src/etc/ziggurat_tables.py' Python script. | Corey Farwell | -127/+0 |
| 2018-03-05 | Remove seemingly unused sugarise-doc-comments Python script. | Corey Farwell | -93/+0 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -0/+2 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -4/+4 |
| 2018-01-30 | Implement extensible syscall interface for wasm | Diggory Blake | -65/+84 |
| 2017-12-21 | Correct the return type for `x86_mm256_sad_epu8` | varkor | -1/+1 |
| 2017-12-17 | Distribute intrinsic.natvis with the compiler for windows-msvc. | Antal Szabó | -1/+1 |
| 2017-12-02 | Use more convenient and UNIX-agnostic shebang | Sébastien Santoro | -1/+1 |
| 2017-11-28 | Auto merge of #46207 - kennytm:kill-grep, r=alexcrichton | bors | -0/+89 |
| 2017-11-28 | ci: Start running wasm32 tests on Travis | Alex Crichton | -10/+6 |