| Age | Commit message (Expand) | Author | Lines |
| 2016-12-01 | Fix rust_test_helpers linkage. | Vadim Chugunov | -34/+34 |
| 2016-12-01 | Emit 'dllimport' attribute for dylib foreign items on Windows. | Vadim Chugunov | -46/+220 |
| 2016-12-01 | convert --print options to a vector | Doug Goldstein | -3/+5 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -7/+137 |
| 2016-12-01 | std::process fuchsia support cleanup | Theodore DeRego | -34/+26 |
| 2016-12-01 | test for #37290 using lint | Niko Matsakis | -0/+98 |
| 2016-12-01 | in region, treat current (and future) item-likes alike | Niko Matsakis | -8/+8 |
| 2016-12-01 | don't rebuild alloc_jemalloc if jemalloc's .git directory has changed | Jorge Aparicio | -0/+1 |
| 2016-12-01 | add a `-Z incremental-dump-hash` flag | Niko Matsakis | -0/+30 |
| 2016-12-01 | Minor fix to testing concurrency section | Steve Smith | -5/+5 |
| 2016-12-01 | Auto merge of #38048 - rkruppe:llvm-stringref-fixes, r=alexcrichton | bors | -28/+26 |
| 2016-12-02 | Allow --test to be used on proc-macro crates | Josh Driver | -5/+15 |
| 2016-12-01 | rustdoc: Sort lines in search index and implementors js | Oliver Middleton | -24/+26 |
| 2016-12-01 | Auto merge of #38018 - sourcefrog:doc, r=alexcrichton | bors | -0/+8 |
| 2016-12-01 | Update llvm fork to 3ec14daffb4b8c0604df50b7fb0ab552f456e381 | Anthony Ramine | -1/+1 |
| 2016-12-01 | Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton | bors | -10/+40 |
| 2016-11-30 | Cleanup env | Jeremy Soller | -4/+5 |
| 2016-11-30 | Add String::split_off. | Clar Charr | -0/+73 |
| 2016-12-01 | Auto merge of #37573 - ruuda:faster-cursor, r=alexcrichton | bors | -2/+20 |
| 2016-11-30 | just add one method named creation_flags, fix the tidy error | Ted Mielczarek | -19/+7 |
| 2016-11-30 | Document that Process::command will search the PATH | Martin Pool | -0/+8 |
| 2016-11-30 | Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr... | Ted Mielczarek | -2/+96 |
| 2016-11-30 | Auto merge of #38047 - canndrew:fmt-void-non-empty, r=bluss | bors | -1/+3 |
| 2016-11-30 | Add tests. | Jeffrey Seyfried | -43/+93 |
| 2016-11-30 | Support paths in macro invocations. | Jeffrey Seyfried | -53/+116 |
| 2016-11-30 | incr.comp.: Add more output to -Z incremental-info. | Michael Woerister | -15/+44 |
| 2016-11-30 | Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch... | Theodore DeRego | -32/+45 |
| 2016-11-30 | Minor cleanup. | Jeffrey Seyfried | -11/+17 |
| 2016-11-30 | Adds `-Z mir-stats`, which is similar to `-Z hir-stats`. | Felix S. Klock II | -1/+335 |
| 2016-11-30 | Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddyb | bors | -545/+26 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -545/+26 |
| 2016-11-30 | Use more specific panic message for &str slicing errors | Ulrik Sverdrup | -8/+38 |
| 2016-11-30 | Add cloned example for Option | Guillaume Gomez | -0/+10 |
| 2016-11-30 | debuginfo: Ignore macro-stepping test on aarch64 | Michael Woerister | -0/+1 |
| 2016-11-30 | Auto merge of #38014 - jseyfried:refactor_path_resolution, r=nrc | bors | -821/+446 |
| 2016-11-30 | Remove the `unmarked_api` feature | Johannes Oertel | -26/+4 |
| 2016-11-30 | Refactor one_bound_for_assoc_type to take an Iterator instead of Vec. | Mark-Simulacrum | -33/+33 |
| 2016-11-30 | Auto merge of #37989 - nrc:save-mod, r=nikomatsakis | bors | -17/+39 |
| 2016-11-30 | Add i686-unknown-openbsd target. | Sébastien Marie | -0/+33 |
| 2016-11-30 | Move small-copy optimization into <&[u8] as Read> | Ruud van Asseldonk | -15/+23 |
| 2016-11-30 | Move small-copy optimization into copy_from_slice | Ruud van Asseldonk | -18/+16 |
| 2016-11-30 | Add small-copy optimization for io::Cursor | Ruud van Asseldonk | -3/+15 |
| 2016-11-30 | Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichton | bors | -325/+296 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -36/+36 |
| 2016-11-29 | Add missing examples for IpAddr enum | Guillaume Gomez | -0/+88 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -218/+173 |
| 2016-11-30 | rustc: track the Span's of definitions across crates. | Eduard-Mihai Burtescu | -107/+123 |
| 2016-11-29 | Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb | bors | -903/+895 |
| 2016-11-30 | rustdoc: fix up --playground-url | Liigo Zhuang | -11/+9 |
| 2016-11-30 | unstable --playground-url, add test code | Liigo Zhuang | -4/+28 |