about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-12-01Fix rust_test_helpers linkage.Vadim Chugunov-34/+34
2016-12-01Emit 'dllimport' attribute for dylib foreign items on Windows.Vadim Chugunov-46/+220
2016-12-01convert --print options to a vectorDoug Goldstein-3/+5
2016-12-02limit the length of types in monomorphizationAriel Ben-Yehuda-7/+137
2016-12-01std::process fuchsia support cleanupTheodore DeRego-34/+26
2016-12-01test for #37290 using lintNiko Matsakis-0/+98
2016-12-01in region, treat current (and future) item-likes alikeNiko Matsakis-8/+8
2016-12-01don't rebuild alloc_jemalloc if jemalloc's .git directory has changedJorge Aparicio-0/+1
2016-12-01add a `-Z incremental-dump-hash` flagNiko Matsakis-0/+30
2016-12-01Minor fix to testing concurrency sectionSteve Smith-5/+5
2016-12-01Auto merge of #38048 - rkruppe:llvm-stringref-fixes, r=alexcrichtonbors-28/+26
2016-12-02Allow --test to be used on proc-macro cratesJosh Driver-5/+15
2016-12-01rustdoc: Sort lines in search index and implementors jsOliver Middleton-24/+26
2016-12-01Auto merge of #38018 - sourcefrog:doc, r=alexcrichtonbors-0/+8
2016-12-01Update llvm fork to 3ec14daffb4b8c0604df50b7fb0ab552f456e381Anthony Ramine-1/+1
2016-12-01Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichtonbors-10/+40
2016-11-30Cleanup envJeremy Soller-4/+5
2016-11-30Add String::split_off.Clar Charr-0/+73
2016-12-01Auto merge of #37573 - ruuda:faster-cursor, r=alexcrichtonbors-2/+20
2016-11-30just add one method named creation_flags, fix the tidy errorTed Mielczarek-19/+7
2016-11-30Document that Process::command will search the PATHMartin Pool-0/+8
2016-11-30Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr...Ted Mielczarek-2/+96
2016-11-30Auto merge of #38047 - canndrew:fmt-void-non-empty, r=blussbors-1/+3
2016-11-30Add tests.Jeffrey Seyfried-43/+93
2016-11-30Support paths in macro invocations.Jeffrey Seyfried-53/+116
2016-11-30incr.comp.: Add more output to -Z incremental-info.Michael Woerister-15/+44
2016-11-30Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch...Theodore DeRego-32/+45
2016-11-30Minor cleanup.Jeffrey Seyfried-11/+17
2016-11-30Adds `-Z mir-stats`, which is similar to `-Z hir-stats`.Felix S. Klock II-1/+335
2016-11-30Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddybbors-545/+26
2016-11-30Update the bootstrap compilerAlex Crichton-545/+26
2016-11-30Use more specific panic message for &str slicing errorsUlrik Sverdrup-8/+38
2016-11-30Add cloned example for OptionGuillaume Gomez-0/+10
2016-11-30debuginfo: Ignore macro-stepping test on aarch64Michael Woerister-0/+1
2016-11-30Auto merge of #38014 - jseyfried:refactor_path_resolution, r=nrcbors-821/+446
2016-11-30Remove the `unmarked_api` featureJohannes Oertel-26/+4
2016-11-30Refactor one_bound_for_assoc_type to take an Iterator instead of Vec.Mark-Simulacrum-33/+33
2016-11-30Auto merge of #37989 - nrc:save-mod, r=nikomatsakisbors-17/+39
2016-11-30Add i686-unknown-openbsd target.Sébastien Marie-0/+33
2016-11-30Move small-copy optimization into <&[u8] as Read>Ruud van Asseldonk-15/+23
2016-11-30Move small-copy optimization into copy_from_sliceRuud van Asseldonk-18/+16
2016-11-30Add small-copy optimization for io::CursorRuud van Asseldonk-3/+15
2016-11-30Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichtonbors-325/+296
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-36/+36
2016-11-29Add missing examples for IpAddr enumGuillaume Gomez-0/+88
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-218/+173
2016-11-30rustc: track the Span's of definitions across crates.Eduard-Mihai Burtescu-107/+123
2016-11-29Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddybbors-903/+895
2016-11-30rustdoc: fix up --playground-urlLiigo Zhuang-11/+9
2016-11-30unstable --playground-url, add test codeLiigo Zhuang-4/+28